- Posted By: freeproject
- Comments: 0
- Posted By: freeproject
- Comments: 0
Student Evaluation System Activity Diagram
This is the Activity UML diagram of Student Evalution System which shows the flows between the activity of Student, Registrations, Exams, Grade, Results. The main activity involved in this UML Activity Diagram of Student Evalution System are as follows:
- Student Activity
- Registrations Activity
- Exams Activity
- Grade Activity
- Results Activity
Features of the Activity UML diagram of Student Evalution System
- Admin User can search Student, view description of a selected Student, add Student, update Student and delete Student.
- Its shows the activity flow of editing, adding and updating of Registrations
- User will be able to search and generate report of Exams, Grade, Results
- All objects such as (Student, Registrations, Results) are interlinked
- Its shows the full description and flow of Student, Grade, Results, Exams, Registrations

Login Activity Diagram of Student Evalution System:
This is the Login Activity Diagram of Student Evalution System, which shows the flows of Login Activity, where admin will be able to login using their username and password. After login user can manage all the operations on Exams, Student, Registrations, Results, Grade. All the pages such as Registrations, Results, Grade are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Student Evalution System. The various objects in the Results, Exams, Student, Registrations, and Grade page—interact over the course of the Activity, and user will not be able to access this page without verifying their identity.

- Posted By: freeproject
- Comments: 0
Student Evolution System Class Diagram
Student Evolution System Class Diagram describes the structure of a Student Evolution System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Student Evolution System are Student, Exams, Registrations, Results, Grade, Merit List.
Classes of Student Evolution System Class Diagram:
- Student Class : Manage all the operations of Student
- Exams Class : Manage all the operations of Exams
- Registrations Class : Manage all the operations of Registrations
- Results Class : Manage all the operations of Results
- Grade Class : Manage all the operations of Grade
- Merit List Class : Manage all the operations of Merit List
Classes and their attributes of Student Evolution System Class Diagram:
- Student Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Exams Attributes : exam_id, exam_student_id, exam_roll_number, exam_date exam_name, exam_type, exam_description
- Registrations Attributes : registration_id, registration_student_id, registration_course_id, registration_name, registration_type, registration_number, registration_date, registration_description
- Results Attributes : result_id, result_student_id, result_name, result_description
- Grade Attributes : grade_id, grade_student_id, grade_name, grade_type, grade_description
- Merit List Attributes : merit_list_id, merit_list_student_id, merit_list_name, merit_list_type, merit_list_description
Classes and their methods of Student Evolution System Class Diagram:
- Student Methods : addStudent(), editStudent(), deleteStudent(), updateStudent(), saveStudent(), searchStudent()
- Exams Methods : addExams(), editExams(), deleteExams(), updateExams(), saveExams(), searchExams()
- Registrations Methods : addRegistrations(), editRegistrations(), deleteRegistrations(), updateRegistrations(), saveRegistrations(), searchRegistrations()
- Results Methods : addResults(), editResults(), deleteResults(), updateResults(), saveResults(), searchResults()
- Grade Methods : addGrade(), editGrade(), deleteGrade(), updateGrade(), saveGrade(), searchGrade()
- Merit List Methods : addMerit List(), editMerit List(), deleteMerit List(), updateMerit List(), saveMerit List(), searchMerit List()
Class Diagram of Student Evolution System :

- Posted By: freeproject
- Comments: 0
Student Evalution System Component Diagram
This is a Component diagram of Student Evalution System which shows components, provided and required interfaces, ports, and relationships between the Grade, Merit List, Student, Registrations and Exams. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Student Evalution System UML component diagram, describes the organization and wiring of the physical components in a system.
Components of UML Component Diagram of Student Evalution System:
- Grade Component
- Merit List Component
- Student Component
- Registrations Component
- Exams Component
Featues of Student Evalution System Component Diagram:
- You can show the models the components of Student Evalution System.
- Model the database schema of Student Evalution System
- Model the executables of an application of Student Evalution System
- Model the system's source code of Student Evalution System

