Q. 37 Delayed branching can help in the handling of control hazardous
For all delayed conditional branch instruction, irrespective of weather the condition
evato true or false, A
(A) the instruction following the conditional branch instruction in memory is
executed
(B) the first instruction in the fall through path is executed
(C) the first instruction in the taken path is executed
(D) the branch takes longer to execute that any other instruction
Answer: (D)
Explanation: