EEE 120 Quiz 6- Requires Responds Lockdown
Browser|Questions and Answers| Update|
100% Correct.
Sequential Machine Design Steps - -1. Create State Definition Table
2. Create State Transition Diagram
3. Create State Transition Table
4. Design the Logic
-What is a State? - -- A state remembers how you got there, not all of history
but enough
- Events cause state transitions
-State Definition Table - -- Label
- Name
- Definition
- Binary Assignment
-Moore Machine - -Inputs MUST go through registers to outputs
-Mealy Machine - -inputs CAN go through logic to outputs (input straight to
output)
-Mealy - -- can save states
- more complex
-can require synchronizing flip-flops
-Moore - -more common
-
Browser|Questions and Answers| Update|
100% Correct.
Sequential Machine Design Steps - -1. Create State Definition Table
2. Create State Transition Diagram
3. Create State Transition Table
4. Design the Logic
-What is a State? - -- A state remembers how you got there, not all of history
but enough
- Events cause state transitions
-State Definition Table - -- Label
- Name
- Definition
- Binary Assignment
-Moore Machine - -Inputs MUST go through registers to outputs
-Mealy Machine - -inputs CAN go through logic to outputs (input straight to
output)
-Mealy - -- can save states
- more complex
-can require synchronizing flip-flops
-Moore - -more common
-