1
GATE CSE 2008
MCQ (Single Correct Answer)
+1
-0.3
Some code optimizations are carried out on the intermediate code because
2
GATE CSE 2004
MCQ (Single Correct Answer)
+1
-0.3
Consider the grammar rule $$E \to {E_1} - {E_2}$$ for arithmetic expressions. The code generated is targeted to a CPU having a single user register. The subtraction operation requires the first operand to be in the register. If E1 and E2 do not have any common sub-expression, in order to get the shortest possible code.
3
GATE CSE 1990
MCQ (Single Correct Answer)
+1
-0.3
Match the followings:
Group-I
(a) Pointer data type(b) Activation Record
(c) Repeat -Until
(d) Coercion
Group-II
(p) Type Conversion(q) Dynamic Data Structure
(r) Recursion
(s) Nondeterministic loop
Questions Asked from Code Generation and Optimization (Marks 1)
Number in Brackets after Paper Indicates No. of Questions
GATE CSE Subjects
Theory of Computation
Operating Systems
Algorithms
Database Management System
Data Structures
Computer Networks
Software Engineering
Compiler Design
Web Technologies
General Aptitude
Discrete Mathematics
Programming Languages