The following Context-Free Grammar (CFG): S → aB | bA A → a | aS | bAA B → b | bS | aBB will generate (1) odd numbers of a’s and odd numbers of b’s (2) even numbers of a’s and even numbers of b’s (3) equal numbers of a’s and b’s (4) different numbers of a’s and b’s
The entity which generate Language is termed as:
Production Rule: aAb->agb belongs to which of the following category?
Which of the following statement is false?
The Grammar can be defined as: G=(V, ∑, p, S)
In the given definition, what does S represents?
Which among the following cannot be accepted by a regular grammar ?
Which of the expression is appropriate?
For production p: a->b where a∈V and b∈_______
For S->0S1|e for ∑={0,1}*, which of the following is wrong for the language produced?
The minimum number of productions required to produce a language consisting of palindrome strings over ∑={a,b} is
Which of the following statement is correct?
Are ambiguous grammar context free?