Moore state machine

A Moore state machine is a finite state machine whose current outputs are dependent only on the current state. 1

In other words, the output will be 'inside' the state.


  1. https://www.geeksforgeeks.org/mealy-and-moore-machines-in-toc/#