We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
QUIZ 1
Q1: Sarah, a student, has signed up for the Library
Management System (LMS) at her university. She wishes to borrow the book "Introduction to Data Science" and uses the LMS to check its availability. Based on whether the book is available or not, the system processes her request accordingly. If the book is available, she borrows it, and if it's unavailable, the system suggests alternative data science books for her to borrow instead.
Q2:The Pizza Ordering System allows the user of a web
browser to order pizza for home delivery. To place an order, a shopper searches to find items to purchase, adds items one at a time to a shopping cart, and possibly searches again for more items. When all items have been chosen, the shopper provides a delivery address. If not paying with cash, the shopper also provides credit card information. The system has an option for shoppers to register with the pizza shop. They can then save their name and address information, so that they do not have to enter this information every time that they place an order. Develop a use case diagram, for a use case for placing an order, PlaceOrder. The use case should show a relationship to two previously specified use cases, IdentifyCustomer, which allows a user to register and log in, and PaybyCredit, which models credit card payments.