Questions: Turing Machines

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

A Turing machine M is run on input w and runs forever without halting. Which of the following is true?

AM accepts w
BM rejects w
CM neither accepts nor rejects w — it loops
DM accepts w if the tape contains only blank symbols after finite steps
Question 2 True / False

Because a Turing machine's tape is infinite, any real simulation of a Turing machine would require an unbounded amount of memory.

TTrue
FFalse
Question 3 Short Answer

What does it mean for a function f: Σ* → Σ* to be Turing-computable?

Think about your answer, then reveal below.