1.

A multi track turing machine can described as a 6-tuple (Q, X, S, d, q0, F) where X represents:(a) input alphabet(b) tape alphabet(c) shift symbols(d) none of the mentionedI had been asked this question in semester exam.My question is based upon Programming Techniques-Storage and Subroutines in division Introduction to Turing Machines of Automata Theory

Answer»

The CORRECT answer is (b) tape alphabet

To elaborate: The 6-tuple (Q, X, S, d, q0, F)can be explained as:

Q represents finite set of states,

X represents the tape alphabet,

S represents the input alphabet

d represents the relation on states and the symbols

q0 represents the INITIAL state

F represents the set of FINAL states.



Discussion

No Comment Found

Related InterviewSolutions