Question:

Which of the following is FALSE?

Show Hint

Nondeterministic PDAs and deterministic PDAs have different expressive powers. Not all nondeterministic PDAs can be converted into deterministic ones.
Updated On: Jun 16, 2025
  • Every NFA can be converted to an equivalent PDA
  • Complement of every context free language is recursive
  • There is a unique minimal DFA for every regular language
  • Every nondeterministic PDA can be converted to an equivalent deterministic PDA
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

It is FALSE that every nondeterministic PDA (NPDA) can be converted into an equivalent deterministic PDA (DPDA). The class of languages recognized by a DPDA is strictly smaller than that recognized by an NPDA. In contrast, all the other statements are true: every NFA can be converted to a PDA, the complement of every context-free language is recursive, and there is a unique minimal DFA for every regular language.
Was this answer helpful?
0
0