University Management System UML Diagram

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

Posted By freeproject on March 23, 2018

University Management System Activity Diagram

Posted By freeproject on March 13, 2018

This is the Activity UML diagram of University Management System which shows the flows between the activity of Student, College, Course, Registration, Faculty. The main activity involved in this UML Activity Diagram of University Management System are as follows:

  • Student Activity
  • College Activity
  • Course Activity
  • Registration Activity
  • Faculty Activity

Features of the Activity UML diagram of University Management 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 College
  • User will be able to search and generate report of Course, Registration, Faculty
  • All objects such as ( Student, College, Faculty) are interlinked
  • Its shows the full description and flow of Student, Registration, Faculty, Course, College
University Management System Activity Diagram

University Management System Class Diagram

Posted By freeproject on August 2, 2017

University Management System Class Diagram describes the structure of a University Management System classes, their attributes, operations (or methods), and the relationships among objects. The main classes of the University Management System are Colleges, Students, Classes, Faculties, Courses, Registrations.

Classes of University Management System Class Diagram:

  • Colleges Class : Manage all the operations of Colleges
  • Students Class : Manage all the operations of Students
  • Classes Class : Manage all the operations of Classes
  • Faculties Class : Manage all the operations of Faculties
  • Courses Class : Manage all the operations of Courses
  • Registrations Class : Manage all the operations of Registrations

Classes and their attributes of University Management System Class Diagram:

  • Colleges Attributes : college_id, college_name, college_description, college_address,
  • Students Attributes : student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
  • Classes Attributes : class_id, class_student_id, class_name, class_room, class_type, class_description
  • Faculties Attributes : faculty_id, faculty_teacher_id, faculty_name, faculty_room, faculty_type, faculty_description
  • Courses Attributes : course_id, course_student_id, course_registration, course_name, course_type, course_year, course_description
  • Registrations Attributes : registration_id, registration_student_id, registration_course_id, registration_name, registration_type, registration_number, registration_date, registration_description

Classes and their methods of University Management System Class Diagram:

  • Colleges Methods : addColleges(), editColleges(), deleteColleges(), updateColleges(), saveColleges(), searchColleges()
  • Students Methods : addStudents(), editStudents(), deleteStudents(), updateStudents(), saveStudents(), searchStudents()
  • Classes Methods : addClasses(), editClasses(), deleteClasses(), updateClasses(), saveClasses(), searchClasses()
  • Faculties Methods : addFaculties(), editFaculties(), deleteFaculties(), updateFaculties(), saveFaculties(), searchFaculties()
  • Courses Methods : addCourses(), editCourses(), deleteCourses(), updateCourses(), saveCourses(), searchCourses()
  • Registrations Methods : addRegistrations(), editRegistrations(), deleteRegistrations(), updateRegistrations(), saveRegistrations(), searchRegistrations()

Class Diagram of University Management System :

Class Diagram Image: 
University Management System Class Diagram

University Management System Component Diagram

Posted By freeproject on February 8, 2018

This is a Component diagram of University Management System which shows components, provided and required interfaces, ports, and relationships between the Course, Semester, College, Faculty and Registration. This type of diagrams is used in Component-Based Development (CBD) to describe systems with Service-Oriented Architecture (SOA). University Management System UML component diagram, describes the organization and wiring of the physical components in a system.

Components of UML Component Diagram of University Management System:

  • Course Component
  • Semester Component
  • College Component
  • Faculty Component
  • Registration Component

Featues of University Management System Component Diagram:

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

University Management System Dataflow Diagram

Posted By namita on July 11, 2017

University Management System Data flow diagram is often used as a preliminary step to create an overview of the University without going into great detail, which can later be elaborated.it normally consists of overall application dataflow and processes of the University process. It contains all of the userflow and their entities such all the flow of Colleges, Classes, Students, Faculties, Courses, Registrations, Semester. All of the below diagrams has been used for the visualization of data processing and structured design of the University process and working flow.


Zero Level Data flow Diagram(0 Level DFD) of University Management System :

This is the Zero Level DFD of University Management System, where we have eloborated the high level process of University. It’s a basic overview of the whole University Management System or process being analyzed or modeled. It’s designed to be an at-a-glance view of Courses,Registrations and Semester showing the system as a single high-level process, with its relationship to external entities of Colleges,Classes and Students. It should be easily understood by a wide audience, including Colleges,Students and Courses In zero leve DFD of University Management System, we have described the high level flow of the University system.

High Level Entities and proccess flow of University Management System:

  • Managing all the Colleges
  • Managing all the Classes
  • Managing all the Students
  • Managing all the Faculties
  • Managing all the Courses
  • Managing all the Registrations
  • Managing all the Semester
Zero Level Data flow Diagram(0 Level DFD) of University Management System

First Level Data flow Diagram(1st Level DFD) of University Management System :

