Which register is used to store the result of comparison operations? MCQ with Answer and Explanation

Which register is used to store the result of comparison operations?
A. MAR
B. Accumulator
C. Flag Register
D. Program Counter
Answer: Option C
Solution (By JKExamLibrary)
Flags indicate results such as zero, carry, overflow.

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
Pipelining in CPU improves performance by:
A. Reducing number of registers
B. Eliminating ALU
C. Increasing clock speed only
D. Overlapping instruction execution stages

Correct Answer: Option D


Explanation:
It allows multiple instructions to be processed in different stages concurrently.

This question belongs to: Computer CPU (Central Processing Unit)
Question #2 Report Error
Which register points to the current stack location?
A. Stack Pointer
B. Program Counter
C. Base Pointer
D. Index Register

Correct Answer: Option A


Explanation:
It manages stack operations like push/pop.

This question belongs to: Computer CPU (Central Processing Unit)
Question #3 Report Error
The pipeline depth affects:
A. Cache size
B. TDP only
C. Core count
D. Frequency potential and hazard complexity

Correct Answer: Option D


Explanation:
Deeper pipelines allow higher clocks but more hazards.

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