Question
Six boxes U, V, W, X, Y and Z are kept one above
another. The bottommost box is numbered as 1 and the topmost box is numbered as 6. U is three boxes below Z. W is immediately below X. Neither X nor W is adjacent to Z. There are two boxes between X and V. Which box is kept fourth from the bottom?Solution
/1769584276-RRBNTPCSTAGE12026MT796.jpg)
Which code optimization technique replaces occurrences of a variable with its constant value if the variable has been assigned a constant value that is ...
Which data structure is commonly used in the implementation of recursive descent parsing?
If an expression `x = a + b` is computed, and later in the same basic block, `y = a + b` is computed, a compiler can apply which optimization?
Which optimization technique involves replacing a sequence of instructions with a shorter or faster sequence, often by looking at a small "window" of in...
Common Subexpression Elimination (CSE) is an optimization technique that:
Which of the following is a technique used in code optimization?
In computer architecture, what is the role of the control unit in a CPU?
Which of the following tools is commonly used to generate a lexical analyzer (scanner) from a set of regular expressions?
Which of the following is NOT a common form of 3-address code?
In LR parsing, what does the term "shift" mean?