The ROB (Reorder Buffer) size affects: MCQ with Answer and Explanation

The ROB (Reorder Buffer) size affects:
A. Address bus
B. Cache size
C. How many instructions can be in flight
D. Power only
Answer: Option C
Solution (By JKExamLibrary)
Larger ROB supports more out-of-order execution.

This question belongs to: Computer CPU (Central Processing Unit)

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More CPU (Central Processing Unit) Questions

Question #1 Report Error
Overclocking primarily increases:
A. Number of cores
B. Memory capacity
C. Clock frequency beyond stock
D. Cache size

Correct Answer: Option C


Explanation:
Requires better cooling and stability testing.

This question belongs to: Computer CPU (Central Processing Unit)
Question #2 Report Error
The branch target buffer (BTB) stores:
A. Addresses of taken branches
B. Status flags
C. Data values
D. Instruction opcodes

Correct Answer: Option A


Explanation:
For faster branch prediction.

This question belongs to: Computer CPU (Central Processing Unit)
Question #3 Report Error
The bypass or forwarding in pipeline resolves:
A. All hazards equally
B. Structural hazards
C. Control hazards
D. Data hazards

Correct Answer: Option D


Explanation:
Provides results directly to dependent instructions.

This question belongs to: Computer CPU (Central Processing Unit)