0% found this document useful (0 votes)
23 views6 pages

7-Segment Display Circuit Design

Uploaded by

weirdmuneeb
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views6 pages

7-Segment Display Circuit Design

Uploaded by

weirdmuneeb
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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:

You might also like