MCQ
Q.
The transition a Push down automaton makes is additionally dependent upon the:
Correct Answer: A
A PDA is a finite machine which has an additional stack storage. Its transitions are based not only on input and the correct state but also on the stack.