Curriculum Evaluation System: A Synopsis Submitted To Kalinga University Raipur (C.G.), India
Curriculum Evaluation System: A Synopsis Submitted To Kalinga University Raipur (C.G.), India
Curriculum Evaluation System: A Synopsis Submitted To Kalinga University Raipur (C.G.), India
A Synopsis
Submitted
To
Whereas talking about the admin panel, the admin has full access to
the system. He/she can perform various functions from the admin
account. The admin can manage students, curriculum, grades, reports,
and utilities such as courses and set pre-requites. He/she has to enter
student id, name, MI, address, sex, select course and year in order to
add student details. An administrator can manage curriculum by
entering the student’s course number, descriptive title, lecture unit, lab
unit, course, year and semester. For managing course, the user just has
to enter the course name and save it. For easy management, it also
contains the user management system.
Design of this is so simple that the user won’t find difficulties while
working on it. Curriculum Evaluation System project helps the user
on reducing their time for evaluating a student’s record. For handling
data, MySQL is used as a database. This project is easy to operate and
understood by the users. To run this project you must have installed
Visual Studio IDE and XAMPP on your PC. Curriculum Evaluation
System in VB.NET is free to download with source code. For the
project demo, have a look at the video below.
HIGHLIGHTS Save your time – giving evaluation by online system can save
time of the users compared to the manual process. Manage the entire process –
the entire process of giving evaluation and viewing the report after giving
evaluation can be managed easily. Enhance the skill of the faculty– authority can
find the details about the faculty’s capability in teaching to the students and thus
can advise the faculty to enhance their efforts. Meet web standards – this system
is easy to use which successfully combines form with function. Using the latest
PHP framework, the Laravel Framework, our system is a complete faculty
evaluation system with built-in features proving that it can easily supports and
integrate with the latest faculty evaluation system providers. This system is
designed to be simple to use, to understand and easy to implement and configure. It
is provided as an Application Service Provision, thus offering a low setup costs.
EXISTING SYSTEM In the existing system the evaluation is done by manual
process where students can give evaluation about the faculties by using paper and
pen. But by our process, students can give evaluation through online system
without wasting their time. In the manual system after when the feedback is given
by all the students, papers are collected by the Chairman and the overall grade for
each subject and each faculty is calculated. After that all those grade reports given
by the Chairman are checked by the University Authority. Hence the performance
of faculties are estimated and counseling of the faculty can be done. So, the
existing system requires more time to do a piece of work‚ for this reason the online
system evaluation is implemented. This is the major limitation of the existing
system for giving evaluation about the Faculties and viewing report of the
Faculties.
This module deals with all transaction of bank management. By using this module administrator
can Create/Edit/View all details of customers, he can go for any transactions like withdraw and
deposits money and also they view all the transactions. Various functions of Administrator are
given below.
Faculty Login
Admin Login
Manage students, Curriculum, Grades
Manage courses
Set Pre-Requites
User management system
Generate reports
1.2 HARDWARE SPECIFICATION
PROCESSOR : I3
RAM : 4 GB Ram or higher
HARD DISK : 160 GB
MONITOR : 15” COLOR
KEYBOARD : 104 Standard
MOUSE : Standard(Microsoft Compactable)
The .NET Framework is just part of Microsoft’s overall .NET platform strategy. The
framework is made up of the Common Language Runtime environment, Base Class
Library, and higher-level frameworks such as Vb.NET and Windows Forms as shown in
Figure
Features of visual
basic.net
Visual Basic .NET, the latest version of visual basic, includes many new features. The Visual
Basic supports interfaces but not implementation inheritance. Visual basic.net supports
implementation inheritance, interfaces and overloading. In addition, Visual Basic .NET supports
multithreading concept.
Visual Basic.NET is also compliant with CLS (Common Language Specification) and
supports structured exception handling. CLS is set of rules and constructs that are supported by
the CLR (Common Language Runtime). CLR is the runtime environment provided by the .NET
Framework; it manages the execution of the code and also makes the development process easier
by providing services.
IMPLEMENTATION INHERITANCE:
Visual Basic.NET supports implementation inheritance. This means that, while creating
applications in Visual Basic.NET, we can drive from another class, which is know as the base
class that derived class inherits all the methods and properties of the base class. In the derived
class, we can either use the existing code of the base class or override the existing code.
Therefore, with help of the implementation inheritance, code can be reused.
Constructors are used to initialize objects, whereas destructors are used to destroy them.
In other words, destructors are used to release the resources allocated to the object. In Visual
Basic.NET the sub finalize procedure is available. The sub finalize procedure is used to complete
the tasks that must be performed when an object is destroyed. The sub finalize procedure iscalled
automatically when an object is destroyed. In addition, the sub finalize procedure can be called
only from the class it belongs to or from derived classes.
GARBAGE COLLECTION:
Garbage Collection is another new feature in Visual Basic.NET. The .NET Framework
monitors allocated resources, such as objects and variables. In addition, the .NET Framework
automatically releases memory for reuse by destroying objects that are no longer in use. In
Visual Basic.NET, the garbage collector checks for the objects that are not currently in use by
applications. When the garbage collector comes across an object that is marked for garbage
collection, it releases the memory occupied by the object.
OVERLOADING:
MULTITHREADING:
In the existing system, the manual process, receiving data’s from customers are done
through manual records. These records are entered in manual process. In this process will
take long time, separate workers are need to maintaining records. The information is very
difficult to retrieve and to find particular information the user has to go through various
registers. This results in inconvenience and wastage of time. The information generated
by various transactions takes time and efforts to be stored at right place. Manual
calculations are error prone and take a lot of time this may result in incorrect information
Input design is the process of converting user oriented input into a computer based
format. The data flow diagram indicates logical data flows, data stores source and
destinations. Input data are collected and organized into a group of numbered data. Once
identified appropriate input media are selected for processing. The goal of input design is
to make data entry as easy and free from errors as much as possible. Proper data
validation checking is exercised to correct the mistakes made during data entry.
Features of the Student Evaluation System
Students
Adding
Updating
Listing
Curriculum
Adding
Updating
Listing
ad
Grades
Add grades to students
Students grades
Courses
Adding
Updating
Listing
Manage Users
Adding
Updating
Listing
Reports
Login and Logout
3.2 DATA BASE DESIGN
During the database design phase of the system design, the analyst selects the
storage which is best for storing the systems data. The objective of the database
design is to provide auxiliary storage and to contribute to overall efficiency of the
computer program components of the system.
Smith & Amundsen, “Data Base Programming using Visual Basic 6.0 ”,
IDG Books India (P) Ltd, First Edition, 2001
Elias M.Awad, “System Analysis and design”, Galgotia Publications, Pvt Ltd,
Print 1999.
II. WEBSITES
1. http://www.vbcode.com
2. http://www.codetoad.com
3. http://www.microsoft.com
4. http://www.vbnotes.com