Turing machine Flashcards

1
Q

What is a Turing Machine

A

A machine that can run any algorithm
A universal machine that executes small number of executions
Deterministic FSM with an infinitely long tape

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

What is a universal machine

A

A machine capable of simulating any other machine

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

Why are Turing machines important

A

Shows what is computable or not
Shows what functions can be computed
Nothing is more powerful than a Turing machine

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

What does a Turing machine consist of

A

Finite set of states
Finite alphabet of symbols
An infinite tape
A read-write square that moves one square at a time

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

What is the rule of a State Transition Diagram

A

symbol (read on tape)| symbol (write onto tape) , movement

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

What does a transition function look like

A

δ(Current state, Input) = (Next State, Output, movement)

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

What is a universal Turing Machine

A

Can execute another Turing Machine by simulating its behaviour.

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

What is the halting problem

A

A question if it is possible to create a program that can determine if another program will stop or continue forever

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