University of Engineering and Technology, Taxila

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 4

University of Engineering and Technology, Taxila

(Software Engineering Department)

Lab 13

Subject: Software Requirement Engineering

Submitted By: Zain Iqbal

Registration No: 19-SE-28

Section: Omega (Ω)

Submitted To: Ma’am RABIA ARSHAD


Lab Task

1. Draw a CLASS DIAGRAM of an electric pencil sharpener and then create a


SEQUENCE DIAGRAM that Includes the objects like the user, the pencil, the insertion
point (that is, the place where you put the pencil into the sharpener), the motor, and the
sharpening element. What messages should you include? What are the activations?
Should your diagram incorporate recursion?

2. Draw high level class and sequence diagram for Online Bookshop. Online
customer can search book catalog, view description of a selected book, add book to
shopping cart, do checkout. Sol:

Class Diagram:
Sequence Diagram:
Class Diagram:

You might also like