State Machines Flashcards
In a state machine each character occupies ___
one state
In a state machine states are connected by ___
transitions
Transitions have associated ___
actions
A disadvantage of a state machine is the fact that the number of states can ___
easily explode for relatively complex scenarios
Hierarchical State Machines try to separate a complex state machine into ___
levels of state machines
Nested States represent the possibility of being in ___ at the same time, as long as they correspond to ___
more than one state
different hierarchies
Regarding Hierarchical State Machines transitions out of states at ___ levels have priority
higher
Study State Machines table (HSM Example)
Done
STUDY SLIDE 15
…