Questions: Equivalence of Computational Models

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A researcher proposes a new model called 'quantum-symbolic automata' (QSA) and proves: (1) any Turing machine computation can be simulated step-by-step by a QSA, and (2) any QSA computation can be simulated by a Turing machine. What follows from these two results?

AQSA is a strictly stronger model than Turing machines because it uses quantum-inspired operations
BQSA computes exactly the class of Turing-computable functions — the two models are computationally equivalent
CThis proves the Church-Turing thesis for quantum models, establishing QSA as the correct model of physical computation
DQSA can solve the halting problem because quantum mechanics transcends classical computability limits
Question 2 Multiple Choice

A function runs in O(n log n) time on a RAM (random-access memory) machine. Which statement best describes its status on a Turing machine?

AThe function is not Turing-computable because RAM machines are a fundamentally different computational model
BThe function is Turing-computable, but simulating random access on a tape may require significantly more time steps
CThe function runs in O(n log n) on a Turing machine too, because computationally equivalent models have identical efficiency
DThe Church-Turing thesis guarantees that equivalent models compute all functions in the same number of steps
Question 3 True / False

The Church-Turing thesis has been proven as a mathematical theorem from the formal definitions of Turing machines, lambda calculus, and mu-recursive functions.

TTrue
FFalse
Question 4 True / False

The convergence of Turing machines, lambda calculus, and mu-recursive functions — three independently developed 1930s formalisms — on the same class of computable functions is the empirical core of the Church-Turing thesis.

TTrue
FFalse
Question 5 Short Answer

Why is the Church-Turing thesis described as a 'thesis' rather than a 'theorem,' and what constitutes the evidence in its favor?

Think about your answer, then reveal below.