Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:
Binary magnitude comparators are widely used building blocks in digital systems for sorting, decision making, and address decoding. They compare two binary numbers and generate outputs that indicate the relationship between them, typically A > B, A = B, or A < B. This question checks whether you understand that a comparator does not “always output a 1,” but instead produces relationship-specific signals.
Given Data / Assumptions:
Concept / Approach:
A comparator determines relative magnitude by examining bits from the most significant bit downward. Once a definitive difference is found, lower-order bits no longer affect the outcome. The device asserts one of several indicator outputs, not a single line that is perpetually high. Therefore, “always outputs a 1” is a misunderstanding of comparator behavior.
Step-by-Step Solution:
Verification / Alternative check:
Review a common device (e.g., a 7485-style comparator). When A = 0101 and B = 0110, the (A
Why Other Options Are Wrong:
Common Pitfalls:
Confusing comparators with simple equality detectors or with encoders; assuming a single “valid” line is always high; ignoring MSB-first decision logic.
Final Answer:
Incorrect
Discussion & Comments