Difficulty: Easy
Correct Answer: decoder
Explanation:
Introduction / Context:
Many digital systems use compact codes for efficiency. A decoder translates these codes into broader, more directly useful output patterns, such as driving individual display segments or selecting one of many lines. Recognizing the role of decoders is fundamental in digital design.
Given Data / Assumptions:
Concept / Approach:
An encoder compresses many input lines into a smaller coded output; a decoder performs the reverse, expanding coded input into a richer set of outputs. Therefore, the block that translates a compact code into actionable signals is a decoder.
Step-by-Step Solution:
Verification / Alternative check:
Common ICs: 7447 (BCD-to-7-seg), 7442 (BCD-to-decimal) are canonical decoders that translate coded characters to display/control outputs.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming “display” performs decoding; often a dedicated decoder/driver IC feeds the display hardware.
Final Answer:
decoder
Discussion & Comments