MCQOPTIONS
Bookmark
Saved Bookmarks
→
Compilers
→
Cross Compiler in Compilers
→
Automaton accepting the regular expression of any ..
1.
Automaton accepting the regular expression of any number of a s is ___________
A.
a*
B.
ab*
C.
(a/b)*
D.
a*b*c
Answer» B. ab*
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
Which of the following language accepted by a Push down Automata?
Grammars that can be translated to DFAs is ___________
Automaton accepting the regular expression of any number of a s is ___________
Grammar that produce more than one Parse tree for same sentence is ___________
Recursively enumerable languages are not closed under ______________
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.
If P & R are regular and also given that if PQ=R, then?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply