Answered step by step
Verified Expert Solution
Link Copied!

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 12 and 18 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 18 hours, drop courses, calculate semester average and change program.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Time Series Databases New Ways To Store And Access Data

Authors: Ted Dunning, Ellen Friedman

1st Edition

1491914726, 978-1491914724

More Books

Students also viewed these Databases questions

Question

4. Describe the factors that influence self-disclosure

Answered: 1 week ago

Question

1. Explain key aspects of interpersonal relationships

Answered: 1 week ago