Assignment # 2
Assignment # 2
Questions # 1.
Explain the term “pumping lemma” , also describe (5) five examples of pumping
lemma to explain its application.
Questions # 2.
A→baB
B→aA|bb
Questions # 3.
a) Prove that L = {anbn : n > 0} is not regular.
b) language EQUAL, of strings, defined over Σ={a,b}, with number of a’s equal
to number of b’s, i.e. EQUAL = {Λ , ab, aabb, abab, baba, abba,…} prove
that the above language is non-regular
Questions # 4.
Consider the following PDA. Write the Language accepted by it. (show all process)