Multiple Choice
The following grammar G = (N, T, P, S) **spaceN = {S, A, B, C, D, E}**spaceT = {a, b, c}**spaceP : S ? aAB**spaceAB ? CD**spaceCD ? CE**spaceC ? aC**spaceC ? b**spacebE ? bc is
A) is type 3
B) is type 2 but not type 3
C) is type 1 but not type 2
D) is type 0 but not type 1
Correct Answer:

Verified
Correct Answer:
Verified
Q10: If a language is denoted by a
Q11: Grammar that produce more than one Parse
Q12: Consider the following problem x. Given a
Q13: Which of the following problems is undecidable?<br>A)Membership
Q14: Let L denotes the language generated by
Q16: Consider a string s over (0+1)*. The
Q17: If L<sub>1</sub> and L<sub>2</sub> are context free
Q18: Which of the following pairs have DIFFERENT
Q19: Any Language generated by an unrestricted grammar
Q20: Context free grammar is not closed under<br>A)Product