McqMate
| 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. | |
View all MCQs in
Theory of Computation and Compiler DesignNo comments yet