Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 3

MIS 6308: Systems Analysis and Project Management Assignment 1 Question 1.

Develop (i) a context diagram and (ii) a use case diagram to model the following functionalities of NetFlix. Netflix is an online video/DVD renting company. A customer desiring to use the Netflix service should first become a member by providing information such as name, address, phone number, and credit card data. The member also creates a user name and password. A member uses this user name and password to log in subsequently. A member can perform one of two functions. First, he/she can edit a list of DVDs in his/her account. The list can have a maximum of thirty rank ordered movies. The member can add a new DVD to the list in any position within the list, delete a DVD from the list, or change the rank ordering within the list. Second, the member can check the status of a DVD in his/her list. The status can be not shipped, in process of being shipped, shipped, or returned. Netflix ships out the DVD with the highest rank immediately after receiving a DVD back from the member. Whenever Netflix ships or receives a DVD, it updates the list. A member can have a maximum of three DVDs at a time. At the end of each month, Netflix charges the customers credit card a rental fee for the month. Make reasonable assumptions, if required. Question 2. The following is the process an account holder of eBroker, a discount online brokerage firm, uses to sell stocks. The user first logs in by entering the username and password. The system checks that the user is a valid user using information from the user database. The user enters the stock symbol. The system displays current price information for the stock. The user enters sale transaction data such as number of stocks to sell and price. The system checks whether the user has adequate number of stocks in his account to sell. The system creates a new sale transaction. The system informs the stock exchange about the sale transaction. The stock exchange informs the system (eBroker) when the sale is executed. The system updates the users account. The system terminates the sale transaction. Write a use case description for the above process. Include only normal flow of events and exceptions. Make any reasonable assumptions, if required.

Question 3. Develop a data dictionary for the data contained in the following order form.

Question 4: Draw a class diagram for the data maintained by a doctors office. Ignore methods for classes. PatientInfo = PatientID + PatientName + PatientAddress + InsuranceCompany + GroupName + {DateOfVisit + Complaint + AttendingDoctor + Diagnosis + {Prescription} + ConsultationCharge} + AccountBalance Prescription = PatientName + DrugName + Dosage + Quantity + Doctor InsuranceInfo = InsuranceCompany + {GroupName + PatientCopay} DoctorInfo = DoctorName + Specialty + BoardCertified? + {PatientID + {DateOfVisit + Complaint + Diagnosis + {Prescription}} BoardCertified? = [Yes | No] Specialty = [Family Practice | Internal Medicine | Oncology] Question 5: Draw a sequence diagram that implements the following use case, and Based on your sequence diagram, identify the classes, attributes and methods you will have in the class diagram for the system. Make appropriate assumptions about the data required to perform each step in the use case

1. 2. 3. 4. 5. 6. 7. 8. 9.

The student enters his/her student ID into the system. The system validates the ID and displays the student information. The student selects the semester for which he/she wants to register. The system displays the list of department that offer a course during that semester. The student selects a department. The system displays the list of courses offered by the department. The student selects a course from this list. The system checks whether an opening is available for the student. The system checks whether the student has satisfied the prerequisites for the course. 10. The system adds the student to the class. 11. The system increments the number of students enrolled in the class by 1. The following problem domain classes are available in the class diagram: student, course, department, semester. You can add additional classes, if necessary.

You might also like