Which of the following enhances CPU performance without changing architecture? MCQ with Answer and Explanation

Which of the following enhances CPU performance without changing architecture?
A. Removing ALU
B. Decreasing registers
C. Increasing cache size
D. Lowering voltage
Answer: Option C
Solution (By JKExamLibrary)
Larger cache reduces memory access latency.

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
Zen 5 is an example of:
A. Intel design
B. GPU architecture
C. AMD CPU microarchitecture
D. ARM core

Correct Answer: Option C


Explanation:
It powers recent Ryzen processors.

This question belongs to: Computer CPU (Central Processing Unit)
Question #2 Report Error
Which cache level is usually smallest and fastest?
A. L4 Cache
B. L1 Cache
C. L3 Cache
D. L2 Cache

Correct Answer: Option B


Explanation:
Split into instruction and data caches per core.

This question belongs to: Computer CPU (Central Processing Unit)
Question #3 Report Error
The retire stage in pipeline:
A. Commits results of executed instructions
B. Executes only
C. Decodes
D. Fetches

Correct Answer: Option A


Explanation:
It ensures in-order completion where necessary.

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