Define a Turing machine. Construct a TM that accept L = {wcwR | w∈(0, 1) and c is ε or 0 or 1. Show that string 0110 is accepted by this TM with sequence of Instantaneous Description (ID).
Marks: 10
Year: 2076 Final TU
Section A: Turing Machine Definition: Turing Machine (TM) A (deterministic) Turing Machine is a 7-tuple \(M = (Q, \Sigma, \Gamma, \delta, q0, B, F)\) where: - \(Q\) is a finite set of states. - \(\Si