Chapter Exercises Flashcards
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.