Toc 4
Toc 4
6/ACAD/027
Review Date:
5 CO3
Q4. Design Pushdown Automata for the following Language:
L= a"b: n>m||n,m>=0|
example. 5 CO5
Q5. What do you mean by Halting problem? Explain with
Q6. a.
whether the given regular languages equivalent, 5+5 CO1
Check two are
whereΣ= {0,1}.
i. (0+1)1(0+1)
ii. (0+1)"(10+11 + 1)(0 + 1)
b. Write the regular expression of all strings starting with ab and ending
with ba.
Q7. 10 CO3
Convert the given grammar to CNF-
SaAD
AaB/bAB
Bb
Dd
Q9. a. Design Pushdown Automata for the following language: 5+5 CO3
L= a"bc: n = p, n,m,p>=0|
b. Convert the following CFG into PDA:
L=ab": n/m||n,m>=0|
What is Grammar? Discuss formal definition of Grammar. 5+5 CO2
Q10. a.