InterviewSolution
Saved Bookmarks
| 1. |
A Push Down Automata is if there is at most one transition applicable to each configuration?(a) Deterministic(b) Non deterministic(c) Finite(d) Non finite |
|
Answer» Right answer is (a) Deterministic The explanation: In every situation, only one transition is available as continuation then the result is deterministic push down automata. |
|