Lesson 5 of 9
⚙ State Machines & Control Logic
What You'll Learn
- What a finite state machine (FSM) is and how to draw a state diagram
- The difference between Mealy and Moore machines
- How state machines model real-world control logic
Quick Check
1. In a finite state machine, a system can be in how many states at one time?
2. In a Moore machine, what determines the output?
3. What does an arrow labeled "event / action" in a state diagram represent?
4. A Mealy machine has an advantage over a Moore machine because: