Home » Computer Organization and Architecture » Computer organization and architecture miscellaneous » Question

Computer organization and architecture miscellaneous

Computer Organization and Architecture

  1. Which of the following are not true in a pipelined processor?
    1. Bypassing can handle all RAW hazards.
    2. Register renaming can eliminate all register carried WAR hazards.
    3. Control hazard penalties can be eliminated by dynamic branch prediction.
    1. 1 and 2
    2. 1 and 3
    3. 2 and 3
    4. 1, 2 and 3
Correct Option: B

I. False, Bypassing can’t handle all raw hazard, consider when any instruction depends on the result of LOAD instruction, now load updates register value at Memory Access stage (MA). So data will not be available directly on Execute stage. II. True, register renaming can eliminate all WAR Hazard. III. False, it cannot completely, through it can reduce control Hazard Penalties.



Your comments will be displayed only after manual approval.