Design a one-tape Turing machine over alphabet \(\{a, b, c\}\) that accepts the language: \[ \{w: \text{ $w$ does not contain any $c$'s}\} \] Write your transition function as a table with one state per row and one tape input per column.
Give an informal description of a one-tape Turing machine that accepts the language \[ \{w: w \text{ contains twice as many $0$'s as $1$'s}\} \]
Give an informal description of a two-tape Turing machine that accepts the language from #2, and uses only \(\{0, 1, \square\}\) as its tape alphabet.