Difficulty: Easy
Correct Answer: BCD-to-decimal decoder with four inputs and ten outputs.
Explanation:
Introduction / Context:
Decoder symbols in the IEEE/ANSI standard often include short internal designations that summarize the input code and the output code. Understanding these tags is essential when reading schematics quickly and selecting the correct integrated circuit for tasks such as driving numeric displays or selecting one of many lines.
Given Data / Assumptions:
Concept / Approach:
Notation of the form “input/output” indicates the coding at the input and the coding at the output. Thus “bcd/dec” literally means the device accepts BCD and outputs decimal. A BCD-to-decimal decoder takes a 4-bit BCD input (A3..A0) and asserts exactly one of ten outputs (Y0..Y9) corresponding to the decimal digit, which is ideal for driving a 10-line interface such as a Nixie/indicator or for one-of-ten selection.
Step-by-Step Solution:
Verification / Alternative check:
Classic parts such as 7442/7445 are BCD-to-decimal decoders. Their datasheets show 4 inputs and 10 mutually exclusive outputs, matching the interpretation of “bcd/dec”.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
BCD-to-decimal decoder with four inputs and ten outputs.
Discussion & Comments