Consider the grammar given below E? E+E | E*E | E-E | E/E | E^E | (E) | id Assume that + and ^ have the same but least precedence, * and / have the next higher precedence but the same precedence and finally ^ has the highest precedence. Assume + and ^ associate to the left like * and / and that ^ associates to the right. Choose the correct for the ordered pairs (^,^), (-,-), (+,+), (*,*) in the operator precedence table constructed for the grammar.
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 ?