What is the whole memory of a finite state machine?
- Every symbol it ever read
- Only its current state
- The full dictionary
What three parts define a finite state machine?
- States, input symbols, and movement rules
- Wires, batteries, and light bulbs
- Stories, pictures, and songs
A state diagram and a transition table can say the same thing.
Circle one: True False
Run 110 through the lesson machine. Is it accepted?
- No, because it ends at B
- Yes, because it contains a 1
- Yes, because it starts with 1
Run 101 through the lesson machine. Where do you finish?
- At B, so it is rejected
- At A, so it is rejected
- At C, so it is accepted
From state C, reading a 0 sends the lesson machine back to B.
Circle one: True False
What must a machine for strings ending in 01 remember?
- The whole string from the start
- Only the last two symbols
- The number of machines built
Why can no fixed-state machine match unlimited nested brackets?
- Brackets are too round to read
- Machines dislike punctuation
- It would need to count without limit, but states are fixed