Difficulty: Easy
Correct Answer: Segments b and c are active.
Explanation:
Introduction / Context:Understanding standard seven-segment coding is essential for designing front-panel displays, debugging instrument readouts, and writing HDL driving logic. The TTL 7447 is a classic BCD-to-seven-segment decoder for common-anode LEDs.
Given Data / Assumptions:
Concept / Approach:A seven-segment display uses segments a through g. For the digit “1,” only segments b and c should illuminate. With the 7447 and a common-anode LED, the decoder pulls b and c LOW (active-LOW), while other outputs remain HIGH (off).
Step-by-Step Solution:
Recall the standard encoding: “1” → segments b and c on; a, d, e, f, g off.Map to the 7447: outputs for b and c go LOW; others stay HIGH.Therefore, the correct description is “segments b and c are active.”Verification / Alternative check:Check a segment truth table from a datasheet or memorize common patterns: 0 (a,b,c,d,e,f), 1 (b,c), 2 (a,b,d,e,g), 3 (a,b,c,d,g), etc.
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:Segments b and c are active.
Discussion & Comments