7- Segment Display
● Create a new schematic and add the following
components:
● Four input switches
● Seven output LEDs (representing the segments of the
7-segment display)
● AND, OR, and NOT gates
● Connect the components
● Simulate the circuit by switching the input switches
and observing the output LEDs to form different digits
on the 7-segment display.
● Switching the inputs will be done by counter of 4 bit.
Truth Table:
A B C D a b c d e f g
0 0 0 0 1 1 1 1 1 1 0
0 0 0 1 0 1 1 0 0 0 0
0 0 1 0 1 1 0 1 1 0 1
0 0 1 1 1 1 1 1 0 0 1
0 1 0 0 0 1 1 0 0 1 1
0 1 0 1 1 0 1 1 0 1 1
0 1 1 0 1 0 1 1 1 1 1
0 1 1 1 1 1 1 0 0 0 0
1 0 0 0 1 1 1 1 1 1 1
1 0 0 1 1 1 1 1 0 1 1
K Maps and Equations:
CD 00 01 11 10
AB 00 1 0 1 1
0 1 1 1
X X X X
01
1 1 X X
11
10
a = A + C + BD + B’D’
CD 00 01 11 10
AB 00 1 1 1 1
1 0 1 0
X X X X
01
1 1 X X
11
10
b = B’ + C’D’ + CD
CD 00 01 11 10
AB 00 1 1 1 0
1 1 1 1
X X X X
01
1 1 X X
11
10
c = B + C’ + D
CD 00 01 11 10
AB 00 1 0 1 1
0 1 0 1
X X X X
01
1 1 X X
11
10
d = A + B’D’ + B’C + CD’ + BC’D
CD 00 01 11 10
AB 00 1 0 0 1
0 0 0 1
X X X X
01
1 0 X X
11
10
e = B’D’ + CD’
CD 00 01 11 10
AB 00 1 0 0 0
1 1 0 1
X X X X
01
1 1 X X
11
10
f = A + BC’ + BD’ + C’D’
CD 00 01 11 10
AB 00 0 0 1 1
1 1 0 1
X X X X
01
1 1 X X
11
10
g = A + BC’ + B’C + CD’
Circuit Image: