Turing Machine Flashcards

1
Q

Turing machine

A

A model of a hypothetical machine which uses a predefined set of rules to determine a result from a set of inputs

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

Infinite tape

A

A memory tape divided into cells with many memory locations

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

Read-write head

A

A head that reads & write symbols on the tape and moves the tape left & right one cell at a time

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

State register

A

Stores the state of the Turing machine

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

Finite table of instructions

A

Specifies what to do for each combination of the current state and the symbol that is read

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

Turing machine tuple: Q

A

Set of states

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

Turing machine tuple: q0

A

Initial state

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

Turing machine tuple: b

A

the blank symbol

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

Turing machine tuple: Γ

A

Set of alphabets

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

Turing machine tuple: Σ

A

Set of inputs (not include blanks)

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

Turing machine tuple: F

A

Final state

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

Turing machine tuple: δ

A

Transition function

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

Limitation of Turing machine

A

They are hardwired so can only one program

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