The bypass network in pipeline is for: MCQ with Answer and Explanation

The bypass network in pipeline is for:
A. Stalling pipeline
B. Decoding
C. Flushing
D. Forwarding results directly
Answer: Option D
Solution (By JKExamLibrary)
Avoids data hazards.

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
The associativity of cache affects:
A. Hit rate and complexity
B. Core count
C. Voltage
D. Clock speed

Correct Answer: Option A


Explanation:
Higher associativity reduces conflicts.

This question belongs to: Computer CPU (Central Processing Unit)
Question #2 Report Error
Register renaming solves:
A. Cache misses
B. Control hazards
C. Write-after-read and write-after-write hazards
D. Interrupt handling

Correct Answer: Option C


Explanation:
It eliminates false dependencies.

This question belongs to: Computer CPU (Central Processing Unit)
Question #3 Report Error
Which register temporarily holds data being processed by the ALU?
A. Status Register
B. Address Register
C. Program Counter
D. Accumulator

Correct Answer: Option D


Explanation:
The Accumulator is commonly used to hold operands and results of ALU operations.

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