- Posted By: freeproject
- Comments: 0
Student Counselling Management System ER Diagram
This ER (Entity Relationship) Diagram represents the model of Student Counselling Management System Entity. The entity-relationship diagram of Student Counselling Management System shows all the visual instrument of database tables and the relations between Counsellings, Results, Student, Merit List etc. It used structure data and to define the relationships between structured data groups of Student Counselling Management System functionalities. The main entities of the Student Counselling Management System are Student, Counsellings, Registrations, Results, Grade and Merit List.
Student Counselling Management System entities and their attributes :
- Student Entity : Attributes of Student are student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
- Counsellings Entity : Attributes of Counsellings are counselling_id, counselling_name, counselling_type, counselling_description
- Registrations Entity : Attributes of Registrations are registration_id, registration_student_id, registration_course_id, registration_name, registration_type, registration_number, registration_date, registration_description
- Results Entity : Attributes of Results are result_id, result_student_id, result_name, result_description
- Grade Entity : Attributes of Grade are grade_id, grade_student_id, grade_name, grade_type, grade_description
- Merit List Entity : Attributes of Merit List are merit_list_id, merit_list_student_id, merit_list_name, merit_list_type, merit_list_description
Description of Student Counselling Management System Database :
- The details of Student is store into the Student tables respective with all tables
- Each entity ( Merit List, Registrations, Grade, Counsellings, Student) contains primary key and unique keys.
- The entity Registrations, Grade has binded with Student, Counsellings entities with foreign key
- There is one-to-one and one-to-many relationships available between Grade, Results, Merit List, Student
- All the entities Student, Grade, Registrations, Merit List are normalized and reduce duplicacy of records
- We have implemented indexing on each tables of Student Counselling Management System tables for fast query execution.

- Posted By: freeproject
- Comments: 0
Student Evalution System Sequence Diagram
This is the UML sequence diagram of Student Evalution System which shows the interaction between the objects of Exams, Registrations, Merit List, Results, Student. The instance of class objects involved in this UML Sequence Diagram of Student Evalution System are as follows:
- Exams Object
- Registrations Object
- Merit List Object
- Results Object
- Student Object
Login Sequence Diagram of Student Evalution System:
This is the Login Sequence Diagram of Student Evalution System, where admin will be able to login in their account using their credentials. After login user can manage all the operations on Merit List, Exams, Registrations, Student, Results. All the pages such as Registrations, Student, Results are secure and user can access these page after login. The diagram below helps demonstrate how the login page works in a Student Evalution System. The various objects in the Student, Merit List, Exams, Registrations, and Results page—interact over the course of the sequence, and user will not be able to access this page without verifying their identity.

This is the UML sequence diagram of Student Evalution System which shows the interaction between the objects of Exams, Registrations, Merit List, Results, Student. The instance of class objects involved in this UML Sequence Diagram of Student Evalution System are as follows:
- Exams Object
- Registrations Object
- Merit List Object
- Results Object
- Student Object

- Posted By: freeproject
- Comments: 0
Student Evolution System Use Case Diagram
This Use Case Diagram is a graphic depiction of the interactions among the elements of Student Evolution System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Student Evolution System. The main actors of Student Evolution System in this Use Case Diagram are: Super Admin, System User, Examiner, Student, who perform the different type of use cases such as Student, Manage Exams, Manage Registrations, Manage Results, Manage Grade, Manage Merit List, Manage Users and Full Student Evolution System Operations. Major elements of the UML use case diagram of Student Evolution System are shown on the picture below.
The relationships between and among the actors and the use cases of Student Evolution System:
- Super Admin Entity : Use cases of Super Admin are Student, Manage Exams, Manage Registrations, Manage Results, Manage Grade, Manage Merit List, Manage Users and Full Student Evolution System Operations
- System User Entity : Use cases of System User are Student, Manage Exams, Manage Registrations, Manage Results, Manage Grade, Manage Merit List
- Examiner Entity : Use cases of Examiner are Publish results, View Students, Add Grades, Check Papers
- Student Entity : Use cases of Student are Search Results, View Results, Download Results
Use Case Diagram of Student Evolution System :
