SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What is the purpose of the Activity Diagram?
A
Represent behavior with control structure, represent many objects in use case
B
Static representation of concepts, types, and classes
C
Helps to understand the basic purpose of the class
D
Representation of the layout of components on hardware nodes
Explanation: 

Detailed explanation-1: -It captures the dynamic behavior of the system. Other four diagrams are used to show the message flow from one object to another but activity diagram is used to show message flow from one activity to another. Activity is a particular operation of the system.

Detailed explanation-2: -A UML activity diagram helps to visualize a certain use case at a more detailed level. It is a behavioral diagram that illustrates the flow of activities through a system. UML activity diagrams can also be used to depict a flow of events in a business process.

Detailed explanation-3: -Q: Why are activity diagrams useful for understanding a use case? A: An activity diagram documents the step by step processing within a use case and shows the relationships (arrows) between the steps. It is also graphical and consequently often easier to understand.

There is 1 question to complete.