0.Introduction: Terminology§
Finite State Machine
Finite State Automata
Finite Automata
Automata: This just means “machine”
All names for a simple model of computation that has:
* States that the machine can be in (nodes)
* Input (string)
* Transitions on a character between states (edges)
* Some machine types have memory