A stride prefetcher predicts: MCQ with Answer and Explanation

A stride prefetcher predicts:
A. Access patterns with regular intervals
B. Branch targets
C. Power states
D. Random access
Answer: Option A
Solution (By JKSSB Mock Tests)
Common in array accesses.

Discuss this Question (0)

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

Practice More CPU (Central Processing Unit) Questions

Question #1
The write-back cache policy:
A. Never writes
B. Writes data to memory immediately
C. Reads only
D. Delays write to memory until needed

Correct Answer: Option D


Explanation:
It improves performance by reducing memory writes.

This question belongs to: Computer CPU (Central Processing Unit)
Question #2
The retirement queue tracks:
A. Instructions in flight for in-order commit
B. Memory requests
C. Decoded uops
D. Fetched only

Correct Answer: Option A


Explanation:
Maintains correctness.

This question belongs to: Computer CPU (Central Processing Unit)
Question #3
Vector processing is useful for:
A. Parallel operations on arrays of data
B. Single data operations
C. Text processing only
D. Database queries

Correct Answer: Option A


Explanation:
SIMD (Single Instruction Multiple Data) for scientific computing.

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