Vidyalelo
Computer Fundamentals · Q416

Operating System

Computer Related · Computer Fundamentals · question 416

Q416

In analyzing the compilation of PL/I program, the description "creation of more optimal matrix" is associated with

A.
Assembly and output
B.
Code generation
C.
Syntax analysis
D.
Machine independent optimization
Answer
E.
None of the above

Answer: Option D

Solution

Answer: Option D
Solution:
Machine independent optimization attempts to improve the intermediate code to get a better target code. The part of the code which is transformed here does not involve any absolute memory location or any CPU registers.