Notation of Turing Machine
Notation of Turing Machine
Turing Machine
Turing Machine consists of a tape which is divided into
cells, each of which can hold a symbol from finite
number of input or tape symbols.
Initially the input symbols are put on the tape, remaining
symbols extending infinitely on the tape are assumed to
be blank.
Because blanks are present in all those cells which input symbols
aren’t there. Therefore a finite number of blank cells are also
included in the ID.
A Turing Machine
b 1 0
1 1 1 1 0 1
6
An Example of Turing Machine
If read 1, write 0, go right, repeat.
If read 0, write 1, HALT!
If read , write 1, HALT!
0 1 1 1 0 1
7
An Example of Turing Machine
If read 1, write 0, go right, repeat.
If read 0, write 1, HALT!
If read , write 1, HALT!
0 0 1 1 0 1
8
An Example of Turing Machine
If read 1, write 0, go right, repeat.
If read 0, write 1, HALT!
If read , write 1, HALT!
0 0 0 1 0 1
9
An Example of Turing Machine
If read 1, write 0, go right, repeat.
If read 0, write 1, HALT!
If read , write 1, HALT!
0 0 0 0 0 1
10
An Example of Turing Machine
If read 1, write 0, go right, repeat.
If read 0, write 1, HALT!
If read , write 1, HALT!
0 0 0 0 1 1
11