Branch prediction is used primarily to mitigate:
2025
Branch prediction is used primarily to mitigate:
- A.
Data hazards
- B.
Control hazards
- C.
Structural hazards
- D.
Cache misses
Attempted by 31 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.