A CFG G is given with the following productions where S is the start symbol, A is a non-terminal and a and b are terminals.
S→aS∣A
A→aAb∣bAa∣ϵ
For the correct answer in Q75, how many steps are required to derive the string and how many parse trees are there?
Which of the following pairs have DIFFERENT expressive power?
Assume Statement S1 and S2 defined as:S1:L2-L1 is recursive enumerable Where L1 and L2 are recursive and recursive enumerable respectively. S2: The set of all Turnig machine is countable. Which of the following is true?
A context free language is called ambigous if ______________
Which of the following statement is false ?
The context free grammer S->SS | oS1 | 1So | e generates
Which of the following statement is false ?
Push down automata excepts which language ?
A regular Grammer is a ___________
A CFG is close under ________
Which of these does not belong to CFG ?