Q.
The pushdown automation M = ({q0, q1, q2 }, {a, b}, {0, 1}, δ, q0 , 0, {q0}) with δ (q0, a, 0) = {q1 , 10} δ (q1, a, 1) = {q1 , 11} δ (q1, b, 1) = {q2 , λ} δ (q2, b, 1) = {q2 , λ} δ (q2, λ, 0) = {q0 , λ} Accepts the language Similar Questions
1.
The entity which generate Language is termed as:
2.
Production Rule: aAb->agb belongs to which of the following category?
3.
Which of the following statement is false?
4.
The Grammar can be defined as: G=(V, ∑, p, S)
In the given definition, what does S represents?
5.
Which among the following cannot be accepted by a regular grammar ?
6.
Which of the expression is appropriate?
For production p: a->b where a∈V and b∈_______
7.
For S->0S1|e for ∑={0,1}*, which of the following is wrong for the language produced?
8.
The minimum number of productions required to produce a language consisting of palindrome strings over ∑={a,b} is
9.
Which of the following statement is correct?
10.
Are ambiguous grammar context free?
THEORY OF AUTOMATA TOPICS