Home » Theory of Computation » Theory of computation miscellaneous » Question

Theory of computation miscellaneous

Theory of Computation

  1. Which one of the following is false?
    1. There is unique minimal DFA for every regular language
    2. Every NFA can be converted to an equivalent PDA
    3. Complement of every context-free language is recursive
    4. Every non-deterministic PDA can be converted to an equivalent deterministic PDA
Correct Option: D

(a) true, since minimal DFA for every regular language is possible.
(b) true, NFA can be converted into an equivalent PDA.
(c) CG'S are not recursive but their complements are.
(d) false, since non deterministic PDA represents, non deterministic. CFG, since NDCFG and CFG are proper subsets so conversion required.



Your comments will be displayed only after manual approval.