étatgép
An étatgép, often translated as state machine or finite automaton, is a mathematical model of computation. It is an abstract machine that can be in exactly one of a finite number of states at any given time. The state machine can transition from one state to another in response to some external inputs.
A state machine is defined by a set of states, an alphabet of input symbols, a transition
State machines are widely used in computer science for designing and analyzing digital circuits, compilers, network