SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
What type of diagram is commonly used to capture the flow of control associated with a use case?
A
Interaction
B
Sequence
C
Use cases
D
Activity
Explanation: 

Detailed explanation-1: -Activity diagrams visualize the steps performed in a use case-the activities can be sequential, branched, or concurrent. This type of UML diagram is used to show the dynamic behavior of a system, but it can also be useful in business process modeling.

Detailed explanation-2: -Activity diagram is basically a flowchart to represent the flow from one activity to another activity.

Detailed explanation-3: -An activity diagram is essentially a flowchart that shows activities performed by a system.

There is 1 question to complete.