You are on page 1of 4

UNIVERSITY OF THE EAST

Computer Engineering Department

SPECIAL FINAL PROJECT

I. PROBLEM

Design a logic circuit, implemented in breadboard, that will display the first 5
letters of your name in seven segment.
if your name includes m replace it with 3, x with H, Z with 2, T with small t, w
with 3.

II. SOLUTION

TABLE

A B C a b c d e f g
0 0 0 1 0 0 1 1 1 0 C
0 0 1 0 1 1 0 1 1 1 H
0 1 0 1 1 1 0 1 1 1 A
0 1 1 1 1 1 0 1 1 1 R
1 0 0 0 0 0 1 1 1 0 L
1 0 1 d d d d d d d d
1 1 0 d d d d d d d d
1 1 1 d d d d d d d d

A
A/BC 00 01 11 10
0 1 0 1 1
1 0 d d d
A’C’ + B

B
A/BC 00 01 11 10
0 0 1 1 1
1 0 d d d

C+B

C
A/BC 00 01 11 10
0 0 1 1 1
1 0 d d d

C+B

D
A/BC 00 01 11 10
0 1 0 0 0
1 1 d d d

B’C’

E
A/BC 00 01 11 10
0 1 1 1 1
1 1 d d d
VCC

F
A/BC 00 01 11 10
0 1 1 1 1
1 1 d d d

VCC

G
A/BC 00 01 11 10
0 0 1 1 1
1 0 d d d

C+B

III. SAMPLE OUTPUT(Screenshot)

You might also like