recategorized by
127 views
1 votes
1 votes

The language accepted by a Turing Machine if its Read/Write head is converted to a Read Only one is?

  1. Recursive but not necessarily context-free
  2. Deterministic context-free but not necessarily regular
  3. Regular
  4. None of the above
recategorized by

1 Answer

Best answer
1 votes
1 votes
Without doing any writing to tape, the TM can only transition among the finite number of states. Its acceptance power reduces to that of a finite automata.

Reference: https://en.wikipedia.org/wiki/Two-way_finite_automaton
selected by
Answer:

Related questions

1 votes
1 votes
2 answers
1
1 votes
1 votes
1 answer
4