Difficulty: Easy
Correct Answer: active-LOW
Explanation:
Introduction / Context:
IC decoders translate binary codes into one-of-N outputs and are common in address decoding and seven-segment display driving. Many standard TTL/CMOS decoder families use outputs that are active-LOW, especially when their outputs are intended to sink current from LEDs or enable lines with negative-true logic. Recognizing the usual polarity prevents wiring mistakes and simplifies troubleshooting.
Given Data / Assumptions:
Concept / Approach:
In an active-LOW decoder, the asserted state is logic 0 at the output. This is advantageous for driving common-anode displays and for wire-OR configurations with open-collector outputs. When the correct input code is applied, the decoder activates the matching output by pulling it LOW, while all others remain HIGH (or inactive).
Step-by-Step Solution:
Verification / Alternative check:
Examine typical devices such as 74xx138 (3-to-8 decoder) and 74xx47 (BCD-to-7-segment for common-anode displays). Datasheets label outputs with overbars or specify “active-LOW”; bench tests confirm that outputs go LOW when selected, sinking current through the load.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
active-LOW
Discussion & Comments