College Management System
College Management System
Group Members
BT21CSE194 BT21CSE195
GYANBARDHAN M AZEEM KHAN
BT21CSE198 BT21CSE202
HIMANSHU SINGH YASH PATIDAR
Problem
Statement
A college contains many departments. Each
department can offer any number of courses.
Many instructors can work in a department, but
an instructor can work only in one department.
For each department, there is a head, and an
instructor can be head of only one department.
Each instructor can take any number of courses,
and a course can be taken by only one instructor.
A student can enroll for any number of courses
and each course can have any number of
students. Requirements other than the above can
be added.
Requirement Analysis
1 Admin 2 College
The admin has overall control and can Departments
perform all administrative tasks, including The college consists of multiple
editing, deleting, and updating information departments, each with a unique
across the entire system. This role is department number and name.
responsible for managing user accounts,
overseeing departments, instructors,
courses, students, and person details.
5 Person Details
Each person has a first name, last name, date of birth, and gender.
Assumptions