Questions: Turing Machines

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

Which of the following correctly describes a Turing machine that *decides* a language?

AIt accepts every string in the language and may loop forever on strings not in it
BIt halts on every input, accepting strings in the language and rejecting all others
CIt rejects every string not in the language but may loop on strings that are in it
DIt always moves rightward and halts when it reaches a blank symbol
Question 2 True / False

A Turing machine is essentially a mathematical model of a modern computer — both have finite memory and equivalent computational power.

TTrue
FFalse
Question 3 Short Answer

What is the key property that makes Turing machines more computationally powerful than pushdown automata?

Think about your answer, then reveal below.