Q.1.
A basic block can be analyzed by?
Q.2.
Which of the following system software resides in the main memory always
Q.3.
Type checking is normally done during?
Q.4.
Replacement of an expensive operation by a cheaper one is termed as?
Q.5.
The output of a lexical analyzer is
Q.6.
What is the problem writing machine code?
Q.7.
In a syntax directed translation scheme, if value of an attribute of a node is a function of the values of the attributes of its children, then it is called
Q.8.
Compilers translate high-level language into machine code.
Q.9.
A parse tree showing the value of attributes at each node
Q.10.
Number of states require to accept string ends with 10.
Q.11.
It is known as the front-end of the compiler.
Q.12.
The lexical analysis for a modern computer language such as Java needs the power of which one of the following machine models in a necessary and sufficient sense?
Q.13.
Which of the following parsers is the most powerful?
Q.14.
For DAG interior nodes represents
Q.15.
A parse tree showing attribute value at each node is called?
Q.16.
Local and loop optimization in turn provides motivation for?
Q.17.
Inherited attribute is a natural choice in
Q.18.
Output file of Lex is _____ the input file is Myfile?
Q.19.
In SLR parsing for the grammar E’-->E , E--> aEbE|bEaE|ε, In statefor inputs ‘a’ and ‘b’
Q.20.
The grammar {E-->E+T|T, T-->T*F|F, F-->id} is