Consider a CFG with the following productions. S → AA | B A → 0A | A0 | 1 B → 0B00 | 1 S is the start symbol, A and B are non-terminals and 0 and 1 are the terminals. The language generated by this grammar is
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 ?