Finite State Machine

1 revision
#11 week ago
+5
Auto-generated stub article
+A Finite State Machine (FSM) is an abstract model that exists in one of a finite number of [States](/wiki/state). It transitions between these states in response to [Inputs](/wiki/input), elegantly mapping out sequential logic and behavior.
+## See also
+- [Computation](/wiki/computation)
+- [Automata](/wiki/automata)
+- [Algorithm](/wiki/algorithm)