You are on page 1of 6

Activity Number: ACTIVITY 1.

1 Title: Combinational Logic Circuit


Course Code: CPE 006 Course Title: Microprocessor Systems
Date Performed: Date Submitted:
Section: EE32S1
May 9, 2021 May 9, 2021
Student Name: Nagum, Carl Joseph, B. Instructor: Engr. Arriane D. Cabreros

I. OBJECTIVES
→To develop a combinational logic circuit that can display character in seven-segment display for every corresponding
input.
→To make an output of your nickname in seven-segment display.
II. TRUTH TABLE
NICKNAME A B C a b c d e f g
C 0 0 0 1 0 0 1 1 1 0
A 0 0 1 1 1 1 0 1 1 1
r 0 1 0 1 1 0 0 1 1 0
L 0 1 1 0 0 0 1 1 1 0
J 1 0 0 0 1 1 1 1 0 0
O 1 0 1 1 1 1 1 1 1 0
X 1 1 0 x x x x x x x
X 1 1 1 x x x x x x x

III. K-MAP SOLUTION


K-Map Solution for a
00
A\BC 01 11 10

1 1
0 1 0

1 0 1 x x

Blue Group: A’B’


Red Group: B’C
Green Group: BC’
Simplified Expression: A’B’+B’C+BC’ = A’B’+B xor C
K-Map Solution for b

A\BC 00 01 11 10

1 1
0 0 0

1 1 1 x x

Blue Group: A
Red Group: B’C
Green Group: BC’
Simplified Expression: A + B’C + BC’ = A + B xor C
K-Map Solution for c

A\BC 00 01 11 10

1
0 0 0 0

1 1 1 x x

Blue Group: A
Red Group: B’C
Simplified Expression: A + B’C
K-Map Solution for d

A\BC 00 01 11 10

1 1
0 0 0

x
1 1 1 x

Blue Group: A
Red Group: B’C’
Green Group: BC
Simplified Expression: A + B’C’ + BC = A + B xnor C
K-Map Solution for e
11
A\BC 00 01 10

0 1 1 1 1

1 1 1 x x

Simplified Expression: 1 = VCC (+)


K-Map Solution for f

A\BC 00 01 11 10

1
0 1 1 1

1 0 1 x x

Blue Group: A’
Red Group: B’C
Simplified Expression: A’ +B’C
K-Map Solution for g

A\BC 00 01 11 10

1
0 0 0 0

1 0 0 x x

Simplified Expression: A’B’C


IV. SCREENSHOT OF OUTPUTS
V. OBSERVATIONS

Throughout the simulation process, I observed that the K-Map Solution and truth table are very important because it

sets the output of the seven-segment display. It is because the simplified expression is dependent on the truth table and K-

Map. I also noticed that every single connection in the circuit is significant because one incorrect connection will automatically

result in incorrect output in seven – segments. I noticed the importance of the K-Map Solution because at the first trial my

desired output was not satisfied due to an error in the K-Map Solution. Lastly, it is very important to perform troubleshooting

such as the connection of the power and ground for the integrated circuits, of the seven segments is set in the common

cathode, and ensure the continuity of the circuit.

VI. CONCLUSION

Based on the simulation process in problem 1, I conclude that combinational logic circuits are instantaneous because

the output changes when the input changes. It means that the combinational logic circuit is a pure function of the present

inputs only. Therefore, the combinational logic circuit instantly changes its output once the input changes, because, by nature,

this type of circuit does not have memory, timing, or feedback loops. It is also proven in this activity that the function of

combinational logic circuits can be specified in the truth table, Boolean algebra, and logic diagram.

TINKER CAD LINK: https://www.tinkercad.com/things/7IaMWG0Fimq-final-act-11/editel

You might also like