You are on page 1of 12

CE216 Digital Logic Design

Lab work # 5
BUILDING A Combinational Logic Circuit

1) Connect the logic circuit as shown in the


following figure.
2) Using a specific Truth Table, open and close
the switches to show the output effect of
logic 0 and logic 1 on the LED.
Logic Circuit Diagram
A Combinational Truth Table

Inputs Output
A B C Y
0 0 0 1
0 0 1 0
0 1 0 1
0 1 1 0
1 0 0 1
1 0 1 0
1 1 0 1
1 1 1 1
Logic Circuit Connection and Pin Numbers

AND Gate  IC 7408


OR Gate  IC 7432
NOT Gate  IC 7404
A combinational Logic circuit
step1:Prepare three inputs to the switch as previously
described
A combinational Logic circuit
step2: Insert the AND gate (IC 7408), NOT/Inverter gate (IC7404), and OR
gate (IC 7432)
A combinational Logic circuit
step 3: Connect the inputs A & B to the AND gate and the input C to the NOT
gate.
A combinational Logic circuit
step 4: Connect the output of the AND gate & the output from NOT gate to the
inputs of the OR gate.
A combinational Logic circuit
step 5: Connect the LED as you done before.
A combinational Logic circuit
step 6: Connect the output of the OR gate to the +v leg of the LED.
A combinational Logic circuit
step 7: Test your logic circuit according to its truth table.

Inputs Output
A B C Y
OFF OFF OFF ON
OFF OFF ON OFF
OFF ON OFF ON
OFF ON ON OFF
ON OFF OFF ON
ON OFF ON OFF
ON ON OFF ON
ON ON ON ON

You might also like