1.

Which among the following is not a part of the Context free grammar tuple?(a) End symbol(b) Start symbol(c) Variable(d) ProductionThis question was posed to me in semester exam.Question is taken from PDA-acceptance by Empty Stack topic in division Push Down Automata of Automata Theory

Answer»

Right answer is (a) End symbol

The explanation: The tuple DEFINITION of context free grammar is: (V, T, P, S) where V=set of VARIABLES, T=set of terminals, P=production, S= STARTING Variable.



Discussion

No Comment Found

Related InterviewSolutions