I. Definitions


1. Turing Machine Theory

2. Features

  1. R / W head, which make it possible to either read or modify input string
  2. Bidirection infinite tape

3. Formalism

$$ M=(Q, \Sigma, \Gamma, \delta, q_0, B, F) $$

where: