SD02 - Finite State Machines 1 Flashcards
What is a formal system?
A mathematical or mechanical description that defines a machine and how it works. Assertions about the operations and properties of these machines can be mathematically proven to be correct
What are three ways of representing a finite-state machine?
Graphically
As a transition table
As a collection of sets and functions
Can a finite-state machine have an infinite input or output?
Yes. The ‘finite’ in finite-state machine only refers to the number of states it has
What are the four columns of a state transition table?
Current state, input symbol, output symbol, next state
For a machine with n states and i input symbols, how many rows will the state transition table have?
n*i