Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
Seven-segment displays are ubiquitous for numeric readouts. A common interface is the binary-coded decimal (BCD) to 7-segment decoder/driver IC, which translates a binary input into the specific segment lines that form the correct numeral on the display.
Given Data / Assumptions:
Concept / Approach:
A decoder maps coded inputs to a set of outputs. In this case, a BCD-to-7-segment decoder translates 4-bit BCD to seven control lines. Some ICs integrate current-limiting or transistor outputs for direct LED drive (often called decoder/drivers).
Step-by-Step Solution:
Verification / Alternative check:
Standard logic catalogs label such ICs “decoder/driver,” reinforcing the terminology used in textbooks and datasheets.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing encoders (many inputs to coded output) with decoders (coded input to multiple outputs); forgetting display polarity requirements.
Final Answer:
Correct
Discussion & Comments