CH4 Flashcards
1
Q
A UML diagram showing the life of an object in states and transitions.
A
State Machine Diagram
2
Q
A condition during an object’s life when it satifies some criterion, performs some action, or waits for an event.
A
State of a state machine diagram
3
Q
The movement of an object from one state to another state.
A
Transition of a state machine diagram
4
Q
A description of activites performed as part of a transition.
A
Action Expression
5
Q
A true/false test to see whether a transition can fire.
A
Guard Condition
5
Q
A