Question:

The values of the segments 'abcdefg' of seven segment display for the BCD input of '0101'? (Assuming standard segment labeling: a-top, b-top-right, c-bottom-right, d-bottom, e-bottom-left, f-top-left, g-middle. And BCD '0101' is decimal 5.)

Show Hint


Standard 7-segment display segments: \begin{center} --- a ---
f | | b
--- g ---
e | | c
--- d --- \end{center}
BCD '0101' = Decimal 5.
Visualize or draw the digit '5' on a 7-segment display to identify active segments.
Updated On: May 22, 2025
  • 1111111
  • 0000000
  • 1011011
  • 0110011
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The BCD input '0101' represents the decimal number 5. We need to determine which segments (a, b, c, d, e, f, g) of a 7-segment display must be lit (value 1) to display the digit '5'. The standard display for '5' lights up segments: a, f, g, c, d. Segments b and e are off.
a (top) = ON (1)
b (top-right) = OFF (0)
c (bottom-right) = ON (1)
d (bottom) = ON (1)
e (bottom-left) = OFF (0)
f (top-left) = ON (1)
g (middle) = ON (1) So, the pattern for 'abcdefg' is 1011011. This matches option (c). \[ \boxed{1011011} \]
Was this answer helpful?
0
0