

InterviewSolution
Saved Bookmarks
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 |
|