A Turing Machine (TM) is more powerful than a Pushdown Automaton (PDA) because:
-
A
A TM can read input faster than a PDA
-
B
A TM has an infinite tape that can be read and written in both directions, unlike a PDA's stack
-
C
A TM has more states than a PDA
-
D
A TM uses a different alphabet than a PDA