GATE CS 2016 Set 1 — Question 53
Go beyond PYQs with Success TrackerAI-powered personalised practice and doubt support. Unlimited practice on eligible plans; AI usage limits apply.MCQ+2 / -0.67MediumPushdown Automata (PDA)Context-Free LanguagesTheory of ComputationDPDA vs NPDA
Theory of Computation → Context-Free Languages → DPDA vs NPDA
Last updated
Question
Consider the transition diagram of a PDA given below with input alphabet and stack alphabet . is the initial stack symbol. Let denote the language accepted by the PDA.
Which one of the following is TRUE?

Correct answer
(D) L = \aⁿ n ≥ 0\ ∪ \aⁿ bⁿ n ≥ 0\ and is deterministic context-free
Solution
The given PDA operates as follows:
1.Start State: The transition reads an '', pops the initial stack symbol , and pushes . This ensures the string starts with at least one ''.
2.Second State: The loop pushes an for every subsequent ''. If there are ''s total, there will be 's on the stack (since the first '' pushed an via ).
3.Transition to Third State: The transition reads a '' and pops an . This begins the matching process.
4.Third State: The loop continues to pop an for every '' read.
5.Final Transition: The transition to the final state is only possible if the stack top is . This happens only when all 's have been popped, meaning the number of ''s equals the number of ''s.
Thus, the language accepted is .Analyzing the options:- (A) This option describes the language as (with , which is the standard form, though this specific PDA requires ). Crucially, the language is a Context-Free Language (CFL) but not a Regular Language. Therefore, it cannot be accepted by any finite automata. This statement is TRUE.
- (B) & (D) The PDA does not accept strings of the form (where no ''s follow), so the language is not the union .
- (C) The language is Context-Free, which implies it is Recursive. Any Recursive language is accepted by a Turing Machine that halts on every input.
Continue learning with Success Tracker
A step still unclear? Work through it with support
Use Success Tracker to ask about the reasoning, then try another GATE CS question to check your understanding.
AI-powered practice· Unlimited practice on eligible plans
- PYQs with solutions
- Attempt available previous-year questions, then compare your reasoning with the worked solution. Coverage varies by stream.
- Practice that adapts
- Choose a topic, work on weaker areas and bookmark questions to revisit. Your attempts feed your progress tracking.
- AI doubt support
- Ask follow-up questions about a step or concept while practising, instead of stopping at the final answer.
Unlimited practice is available on eligible plans. Free practice and AI usage have limits; check the current plan allowances before choosing.
This page stays readable without an account. AI responses can be wrong; check them against the solution and source material.
More questions on Context-Free Languages
2026 Set 2 Q13Which one of the following statements is equivalent to the following assertion? Turing machine …2026 Set 1 Q25Consider the following grammar where is the start symbol, and and are terminal symbols.…2026 Set 1 Q26Let be a nondeterministic finite automaton (NFA) with 6 states over a finite alphabet. Which of…2026 Set 2 Q29Which of the following grammars is/are ambiguous?2026 Set 2 Q47Consider the following two finite automata and . [figure] Which of the following…