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.
-
https://www.geeksforgeeks.org/mealy-and-moore-machines-in-toc/# ↩