Finite State machines Flashcards

1
Q

What is a finite state machine

A

A machine that has a finite number of states. With a set amount of inputs and outputs.
They can define what is solvable on a computer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

2 types of Finite State machine

A

Moore and Mealy machines

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference between Moore and Mealy machine

A

Mealy: Produces outputs during transmission

Moore: Produces outputs on arrival

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

2 ways to represent a FSM

A

A State Transition Diagram, State Transition Table

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the different States

A

Accepting state: One that returns a yes after all inputs

Halting state: A state with no outgoing transitions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a deterministic algorithm

A

Only one possible state to move to when given an input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a non-deterministic algorithm

A

More than one state that can be transitioned to with one input

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Finite State Automaton

A

A FSM with no outputs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly