Questions: The Complexity Class Hierarchy

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Which containment in the standard complexity hierarchy is *proven to be strict* (not merely conjectured)?

AP ⊊ NP — determinism is strictly weaker than nondeterminism in polynomial time
BNP ⊊ PSPACE — polynomial time is strictly weaker than polynomial space
CP ⊊ EXPTIME — polynomial time is strictly weaker than exponential time
DPSPACE ⊊ EXPTIME — polynomial space is strictly weaker than exponential time
Question 2 Multiple Choice

A researcher proves P = NP. Which consequence follows for the polynomial hierarchy (PH)?

AOnly NP-complete problems become efficiently solvable; higher levels of PH are unaffected
BThe polynomial hierarchy collapses entirely to P — every level of PH becomes equivalent to P
CPSPACE collapses to P as well, since PSPACE ⊆ EXP and EXP would now equal P
DThe result affects NP and co-NP only, leaving Σ₂ and higher intact
Question 3 True / False

It has been proven that P ≠ NP, establishing that nondeterminism provides a strict computational advantage over determinism in polynomial time.

TTrue
FFalse
Question 4 True / False

PSPACE contains NP as a subset: any problem solvable by a nondeterministic polynomial-time algorithm can also be solved using only polynomial space.

TTrue
FFalse
Question 5 Short Answer

The time hierarchy theorem proves P ⊊ EXPTIME using diagonalization. Explain why the same diagonalization argument does not directly prove P ≠ NP.

Think about your answer, then reveal below.