You are on page 1of 3

Task 1:

Online Bookshop website. Online customer can search book catalog, view description of a selected
book, add book to shopping cart, do checkout. For better understanding a prototype system is given
below:

Task 2:
Library Management System is library management software for the purpose of monitoring and
controlling the transactions in a library. Part of the system is to provide online transaction through
library computer and the book can be collected at the counter. Users have to login to the library
computer and the database will authenticate the user id. Then user can enter the book’s name and
the library computer search for the book from the database. The search result will be notified to the
user. If the book available, the user can request for issue from the database. The notification will be
sent to the user. After the search completed, the user has to logout the system.
Create a sequence diagram for this process.
Task 3:
The following statements show the interactions between Customer, Waiter and Chef in a restaurant.
 A customer can place orders to a waiter and the waiter will inform the chef about the orders and
their quantity.
 While waiting for food to be ready, the waiter will serve complementary drinks to the customers.
When the food is ready, the waiter will serve the food to the table.
 The customer can make payment through cash or credit card.
Draw a sequence diagram to illustrate the objects interactions.

You might also like