Develop a class diagram based upon the following description: When a student wants to register for courses, he/she will
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Develop a class diagram based upon the following description: When a student wants to register for courses, he/she will
Develop a class diagram based upon the following description:When a student wants to register for courses, he/she will providestudent id and name along with the term (like W22, F22, S22 etc.).For a particular term, student can register for up to 7 uniquecourses. Multiple students can register for a course, but a studentcan register for a specific course in the given term only once. Forevery single course, one and only one faculty member is assigned toteach, and a faculty member will be able to teach at the most 5courses in each term. Each course will have one and only onerecommended textbook. Every course will be scheduled in one of theavailable rooms. Each faculty member will have unique id, assignedautomatically starting from “F1001” and will have an office, phone,and email. The recommended textbook will have unique ISBN number,title, author, and edition. Room can be a lecture room, lab,office, or meeting room and will have unique room number, capacity.All the courses have unique course id, course name, credit hoursand description.