Q.

Which one of the following is FALSE?

A. A basic block is a sequence of instructions where control enters the sequence at the beginning and exits at the end.
B. Available expression analysis can be used for common subexpression elimination.
C. Live variable analysis can be used for dead code elimination.
D. x = 4 ∗ 5 => x = 20 is an example of common subexpression elimination.
Answer» D. x = 4 ∗ 5 => x = 20 is an example of common subexpression elimination.
1.9k
0
Do you find this helpful?
13

Discussion

No comments yet

Related MCQs