4.2 variantsof turing machines (types of tm)

SampathKumarS11 2,354 views 8 slides Nov 21, 2017
Slide 1
Slide 1 of 8
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8

About This Presentation

variants of turing machines (types of tm)


Slide Content

TURING MACHINES (TM) Sampath Kumar S, AP/CSE, SECE

Types of Turing Machines Multi-Tape/Head Turing Machine Multi-track Turing Machine Nondeterministic Turing Machine 10 September 2016 Sampath Kumar S, AP/CSE, SECE 2

Sampath Kumar S, AP/CSE, SECE 3 Multi-Tape/Head TM: Multi-tape Turing Machines have multiple tapes where each tape is accessed with a separate head . Each head can move independently of the other heads. Initially the input is on tape 1 and others are blank. At first, the first tape is occupied by the input and the other tapes are kept blank. Next , the machine reads consecutive symbols under its heads and the TM prints a symbol on each tape and moves its heads. 10 September 2016

Sampath Kumar S, AP/CSE, SECE 4 Multi-Tape/Head TM: 10 September 2016

Sampath Kumar S, AP/CSE, SECE 5 Multi-track Turing Machine: Multi-track Turing machines, a specific type of Multi-tape Turing machine, contain multiple tracks but just one tape head reads and writes on all tracks. Here , a single tape head reads  n  symbols from  n  tracks at one step . It accepts recursively enumerable languages like a normal single-track single-tape Turing Machine accepts. 10 September 2016

Sampath Kumar S, AP/CSE, SECE 6 Multi-track Turing Machine: 10 September 2016

10 September 2016 Sampath Kumar S, AP/CSE, SECE 7

10 September 2016 Sampath Kumar S, AP/CSE, SECE 8