State Machine
A model of computation consisting of a (possibly infinite) set of states, a set of start states, an input alphabet, and a transition function which maps input symbols and current states to a next state. Usually understood to be a Finite State Machine.
Edited: | Tweet this! | Search Twitter for discussion