SOFTWARE ENGINEERING

EMERGING TRENDS IN SOFTWARE ENGINEERING

MISCELLANEOUS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What best describes the purpose of an Activity Diagram?
A
To capture a flow of activity and maps.
B
To specify the points at which a computer system is used.
C
To specify the behavior of use cases.
D
To capture the dynamic aspect of a system.
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.

Detailed explanation-2: -Activity Diagram for Use Case is an activity diagram that can take the place of the flow of activities section of a use case description per use case. Sometimes, it is created to supplement the use case description. This diagram tells the interaction between the actor and system.

Detailed explanation-3: -They help to visualize the functionality of the system at different levels of detail, and aid communication between developers and clients.

There is 1 question to complete.