HARDImportant2019GATE-CSTheory of Computation
theory-of-computationpush-down-automata2-mark
A.
B.
C.
D.
Correct Answer: C
Explanation:
Loading...
Correct Answer: C
Explanation:
Take your GATE-CS preparation to the next level. Practice with full-length mock tests, get instant results, and track your progress with detailed analytics.
Browse GATE-CS Test SeriesWhich ONE of the following languages is accepted by a deterministic pushdown automaton (DPDA)?
Consider the PDA P that runs on input alphabet {a,b}, stack alphabet {bot, A}, and states {s,p,q} wi…
Consider languages: L1 = {ww | w in {a,b}*}; L2 = {a^n b^n c^m | n,m >= 0}; L3 = {a^m b^n c^n | n,m …
In a pushdown automaton P = (Q, Σ, Γ, δ, q0, F), a transition of the form (q, Y) &…
Consider the following languages:I. {aᵐbⁿcᵖdq | m+p = n+q, where m,n,p,q ≥ 0}II. {aᵐbⁿcᵖdq | m=n and…