Compiler Mcqs
Compiler Mcqs
a)TTL
b)ECL
c)CMOS
d)LSI
View Answer
Answer:b
Explanation: In electronics, emitter-coupled logic (ECL) is a high-speed integrated circuit.
2.A bottom up parser generates
a)Right most derivation
b)Rightmost derivation in reverse
c)Leftmost derivation
d)Leftmost derivation in reverse
View Answer
Answer:b
Explanation: This corresponds to starting at the leaves of the parse tree also known as shift-reduce parsing.
3. A grammar that produces more than one parse tree for some sentence is called
a)Ambiguous
b)Unambiguous
c)Regular
d)None of the mentioned
View Answer
Answer:a
Explanation: ambiguous grammar has more than one parse tree.
4.An optimizer Compiler
a)Is optimized to occupy less space
b)Both of the mentioned
c)Optimize the code
d)None of the mentioned
View Answer
Answer:d
Explanation: In computing, an optimizing compiler is a compiler that tries to minimize or maximize some attributes of
an executable computer program
5.The linker
a)Is similar to interpreter
b)Uses source code as its input
c)Is required to create a load module
d)None of the mentioned
View Answer
Answer:c
Explanation: It is a program that takes one or more object files generated by a compiler and combines them into a
single executable file, library file, or another object file.
6.A latch is constructed using two cross coupled
a)AND OR gates
b)AND gates
c)NAND and NOR gates
d)NAND gates
View Answer
Answer: d
7.Pee Hole optimization
a)Loop Optimization
b)Local Optimization
c)Constant folding
d)Data Flow analysis
View Answer
Answer: c
8.The optimization which avoids test at every iteration is
a)Loop unrolling
b)Loop jamming
c)Constant folding
d)None of the mentioned
View Answer
Answer: a
9Scissoring enables
a)A part of data to be displayed
b)Entire data to be displayed
c)None of the mentioned
d)No data to be displayed
View Answer
Answer: a
10.Shift reduce parsers are
a)Top down Parser
b)Bottom Up parser
c)May be top down or bottom up
d)None of the mentioned
View Answer
Answer:b
11.The output of lexical analyzer is
a)A set of RE
b)Syntax Tree
c)Set of Tokens
d)String Character
View Answer
Answer: c
12. . The symbol table implementation is based on the property of locality of reference is
a) Linear list
b) Search tree
c) Hash Table
d) Self Organisation
View Answer
Answer: c
13.For operator precedence parsing, which one is true?
a)For all pair of non-terminal
b)For all pair of non-terminals
c)To delimit the handle
d)None of the mentioned
View Answer
Answer:a