First Level DFD (1st Level) of University Management System shows how the system is divided into sub-systems (processes), each of which deals with one or more of the data flows to or from an external agent, and which together provide all of the functionality of the University Management System system as a whole. It also identifies internal data stores of Semester, Registrations, Courses, Faculties, Students that must be present in order for the University system to do its job, and shows the flow of data between the various parts of Colleges, Students, Registrations, Semester, Courses of the system. DFD Level 1 provides a more detailed breakout of pieces of the 1st level DFD. You will highlight the main functionalities of University.

Main entities and output of First Level DFD (1st Level DFD):

  • Processing Colleges records and generate report of all Colleges
  • Processing Classes records and generate report of all Classes
  • Processing Students records and generate report of all Students
  • Processing Faculties records and generate report of all Faculties
  • Processing Courses records and generate report of all Courses
  • Processing Registrations records and generate report of all Registrations
  • Processing Semester records and generate report of all Semester
First Level Data flow Diagram(1st Level DFD) of University Management System

Second Level Data flow Diagram(2nd Level DFD) of University Management System :

DFD Level 2 then goes one step deeper into parts of Level 1 of University. It may require more functionalities of University to reach the necessary level of detail about the University functioning. First Level DFD (1st Level) of University Management System shows how the system is divided into sub-systems (processes). The 2nd Level DFD contains more details of Semester, Registrations, Courses, Faculties, Students, Classes, Colleges.

Low level functionalities of University Management System

  • Admin logins to the system and manage all the functionalities of University Management System
  • Admin can add, edit, delete and view the records of Colleges, Students, Courses, Semester
  • Admin can manage all the details of Classes, Faculties, Registrations
  • Admin can also generate reports of Colleges, Classes, Students, Faculties, Courses, Registrations
  • Admin can search the details of Classes, Courses, Registrations
  • Admin can apply different level of filters on report of Colleges, Faculties, Courses
  • Admin can tracks the detailed information of Classes, Students, Faculties, , Courses
Second Level Data flow Diagram(2nd Level DFD) of University Management System

University Management System ER Diagram

Posted By freeproject on July 17, 2017

This ER (Entity Relationship) Diagram represents the model of University Management System Entity. The entity-relationship diagram of University Management System shows all the visual instrument of database tables and the relations between Students, Faculties, Colleges, Registrations etc. It used structure data and to define the relationships between structured data groups of University Management System functionalities. The main entities of the University Management System are Colleges, Students, Classes, Faculties, Courses and Registrations.

University Management System entities and their attributes :

  • Colleges Entity : Attributes of Colleges are college_id, college_name, college_description, college_address,
  • Students Entity : Attributes of Students are student_id, student_college_id, student_name, student_mobile, student_email, student_username, student_password, student_address
  • Classes Entity : Attributes of Classes are class_id, class_student_id, class_name, class_room, class_type, class_description
  • Faculties Entity : Attributes of Faculties are faculty_id, faculty_teacher_id, faculty_name, faculty_room, faculty_type, faculty_description
  • Courses Entity : Attributes of Courses are course_id, course_student_id, course_registration, course_name, course_type, course_year, course_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

Description of University Management System Database :

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

University Management System Sequence Diagram

Posted By freeproject on January 31, 2018

This is the UML sequence diagram of University Management System which shows the interaction between the objects of Student, Registration, College, Semester, Faculty. The instance of class objects involved in this UML Sequence Diagram of University Management System are as follows:

  • Student Object
  • Registration Object
  • College Object
  • Semester Object
  • Faculty Object

This is the UML sequence diagram of University Management System which shows the interaction between the objects of Student, Registration, College, Semester, Faculty. The instance of class objects involved in this UML Sequence Diagram of University Management System are as follows:

  • Student Object
  • Registration Object
  • College Object
  • Semester Object
  • Faculty Object

University Management 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 University Management System. It represents the methodology used in system analysis to identify, clarify, and organize system requirements of University Management System. The main actors of University Management System in this Use Case Diagram are: Super Admin, System User, Cashiers, Student, who perform the different type of use cases such as Colleges, Manage Students, Manage Classes, Manage Faculties, Manage Courses, Manage Registrations, Manage Semester, Manage Users and Full University Management System Operations. Major elements of the UML use case diagram of University Management System are shown on the picture below.

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

  • Super Admin Entity : Use cases of Super Admin are Colleges, Manage Students, Manage Classes, Manage Faculties, Manage Courses, Manage Registrations, Manage Semester, Manage Users and Full University Management System Operations
  • System User Entity : Use cases of System User are Colleges, Manage Students, Manage Classes, Manage Faculties, Manage Courses, Manage Registrations, Manage Semester
  • Cashiers Entity : Use cases of Cashiers are Check Adminssion, Add Admission, Create Fees Receipts, Collect Payments
  • Student Entity : Use cases of Student are Search Colleges, Request for Admission, Pay Fees

Use Case Diagram of University Management System :

University Management System Use Case Diagram

Project Category

Call FreeProjectz WhatsApp FreeProjectz