Branch prediction is used primarily to mitigate:

2025

Branch prediction is used primarily to mitigate:

Answer: B. Control hazardsBranch instructions can change the program counter and disrupt sequential instruction fetch. Branch prediction primarily reduces control hazards.

  1. A.

    Data hazards

  2. B.

    Control hazards

  3. C.

    Structural hazards

  4. D.

    Cache misses

Attempted by 108 students.

Show answer & explanation

Correct answer: B

Branch instructions can change the program counter and disrupt sequential instruction fetch. Branch prediction primarily reduces control hazards.

Explore the full course: Cdac C Cat Complete Preparation

Loading lesson…