176 views
0 votes
0 votes

Consider the below mentioned PDA M1 (Q, ∑, Г, δ, q0, Z, F) which accepts thelanguage L.

Where:

Q={q0, q1, q2, q3, q4}

Σ={a,b}

Г={a,b,Z}

Z=initial pushdown symbol

F=set of final states, empty in this case as the string is accepted by null store.

Choose the correct Grammar for the language L accepted by M1 from the following options.

1. 

S → aaBb|aab, B → aaBb|aab

 

2. 

None of the above.

 

3.

S →aaBb|∊, B →aaBb|aab

 

4.

S →aaBb|aab|∊, B →aaBb|aab

Please log in or register to answer this question.

Related questions

0 votes
0 votes
2 answers
2
Alakhator asked Nov 11, 2018
897 views
Construct a PDA for set of strings over {a,b,c,d} such thatL={ a^i b^j c^k d^l / i=k or j=l , i,j,k,l >=1}
0 votes
0 votes
1 answer
3
Abhisek Tiwari 4 asked Nov 6, 2018
717 views
Consider Ldf set all languages accepted by DPDA by final state,Lef set of all languages accepted by DPDA by Empty stack ThenA)Ldf proper subset of Lef.B)Ldf = Lef.C)Lef ...
0 votes
0 votes
0 answers
4
Na462 asked Sep 9, 2018
641 views
Consider following PDA WHICH OF FOLLOWING IS TRUE ABOUT LANGUAGE ACCEPTED BY IT ?A. Regular but infiniteB. Regular but finiteC. DCFL but not regularD. CFL but not DCFL