Think of different users for the database of Figure 1.2. What type of applications would each user need? To which user category would each belong and what type of interface would they need?
What will be an ideal response?
(a) Registration Office User: They can enter data that reflect the registration of students in sections of courses, and later enter the grades of the students. Applications can include:
- Register a student in a section of a course
- Check whether a student who is registered in a course has the appropriate prerequisite courses
- Drop a student from a section of a course
- Add a student to a section of a course
- Enter the student grades for a section
Application programmers can write a number of canned transactions for the registration office end-users, providing them with either forms and menus, or with a parametric interface.
(b) Admissions Office User: The main application is to enter newly accepted students into the database. Can use the same type of interfaces as (a).
(c) Transcripts Office User: The main application is to print student transcripts.
Application programmers can write a canned transaction using a report generator utility to print the transcript of a student in a prescribed format. The particular student can be identified by name or social security number. Another application would be to generate grade slips at the end of each semester for all students who have completed courses during that semester. Again, this application could be programmed using a report generator utility.
You might also like to view...
Which statement is not true about the following array?
```Dim strFriends() As String = { "Rose", "Bud", "Flower", "Spring" } ``` a. The String "Flower" is located at index position 2. b. All elements have been assigned values. c. The array has an unlimited number of elements. d. All of the above are true statements about the array.
To gain a different view of a pie chart, you can ________ the chart within the 360 degrees of the circle
A) rotate B) explode C) spotlight D) format
The following sentence is punctuated correctly.? After the demonstration, the teacher reviewed the techniques; and after a question period, the students completed an independent practice on what they had learned.
Answer the following statement true (T) or false (F)
The sleep mode on a computer generally saves more electricity than hibernate mode.
Answer the following statement true (T) or false (F)