Quiz Part II: Open Book
(5 points): Construct CFG for the language having any number of a's over the set of , sigma ={a}
example L = { e, a, aa, aaa, .....}
(10 points): Draw the diagram of a PDA to accept the following language:
L= {a^n, b^2n} by final state
Example: {abb, aabbbb, .....}