Difficulty: Medium
Correct Answer: 4
Explanation:
Introduction / Context:
The classic SN74184 implements BCD-to-binary conversion using internal ROM-style tables. Practical converters for multi-digit BCD often require multiple devices to cover the full decimal range without invalid gaps. This question targets architectural understanding rather than memorizing a specific pinout.
Given Data / Assumptions:
Concept / Approach:
A common discrete-logic approach uses one converter network for the lower ranges and another (gated by the tens digit) to extend coverage to the higher ranges, then combines results. Rule-of-thumb designs use two 74184 devices per decimal digit for robust full-range conversion; thus, two digits generally require four devices. This scales with known reference designs where three digits use six devices (two per digit), maintaining uniform methodology and timing.
Step-by-Step Solution:
Verification / Alternative check:
Reference multi-digit implementations: three BCD digits (000–999) often employ six 74184 ICs (two per digit), which aligns with the two-digit case requiring four.
Why Other Options Are Wrong:
Common Pitfalls:
Assuming a single small converter IC always maps any number of BCD digits; multi-digit conversion needs either arithmetic (add/scale) or multiple table devices.
Final Answer:
4
Discussion & Comments