Questions: Computability Reductions

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

To prove that problem B is undecidable, what is the correct reduction strategy?

AReduce B to the Halting Problem, showing B is no harder than Halting
BReduce the Halting Problem to B, showing B is at least as hard as Halting
CReduce B to a known decidable problem, then derive a contradiction
DShow that B reduces to itself via the identity function
Question 2 True / False

A many-one reduction from A to B and a Turing reduction from A to B are equivalent: both allow the solver to make multiple queries to B.

TTrue
FFalse
Question 3 Short Answer

Why does a many-one reduction from A to B (written A ≤m B) imply that B is 'at least as hard' as A?

Think about your answer, then reveal below.