Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please draw a UML CLASS DIAGRAM for this scenario: The system must include degrees ( Bachelor and Master ) . The university includes two schools:
Please draw a UML CLASS DIAGRAM for this scenario: The system must include degrees Bachelor and Master
The university includes two schools: School of Engineering Technology ENG and School of Informatics IT
School of Engineering Technology has two programs: Electrical Engineering ELENG and Energy Engineering ENENG
School of Computing and Informatics has three programs: Computer Science CS Data Science DS and Cybersecurity CYS
Each school has id name and abbreviation.
Each program has id name and abbreviation.
Each student must have the following attributes: id name, degree, school, program, studying type Regular or Graduated
Each program has a set of courses.
Each course has the following attributes: id name, and credit hours.
In every semester the registration department announces courses schedule. Each course can be studied through multiple sections. Each section is associated with one instructor.
Each instructor has the following attributes: id name, salary and school.
Student and instructor might be shared with the following attributes: id name and school.
Each student is allowed to register between and hours per semester.
At the end of the semester, the instructors have to assign grades for their students.
The system shall allow the student to: add courses without exceed hours, drop courses, calculate semester average and change program.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started