66) Consider an alternate Turing machine model, in which there is an input tape on which the tape head can move in both directions but cannot write, and one or more work tapes, one of which serves as an output tape. For a function f, denoted by DSpace ( f ) , the set of languages that can be recognized by a Turning machine of this type which uses no more than f(n) squares on any work tape for any input string of length n. The only restriction we need to make on f is that f(n) > 0 for every n. The language of
Answer is:
DSpace (1+ ⌈log2(n + 1 ⌉). (⌈ x ⌉) means the smallest integer greater than or equal to x.
Related Theory of Computation MCQ with Answers
Answer is:
Ackermann's function
Answer is:
it has the capability to remember arbitrarily long sequences of input symbols
Answer is: