58 58 votes Which one of the following is FALSE? There is a unique minimal DFA for every regular language Every NFA can be converted to an equivalent PDA. Complement of every context-free language is recursive. Every nondeterministic PDA can be converted to an equivalent deterministic PDA. Theory of Computation gatecse-2009 theory-of-computation easy isro2017 pushdown-automata + – Kathleen 23.5k views answer comment Share Follow Print See all 3 Comments 3 3 Comments reply Ravi_1511 commented Feb 3, 2017 reply Follow flag NFA can be drawn for Regular languages and every regular is DCFL and for each DFCL ..PDA can be drawn ..Thus NFA -> PDA 10 10 replyShare Raj_Dev_Verma commented Aug 26 reply Follow flag Option D is wrong that's why option D is right 1 1 replyShare Ms. NEHA commented Sep 14 reply Follow flag 😂 Fact though 0 0 replyShare Please log in or register to add a comment.
Best answer 68 68 votes Correct Option: D NDPA is more powerful than DPDA, so they are not equivalent. Actually, DPDA is a proper subset of NDPA. C is TRUE as CFL is a proper subset of recursive languages and recursive languages are closed under complement. Bhagirathi answered Nov 25, 2014 • edited May 6, 2021 by soujanyareddy13 Bhagirathi comment Share Follow See all 10 Comments 10 10 Comments reply Show 7 previous comments Raj Bopche commented Jan 30, 2021 reply Follow flag @Dhiraj Raj We know that CFL’s are subset of Recursive Languages, ie every CFL is also a Recursive Language. Now one of the properties of Recursive Languages is that Complement of a Recursive Language is also Recursive, more formally Recursive Languages are closed under complementation. Hence complement of every CFL would always be Recursive. 7 7 replyShare PreyumKr commented Jan 13, 2024 reply Follow flag CFL itself may not remain CFL after complement as CFL is not closed under complement but since its recursive and that is closed under complement hence C is true. Is that right??? 2 2 replyShare Hazard commented Apr 12, 2025 reply Follow flag NFA alwayas converted pda you can think like this,NFA converted to DFA then DFA to PDA then we can say that NFA are converted to PDA 0 0 replyShare Please log in or register to add a comment.
10 10 votes The Power of NPDA is greater than DPDA, hence we cannot convert NPDA into an equivalent DPDA. Ans is D. AnilGoudar answered May 7, 2017 AnilGoudar comment Share Follow See all 2 Comments 2 2 Comments reply sardendu commented Aug 23, 2018 reply Follow flag Can we say that if a cfl is subset of rec enimurable so its complement is also rec enumurable 0 0 replyShare Arghya Jana commented Sep 3, 2024 reply Follow flag Yes, actually CFL is subset of recursive language(REC). Also recursive language is subset of recursive enumerable(RE) language. Although RE not closed under complementation but REC are closed under complementation. CFL are subset of REC so compelement of CFL is REC. As REC are subset of RE so complement of CFL is RE also. 0 0 replyShare Please log in or register to add a comment.
7 7 votes There is a unique minimal DFA for every regular language T Every NFA can be converted to an equivalent PDA. T Complement of every context-free language is recursive. T Every nondeterministic PDA can be converted to an equivalent deterministic PDA. F rishu_darkshadow answered Sep 16, 2017 rishu_darkshadow comment Share Follow 0 reply Please log in or register to add a comment.
4 4 votes (d) Every non-deterministic PDA can be converted to an equivalent deterministic PDA anonymous answered May 7, 2017 anonymous comment Share Follow 0 reply Please log in or register to add a comment.
2 2 votes Deterministic PDA cannot handle languages or grammars with ambiguity. nondeterministic can handle languages with ambiguity and any context-free grammar. Therefore, every nondeterministic PDA cannot be converted to an equivalent deterministic PDA. pankaj_vir answered Mar 12, 2018 pankaj_vir comment Share Follow See 1 comment 1 1 comment reply Ekta07_GATE commented Jan 6, 2019 reply Follow flag https://gateoverflow.in/6370/complement-contet-language-recursive-recursive-enumerable 0 0 replyShare Please log in or register to add a comment.
0 0 votes As we know there are several languages (CFL) for which we only have NPDA, i.e. these languages cannot be recognized by DPDA. For example L= {$w^{}$$w^{r}$ | w ϵ {a,b}* } is a CFL but not DCFL, i.e. it can be recognized by NPDA but not by DPDA. King Suleiman answered Jul 23, 2019 King Suleiman comment Share Follow 0 reply Please log in or register to add a comment.