Grading System UML Diagram

Subscribe our YouTube channel for latest project videos and tutorials Click Here

Posted By freeproject on March 19, 2018

Grading System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of Grading System which shows the flows between the activity of Papers, Marks, Examinations, Students, Grades. The main activity involved in this UML Activity Diagram of Grading System are as follows:

  • Papers Activity
  • Marks Activity
  • Examinations Activity
  • Students Activity
  • Grades Activity

Features of the Activity UML diagram of Grading System

  • Admin User can search Papers, view description of a selected Papers, add Papers, update Papers and delete Papers.
  • Its shows the activity flow of editing, adding and updating of Marks
  • User will be able to search and generate report of Examinations, Students, Grades
  • All objects such as ( Papers, Marks, Grades) are interlinked
  • Its shows the full description and flow of Papers, Students, Grades, Examinations, Marks
Grading System Activity Diagram

Grading System Class Diagram

Posted By freeproject on August 2, 2017

Grading System Class Diagram describes the structure of a Grading System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the Grading System are Students, Examinations, Marks, Papers, Grades, Result.

Classes of Grading System Class Diagram:

  • Students Class : Manage all the operations of Students
  • Examinations Class : Manage all the operations of Examinations
  • Marks Class : Manage all the operations of Marks
  • Papers Class : Manage all the operations of Papers
  • Grades Class : Manage all the operations of Grades
  • Result Class : Manage all the operations of Result

Classes and their attributes of Grading System Class Diagram:

  • Students Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
  • Examinations Attributes : exam_id, exam_student_id, exam_roll_number, exam_date exam_name, exam_type, exam_description
  • Marks Attributes : mark_id, mark_student_id, mark_exam_id, mark_result, mark_number, mark_type, mark_description
  • Papers Attributes : paper_id, paper_exam_id, paper_subject, paper_time paper_name, paper_type, paper_description
  • Grades Attributes : grade_id, grade_student_id, grade_name, grade_type, grade_description
  • Result Attributes : result_id, result_student_id, result_date, result_type, result_description

Classes and their methods of Grading System Class Diagram:

  • Students Methods : addStudents(), editStudents(), deleteStudents(), updateStudents(), saveStudents(), searchStudents()
  • Examinations Methods : addExaminations(), editExaminations(), deleteExaminations(), updateExaminations(), saveExaminations(), searchExaminations()
  • Marks Methods : addMarks(), editMarks(), deleteMarks(), updateMarks(), saveMarks(), searchMarks()
  • Papers Methods : addPapers(), editPapers(), deletePapers(), updatePapers(), savePapers(), searchPapers()
  • Grades Methods : addGrades(), editGrades(), deleteGrades(), updateGrades(), saveGrades(), searchGrades()
  • Result Methods : addResult(), editResult(), deleteResult(), updateResult(), saveResult(), searchResult()

Class Diagram of Grading System :

Class Diagram Image: 
Grading System Class Diagram

Grading System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of Grading System which shows components, provided and required interfaces, ports, and relationships between the Grades, Marks, , Students and Papers. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). Grading System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of Grading System:

  • Grades Component
  • Marks Component
  • Component
  • Students Component
  • Papers Component

Featues of Grading System Component Diagram:

  • You can show the models the components of Grading System.
  • Model the database schema of Grading System
  • Model the executables of an application of Grading System
  • Model the system's source code of Grading System
Component Diagram: 

Grading System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of Grading System Entity. The entity-relationship diagram of Grading System shows all the visual instrument of database tables and the relations between Examinations, Papers, Students, Result etc. It used structure data and to define the relationships between structured data groups of Grading System functionalities. The main entities of the Grading System are Students, Examinations, Marks, Papers, Grades and Result.

Grading System entities and their attributes :

  • Students Entity : Attributes of Students are student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
  • Examinations Entity : Attributes of Examinations are exam_id, exam_student_id, exam_roll_number, exam_date exam_name, exam_type, exam_description
  • Marks Entity : Attributes of Marks are mark_id, mark_student_id, mark_exam_id, mark_result, mark_number, mark_type, mark_description
  • Papers Entity : Attributes of Papers are paper_id, paper_exam_id, paper_subject, paper_time paper_name, paper_type, paper_description
  • Grades Entity : Attributes of Grades are grade_id, grade_student_id, grade_name, grade_type, grade_description
  • Result Entity : Attributes of Result are result_id, result_student_id, result_date, result_type, result_description

Description of Grading System Database :

  • The details of Students is store into the Students tables respective with all tables
  • Each entity (Result, Marks, Grades, Examinations, Students) contains primary key and unique keys.
  • The entity Marks, Grades has binded with Students, Examinations entities with foreign key
  • There is one-to-one and one-to-many relationships available between Grades, Papers, Result, Students
  • All the entities Students, Grades, Marks, Result are normalized and reduce duplicacy of records
  • We have implemented indexing on each tables of Grading System tables for fast query execution.
Grading System ER Diagram

Grading System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of Grading System which shows the interaction between the objects of Grades, Students, Marks, Examinations, . The instance of class objects involved in this UML Sequence Diagram of Grading System are as follows:

  • Grades Object
  • Students Object
  • Marks Object
  • Examinations Object
  • Object

This is the UML sequence diagram of Grading System which shows the interaction between the objects of Grades, Students, Marks, Examinations, . The instance of class objects involved in this UML Sequence Diagram of Grading System are as follows:

  • Grades Object
  • Students Object
  • Marks Object
  • Examinations Object
  • Object

Grading System Use Case Diagram

Posted By freeproject on July 24, 2017

This Use Case Diagram is a graphic depiction of the interactions among the elements of Grading System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of Grading System. The main actors of Grading System in this Use Case Diagram are: Super Admin, System User, Faculty, Student, who perform the different type of use cases such as Manage Students, Manage Examinations, Manage Marks, Manage Evaluations, Manage Papers, Manage Grades, Manage Users and Full Grading System Operations. Major elements of the UML use case diagram of Grading System are shown on the picture below.

The relationships between and among the actors and the use cases of Grading System:

  • Super Admin Entity : Use cases of Super Admin are Manage Students, Manage Examinations, Manage Marks, Manage Evaluations, Manage Papers, Manage Grades, Manage Users and Full Grading System Operations
  • System User Entity : Use cases of System User are Manage Students, Manage Examinations, Manage Marks, Manage Evaluations, Manage Papers, Manage Grades
  • Faculty Entity : Use cases of Faculty are Add Grades, Check Papers, Add Results, Manage Exams, Manage Students
  • Student Entity : Use cases of Student are Search Results, Add Comments, Print Result

Use Case Diagram of Grading System :

Grading System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz