

InterviewSolution
Saved Bookmarks
1. |
Every language accepted by a k-tape TM is _____ by a single-tape TM.(a) accepted(b) not accepted(c) generated(d) not generatedThe question was posed to me in examination.My question is based upon Equivalence of One-Tape and Multitape TM’s in chapter Introduction to Turing Machines of Automata Theory |
Answer» RIGHT option is (a) ACCEPTED Explanation: Its the theorem that STATES Every multitape turing MACHINE can be simulated by a single tape turing machine and the CORRESPONDING language can be accepted. |
|