Lab Report #6
Lab Report #6
Lab Report #6
Objectives :
Implement of the given Boolean function using logic gates in both
SOP and POS forms
Required components :
Wires .
Resistance .
Breadboard .
LED .
ICs : AND (74LS08), OR (74LS32), NOT (74LS04) .
Power sours .
Procedure : (for SOP form )
Connect the AND gate with the inputs of A and B and other AND
gate in the same IC is given by the complement input of the A and
B . A` and B` by using NOT gate with wires . and Vcc and
GROUND to all the ICs separately .
A B A` B` A.B A`.B` F
0 0 1 1 0 1 1
0 1 1 0 0 0 0
1 0 0 1 0 0 0
1 1 0 0 1 0 1
1 1
0 1
Procedure : (for POS form )
Connect the OR gate of input A or B, B or C and last one is A or
C`(ie. Complement ) of C using NOT gate .inputs are connected
with wires . and Vcc and GROUND to all the ICs separately .
1 1 1
1 0 0
1 0 1
Conclusion :
We learned how to implement SOP and POS .