Difficulty: Easy
Correct Answer: 1
Explanation:
Introduction / Context:
A 7-segment display is widely used in digital electronics to show decimal digits from 0 to 9. Each digit is represented by lighting up a specific combination of seven LEDs labeled a through g. Recognizing which segments correspond to which number is an important skill in digital logic and electronics.
Given Data / Assumptions:
Concept / Approach:
Digit 1 lights only segments b and c. No other digit matches this exact combination.
Step-by-Step Solution:
Final Answer:
1
Discussion & Comments