Chapter 3: 5E (page 188)
Examine the formal definition of a Turing machine to answer the following questions, and explain your reasoning.
a. Can a Turing machine ever write the blank symbol on its tape?
b. Can the tape alphabetbe the same as the input alphabet?
c. Can a Turing machine’s head ever be in the same location in two successive steps?
d. Can a Turing machine contain just a single state?
Short Answer
(a) Yes. The tape alphabet contains. A Turing machine can write any characters in on its tape.
(b) No. never contains , but always contains . So they cannot be equal.
(c) Yes. If the Turing machine attempts to move its head off the left-hand end of the tape, it remains on the same tape cell.
(d) No. Any Turing machine must contain two distinct states: qaccept and qreject. So, a Turing machine contains at least two states.