Toc Important Questions
Toc Important Questions
2. List all four types of grammars and languages with suitable examples.
7. Prove that Regular Languages are closed under union, concatenation, and Kleene star.
◦ Why is it undecidable?
1
20. Distinguish between recursively enumerable and recursive languages.
1. Construct a DFA for the language accepting strings over {0,1} with an even number of 0s.
Tips: - Understand conversions between models (RE ↔ NFA ↔ DFA, CFG ↔ PDA). - Practice drawing
automata cleanly. - Remember standard constructions (even 0s, palindromes, etc.). - Prepare for closure
property proofs and language classification.