Finite State Machine

From Hydrover
Revision as of 09:53, 6 July 2017 by Andrea (talk | contribs) (Creata pagina con " A [https://en.wikipedia.org/wiki/Finite-state_machine Finite-state machine] is an abstract machine that can be in exactly one of a finite number of states at any given ti...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A Finite-state machine is an abstract machine that can be in exactly one of a finite number of states at any given time. The FSM can change from one state to another in response to some external inputs; the change from one state to another is called a transition. An FSM is defined by a list of its states, its initial state, and the conditions for each transition.