You are on page 1of 1

Question3: To perform the user’s view analysis for the suggested system: Use case diagram (using

starUml tool).

Hint : you have to identify actors and relationships between requirements and actions.

Use Case Diagrams: Use case diagrams capture the dynamic behavior of a system. It models how an
external entity interacts with the system to make it work. Use case diagrams are responsible for visualizing
the external things that interact with the part of the system. A use case represents a distinct functionality
of a system, a component, a package or a class. It is denoted by an oval shape with the name of a use case
written inside the shape. The actor is an entity that interacts with the system. A user is the best example
of an actor. An actor is an entity that initiates the use case from outside the scope of a use case. One
actor can be associated with multiple use cases in the system.

Question 4: To draw the structural view diagram for the system: E R Diagrams and Class Diagrams
(using UML tool).

E R Diagrams: Entity-Relation model is based on the notion of real-worlds entities and the relationship
between them. ER modeling helps to analyze data requirements systematically to produce a well-
designed database. The components of the ER Diagram are entities, attributes and relationships.

You might also like