Specify a use case for the Student Registration System that assigns a room to a course to be taught next semester.

What will be an ideal response?


Assign Room.
Purpose. Assign a room for a course to be taught next semester.
Actor . A professor (actually the Director of the program offering the course).
Input. A course number and a room number.
Result. The room is assigned to the course, and an appropriate message is displayed.
If a room had previously been assigned to the course, the newassignment shall replace
the old assignment.
Exception. If the capacity of the room is less than the maximum allowed enrollment
for the course, the room assignment shall not take place and an appropriate message
shall be displayed.

Computer Science & Information Technology

You might also like to view...

System software includes the operating system and utility programs

Indicate whether the statement is true or false

Computer Science & Information Technology

Autosaved documents have the ________ file extension

Fill in the blank(s) with correct word

Computer Science & Information Technology

Choose the sentence type of the following sentence.Did you know that there are earthquakes on the moon??

A. ?Simple B. ?Compound C. ?Complex D. ?Compound-complex

Computer Science & Information Technology

The fread function requires three parameters: a pointer to the input area, the number of bytes to be written, and the stream pointer.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology