Difficulty: Easy
Correct Answer: a, b, d, e, and g
Explanation:
Introduction / Context:
Seven-segment displays render decimal digits using combinations of the segments a through g. Knowing the correct segment activation pattern is essential for designing decoders and driving logic for numeric indicators in embedded systems and instrumentation.
Given Data / Assumptions:
Concept / Approach:
The digit 2 consists of the top bar, upper-right, middle, lower-left, and bottom bars illuminated. That corresponds to segments a, b, g, e, and d (order may vary). Segment naming confirms the exact set needed.
Step-by-Step Solution:
Verification / Alternative check:
Compare with other digits: “3” would be a, b, c, d, g (no e), confirming that “2” uniquely uses e instead of c.
Why Other Options Are Wrong:
Common Pitfalls:
Mixing up e and c (left vs. right lower verticals) or forgetting the middle bar g for “2.”
Final Answer:
a, b, d, e, and g
Discussion & Comments