Difficulty: Easy
Correct Answer: decoder
Explanation:
Introduction / Context:
Driving seven-segment numeric displays from digital systems commonly involves decoding BCD digits into segment control lines (a through g). Recognizing the correct functional block name is important for digital design and microcontroller interfacing.
Given Data / Assumptions:
Concept / Approach:
A decoder maps encoded inputs to one of many outputs or output patterns. Here, the encoded BCD input is decoded into a pattern that turns ON or OFF specific segments to display the corresponding numeral. An encoder does the opposite, generating a code from multiple active inputs, while a multiplexer selects one of many inputs to pass through—neither fits the required functionality.
Step-by-Step Solution:
Verification / Alternative check:
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
Discussion & Comments