Difficulty: Easy
Correct Answer: decoder
Explanation:
Introduction / Context:
Seven-segment displays require segment control signals (a–g). Converting a binary code (often BCD) into segment lines is a classic display-interface problem.
Given Data / Assumptions:
Concept / Approach:
A decoder maps an encoded input into a set of outputs; a BCD-to-7-segment decoder asserts the correct segment lines for each digit. An encoder does the reverse (many inputs to coded output).
Step-by-Step Solution:
Verification / Alternative check:
Standard ICs like 7447/7448 (TTL) are BCD-to-7-segment decoders/drivers, confirming the mapping role.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing encoder vs. decoder directionality.
Final Answer:
decoder
Discussion & Comments