Which section of the central processing unit is specifically designed to perform comparisons, such as determining if one variable is equal to another? MCQ with Answer and Explanation

Which section of the central processing unit is specifically designed to perform comparisons, such as determining if one variable is equal to another?
A. Control Unit
B. Logic Unit
C. Input Unit
D. Storage Unit
Answer: Option B
Solution (By JKExamLibrary)
The Logic Unit (part of the ALU) handles logical operations, conditional statements, and relational comparisons (AND, OR, NOT, , =).

This question belongs to: Computer Computer Fundamentals

Discuss this Question (0)

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

Practice More Computer Fundamentals Questions

Question #1 Report Error
Which device is used to input data from a printed paper?
A. Microphone
B. Touchscreen
C. Webcam
D. Scanner

Correct Answer: Option D


Explanation:
A scanner converts printed text and images into digital data.

This question belongs to: Computer Computer Fundamentals
Question #2 Report Error
Which device belongs entirely to the first generation of computers, depending on thousands of vacuum tubes for its internal electronic logic?
A. ICL 2900
B. Intel 8080
C. IBM 1401
D. ENIAC

Correct Answer: Option D


Explanation:
ENIAC (Electronic Numerical Integrator and Computer) is a classic example of a first-generation computer that relied heavily on vacuum tubes.

This question belongs to: Computer Computer Fundamentals
Question #3 Report Error
What is the decimal equivalent of hexadecimal FF?
A. 256
B. 253
C. 255
D. 254

Correct Answer: Option C


Explanation:
FF = 15*16 + 15 = 255.

This question belongs to: Computer Computer Fundamentals