Exp3 (2210)
Exp3 (2210)
Objective : To prove visually that the circuits (fig 4.1) representing the two
Boolean expressions: AB + AC and A.(B + C) are identical.
Figure 4.1
Experiment 3 page1
Singapore Polytechnic Digital Principles
1. Connect on the logic trainer, the circuit of Figure 4.1, together with 3 input
logic switches A, B, C and, 2 LEDs to the outputs. Login to blackboard on the
Lab PC and go to the Lab Folder of the Course Documents Menu and Launch
the Guide for Experiment 4 A. Two versions are provided for your convenience
to help you in your circuit connections.
Always remember to connect power supply (Vcc and ground) to all ICs used.
2. Set the input switches to the condition as given in first row of the table 4.1.
Observe the LEDs for the output response. In the output columns of the table
write 0s if the LEDs are off and 1s if the LEDs are on.
3. Set the input switches for all the input combinations listed in the table while
repeating step 3.
C B A AB + AC A(B + C)
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
Table 4.1
The circuits representing ____ has____ logic gate fewer than the circuit
representing AB + AC.
Experiment 3 page2
Singapore Polytechnic Digital Principles
Figure 4.2
1. Connect on the logic trainer, the circuits of Figure 4.2. No guidelines will be
given this time as you should have an idea of how to connect your circuit.
Include 2 logic switches A and B at the inputs and 2 LEDs at the outputs
2. Toggle the input switches in accordance to the logic combinations listed in
table 4.2 and monitor the LEDs for the output response. In the output
columns of the truth table write 0s if the LEDs are off and 1s if the LEDs are
on.
3. Verify that the results obtained in step3 are the same as those obtained from
circuit simulation.
Inputs Outputs
B A
0 0
0 1
1 0
1 1
Table 4.2
Experiment 3 page3
Singapore Polytechnic Digital Principles
Figure 4.3
1. Repeat the experiment by physically connecting the circuit on the logic trainer.
Remember to also connect 2 logic switches A and B and 2 LEDs to the outputs.
2. Toggle the input switches in accordance with the logic combinations listed in
Table 4.3 and observes the LEDs for the output response. In the output
columns of the truth table record the responses in terms of 1s and 0s.
3. Verify that the results for both circuit simulation and the physical experiment
are the same.
Inputs Outputs
B A
0 0
0 1
1 0
1 1
Table 4.3
Experiment 3 page4
Singapore Polytechnic Digital Principles
Inputs Output
D C B A X
0 0 0 0 0
0 0 0 1 0
0 0 1 0 0
0 0 1 1 0
0 1 0 0 1
0 1 0 1 1
0 1 1 0 1
0 1 1 1 1
1 0 0 0 0
1 0 0 1 0
1 0 1 0 0
1 0 1 1 0
1 1 0 0 0
1 1 0 1 0
1 1 1 0 0
1 1 1 1 1
Table 4.4
1. State the algebraic expression for the truth table shown above.
Boolean expression: X = D C B A + ____________________________________
________________________________________________
X = D C B A + _________________________________________________
3. By using the Karnaugh map verify that the expression obtained in [step 2]
uses the minimum number of terms.
Experiment 3 page5
Singapore Polytechnic Digital Principles
4. Using the simplified logic expression obtained in step 2 or step 3, construct the
circuit on the trainer using AND, OR and NOT gates only. Hence, verify that the
circuit implements the truth table of Table 4.4.
On your digital trainer you only have 2 input gates available - how can
these gates be used to implement 3 input expressions which are
obtained from steps 2 & 3?
Instant Review Logic gates are combined to produce logic functions that control
electronic circuits. Very often an expression representing a logic
function has a dual or equal expression. Similarly, complex logic
functions can be reduced or simplified so that fewer logic gates
are needed in the actual circuit. Truth tables can be used to
verify the equality of two Boolean expressions. Notice that the
dual expression simply has its AND/OR operations reversed, and
in some cases 0 becomes 1, and vice versa.
Experiment 3 page6