Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Professor suggests this is not a use-case diagram. Not sure as to why, because the textbook seems to demonstrate that it is? Nonfunctional Requirements: The

Professor suggests this is not a use-case diagram. Not sure as to why, because the textbook seems to demonstrate that it is? image text in transcribed

Nonfunctional Requirements:

  • The student information system (SIS) should be accessible as both a website and a mobile app.
  • The SIS users are students and enrollment staff.
  • The SIS should enforce appropriate security privileges to its uses.

Functional Requirements:

  • Maintain Student Records
  • The SIS should maintain records of basic information about students such as:
  1. First name
  2. Middle initials
  3. Last name
  4. Date of birth
  5. Student ID
  6. Department (e.g., psychology)
  7. Cumulative GPA (on a scale of 1.0 to 4.0)
  • These records are updated by the enrollment staff who has the permissions to add, modify, and/or delete any student record.
  • Maintain Course Records
  • The SIS should maintain records of all the courses offered by the college.
  • The system should maintain the following fields for each course:
  1. Course ID
  2. Course name
  3. Credit hours
  4. Description
  5. Prerequisite course
  • These records are updated by the enrollment staff who has the permissions to add, modify, and/or delete any course record.
  • Maintain Class Records
  • Classes are offered each semester of the above courses.
  • There are two kinds of classes: Online classes offered over the internet are accessible via a web browser and face-to-face classes are offered on campus at the college.
  • A class cannot exist without an associated course in the system.
  • The basic information to maintain for all kinds of classes include the following:
  1. Course ID
  2. Class begin date
  3. Class end date
  • In addition, online classes also maintain the following information:
  1. Class URL
  2. Class browser
  • Similarly, face-to-face classes should maintain this additional information about them:
  1. Class building
  2. Class room
  • These records are updated by the enrollment staff who has the permissions to add, modify, and/or delete any class record (either online or face-to-face).
  • Register a Student for Classes
  • Both students and enrollment staff should be able to register a student (either online or face-to-face) for a class offering for a course. The registration process should proceed as follows:
  1. The student information is entered to identify the registering student.
  2. The course information for which to register is entered to identify the course.
  3. All future classes with start dates after the current date for this course are displayed.
  4. The enrollment staff enter future classes for only one semester out.
  5. A selection of one class for which to register is then made.
  6. The selected class registration is then validated against the following registration rules:
  1. There is no duplicate registration for the same class in one semester.
  2. Online class registration requires students to acknowledge that they have the required hardware and software to access online classes.
  3. No more than three class registrations are allowed for one student in one semester unless the students GPA is greater than 3.5. (In this case, there is no limit on number of class registrations.)
  • When the class registration is validated against the above rules, a confirmation is then displayed to confirm registration. Otherwise, a message explaining the violation of the associated rule is displayed.
    • The process continues, starting from item b), until the user ends the session.

Directions are above. Please help me understand what I did wrong?

Also, can you tell me what the verification process is as required in instructions above?

Student Information System Register Log-in internet -includes Student ceextend > Add or modify course URL course browser Add or delete class building or classroom

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

Database Processing Fundamentals, Design, and Implementation

Authors: David M. Kroenke, David J. Auer

14th edition

133876705, 9781292107639, 1292107634, 978-0133876703

More Books

Students also viewed these Databases questions

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago