Chapter Exercises Flashcards
(40 cards)
How is an actor depicted on a use case diagram?
A stick figure
How is a use case depicted on a use case diagram?
An oval
How is a class depicted on a class diagram?
A box with one, two or three compartments
How is an association depicted on a class diagram?
A solid line joining two class boxes
How is public visibility depicted for a class element on a class diagram?
+ sign
What are the two kinds of UML interaction diagrams?
Communication diagram sequence diagrams
What does an interaction diagram depict?
Objects and messages
What does a statechart diagram depict?
states and events
What is a UML package?
A grouping of model elements
What does a deployment diagram depict?
The physical configuration of the system in terms of physical connections between the nodes
What is a use case?
A sequence of interactions between the user and the objects in the system
What is an actor?
An external entity that interacts with the system
What is the primary actor?
The actor that initiates the use case
What is a secondary actor?
An actor that participates in the use case
What is an alternative sequence in a use case?
A sequence that is different than the main sequence
What can an inclusion use case be used for?
To describe functionality that is common to more than one use case.
What can an extension use case be used for?
To describe functionality of a use case that is extended by another use case
What can an activity diagram be used for in use case modeling?
To depict the activities in the main and alternative sequences of a use case
How can a nonfunctional requirement be described in a use case model?
In a separate section of the use case description
What is a use case package?
A group of related use cases
What is a boundary object?
An object that communicates with an external object
What is a control object?
An object that controls other objects
What is a state-dependent control object?
An object that executes a state machine
What is a coordinator object?
A decision making object