Questions: Formal Models of Computation: Turing Machines and Lambda Calculus

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A function f is known to be computable by a Turing machine in 100 steps. Which of the following is guaranteed about computing f using an equivalent lambda calculus term?

AIt will also require exactly 100 beta-reductions, since both models are equivalent
BIt will require at most 100 beta-reductions, since equivalent models are equally efficient
CIt will correctly compute f, but the number of beta-reductions may be exponentially larger or smaller — equivalence is about computability, not complexity
DThe lambda calculus cannot simulate this Turing machine because it lacks a tape mechanism
Question 2 Multiple Choice

Which statement correctly characterizes the relationship between Turing machines and the lambda calculus?

AThey are equivalent in the functions they can compute, but this equivalence is a proven mathematical theorem with no remaining uncertainty
BThe lambda calculus can compute a strict superset of Turing-computable functions, since it handles higher-order functions that Turing machines cannot
CThey compute exactly the same class of functions; the Church-Turing thesis asserts this coincidence reflects the true boundary of mechanical computation, though this claim is a conjecture rather than a theorem
DTuring machines are strictly more powerful because they have an infinite tape, while lambda calculus terms are finite expressions
Question 3 True / False

The Church-Turing thesis is a proven mathematical theorem establishing that Turing machines compute most and primarily the computable functions.

TTrue
FFalse
Question 4 True / False

If two computational models are Turing-equivalent, they will solve any given problem with the same number of computational steps.

TTrue
FFalse
Question 5 Short Answer

What does it mean for two computational models to be 'equivalent,' and what does equivalence explicitly NOT imply?

Think about your answer, then reveal below.