REQUIREMENTS ENGINEERING
REQUIREMENTS GATHERING AND ANALYSIS
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
If you were to describe the interaction or dynamic behavior of a system, which is dependent on time and the order of messages. Which of the following UML diagrams would you use?
|
Sequence Diagram
|
|
Activity Diagram
|
|
Use-Case Diagram
|
|
Class Diagram
|
Explanation:
Detailed explanation-1: -A sequence diagram is a UML interaction diagram that models the messages that pass between participants, such as objects and roles, as well as the control and conditional structures, such as combined fragments.
Detailed explanation-2: -Sequence Diagram Sequence diagrams are primarily used to model the interactions between the users and the objects in the system, and between the object themselves.
There is 1 question to complete.