Lecture 9 - Sequence Diagrams Flashcards
In System Sequence Diagrams, what does a Use Case specify?
Specifies a functionality
TF: A Use Case scenario is a time-ordered series of function calls that system invokes on actor
False. Time-ordered series of function calls that actor invokes on system
What is another name for Use Case scenarios?
System operations/events
What is another name for sequence diagrams?
Interaction diagram
What is a sequence diagram?
An “interaction diagram” that models a single scenario executing in the system
TF: In a message arrow for a sequence diagram, the description (message signature) name is optional
False. Message name is mandatory
When a sender waits for the receiver to process the message before carrying on with another message, it is considered what type of message?
Synchronous message
When a caller does not wait for the receiver to process the message and return before sending other messages to other objects within the system, it is considered what type of message?
Asynchronous message