2024/25
What does an interaction diagram depict?
(a) The state and transitions inside a control object
(b) Classes and their relationships
(c) Software objects and the sequence of their interactions
(d) The external objects communicating with the system - Correct Answer c
How is an actor depicted on an interaction diagram?
(a) An actor has an association with the interaction diagram.
(b) An actor can provide input to or receive output from a boundary object.
(c) An actor can provide input to or receive output from a boundary class.
(d) An instance of an actor can provide input to or receive output from a boundary object. - Correct
Answer d
What does a sequence diagram depict?
(a) The sequence of external objects communicating with each other
(b) Classes and their relationships
(c) Software objects and the sequence of their interactions
(d) The external objects communicating with the system - Correct Answer c
What does a communication diagram depict?
(a) The sequence of external objects communicating with each other
(b) Classes and their relationships
(c) Software objects and the sequence of their interactions
(d) The external objects communicating with the system - Correct Answer c
What is the instance form of an interaction diagram?
, (a) Depicts several object instances interacting with each other
(b) Depicts one possible sequence of interactions among object instances
(c) Depicts all possible interactions among object instances
(d) Depicts all object instances and their links to each other - Correct Answer b
What is the generic form of an interaction diagram?
(a) Depicts several objects interacting with each other
(b) Depicts one possible sequence of interactions among objects
(c) Depicts all possible interactions among objects
(d) Depicts all classes and their associations with each other - Correct Answer c
During dynamic interaction modeling, use cases are realized as follows:
(a) Determine objects that participate in each use case and the sequence of interactions among them.
(b) Determine external objects and the sequence in which they provide inputs to and receive outputs
from each use case.
(c) Determine sequence of interactions among use cases.
(d) Determine how a use case is depicted through internal states and transitions between them. -
Correct Answer a
Which of the following interactions could happen on an interaction diagram?
(a) An external user sends a message to a user interaction object.
(b) An external user sends a message to an entity object.
(c) An external user sends a message to an I/O object.
(d) An external user sends a message to a printer object. - Correct Answer a
Which of the following interactions is NOT likely to happen on an interaction diagram?
(a) A user interaction object sends a message to an entity object.
(b) An input object sends a message to a state-dependent control object.
(c) An input object sends a message to a printer object.