A FSM wherein the output depends soley on the current state (often saved within Flip-Flop). Moore machines are more commonly used in practice.

Circuit Diagram Labels

Pros

  • Simpler than Mealy Machine
  • Always a flip-flop between input and output

Cons

  • May need more states than Mealy Machine
  • Takes atleast one cycle to respond to input