Question
1) abaabaaabaa
2) aaaabaaaa
3) baaaaabaaaab
4) baaaaabaa
a.
1,2 and 3
b.
2,3 and 4
c.
1,2 and 4
d.
1,3 and 4
Posted under Compiler Design
Engage with the Community - Add Your Comment
Confused About the Answer? Ask for Details Here.
Know the Explanation? Add it Here.
Q. Given the language L-{ab, aa, baa}, which of the following strings are in LG? 1) abaabaaabaa 2) aaaabaaaa 3) baaaaabaaaab 4) baaaaabaa
Similar Questions
Discover Related MCQs
Q. A simple two-pass assembler does which of the following in the first pass
View solution
Q. The lexical analyzer takes _________as input and produces a stream of _______as output.
View solution
Q. Task of the lexical analysis
View solution
Q. The output of lexical analyzer is a
View solution
Q. In a two pass assembler, adding literals to literal table and address resolution of local symbols are done using
View solution
Q. In Two pass assembler the object code generation is done during the
View solution
Q. Which of the following type of software should be used if you need to create, edit and print document?
View solution
Q. Output file of the Lex is _________ is the input file is Sam.
View solution
Q. Yacc is available as a command on the
View solution
Q. oading process can be divided into two programs. The first is binder the other is
View solution
Q. In Lex, a class is complemented by first placing
View solution
Q. Which of the following is not a feature of compiler?
View solution
Q. Predictive parsers can be
View solution
Q. An example of intermediate language is
View solution
Q. In a two pass assembler the object code generation is done during the
View solution
Q. A programming language is to be designed to run on a machine that does not have a big memory.
View solution
Q. Which of the following system software resides in main memory always?
View solution
Q. What value does the variable a have after ALL of the code above executes?
int a;
int b;
a=1;
b=a++;
View solution
Q. What value does the variable z have after ALL of the code above executes?
int x;
int y;
int z;
x=3;
y=4;
z = ++x * y++;
View solution
Q. What value does the variable x have after ALL of the code above executes?
int x;
int y;
int z;
x=3;
y=4;
z = ++x * y++;
View solution
Suggested Topics
Are you eager to expand your knowledge beyond Compiler Design? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!