SOFTWARE ENGINEERING

SOFTWARE DESIGN

OBJECT ORIENTED DESIGN

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
In what situations is Activity Diagram used?
A
Show how objects collaborate with each other
B
Representing the behavior of objects over their lifetime
C
Expression of complex logic conditions
D
All of the above statements are wrong
Explanation: 

Detailed explanation-1: -Activity diagrams are used to describe business processes and use cases as well as to document the implementation of system processes. Even the most complex progressions can be visualized by activity diagrams. Sequential and peripheral workflows are depicted by control and object flows.

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: -Benefits of activity diagrams Describe the steps performed in a UML use case. Illustrate a business process or workflow between users and the system. Simplify and improve any process by clarifying complicated use cases. Model software architecture elements, such as method, function, and operation.

There is 1 question to complete.