

InterviewSolution
Saved Bookmarks
1. |
Which of the following can be used to simulate any turing machine?(a) Finite State Automaton(b) Universal Turing Machine(c) Counter machines(d) All of the mentionedI got this question in semester exam.My doubt stems from Simulation of Turing Machine topic in division Introduction to Turing Machines of Automata Theory |
Answer» CORRECT option is (B) Universal Turing MACHINE For explanation I would say: The computational aspect of any possible REAL world COMPUTER can be simulated using an Universal Turing Machine so can be any turing machine. |
|