

InterviewSolution
Saved Bookmarks
1. |
A multitape turing machine is ________ powerful than a single tape turing machine.(a) more(b) less(c) equal(d) none of the mentionedThe question was asked in an online quiz.My doubt stems from Multitape Turing Machines in portion Introduction to Turing Machines of Automata Theory |
Answer» RIGHT ANSWER is (a) more To explain: The multitape turing machine model SEEMS much powerful than the single tape model, but any multi tape machine, no matter how many tapes, can be simulated by single TAPED TM. |
|