Your university runs many hundreds of courses each semester and needs to keep track of key information on each one. Among the data needed for each course would be the following: - University course...


Your university runs many hundreds of courses each semester and<br>needs to keep track of key information on each one. Among the data<br>needed for each course would be the following:<br>- University course identification number<br>- Department course ID and section number (for multiple sections of<br>the same course)<br>- Number of credits for the course<br>Days and times the course meets<br>- Room in which the course meets (building ID and room number)<br>Maximum course enrollment<br>Campus on which the course is held<br>- Name of the course instructor<br>- Number of students currently enrolled and the student ID of each<br>such student<br>- Course status: open (for additional enrollment), closed, or canceled<br>You must be able to change the value of each of these ten data items and,<br>upon request, display all of this information. Initially, the values of the first<br>seven items are known–the last three aren't. Design and implement an<br>abstract data type that can be used to model this university course entity.<br>

Extracted text: Your university runs many hundreds of courses each semester and needs to keep track of key information on each one. Among the data needed for each course would be the following: - University course identification number - Department course ID and section number (for multiple sections of the same course) - Number of credits for the course Days and times the course meets - Room in which the course meets (building ID and room number) Maximum course enrollment Campus on which the course is held - Name of the course instructor - Number of students currently enrolled and the student ID of each such student - Course status: open (for additional enrollment), closed, or canceled You must be able to change the value of each of these ten data items and, upon request, display all of this information. Initially, the values of the first seven items are known–the last three aren't. Design and implement an abstract data type that can be used to model this university course entity.

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here