Combinational Logic Circuits
Combinational Logic Circuits
Objective:
To demonstrate and simulate the functions of combinational logic circuits.
Materials Needed:
Introduction:
This experiment is the combination of all the basic gates by means of mathematical
equation using Boolean algebra. Boolean algebra was developed more than a century
ago by a certain mathematician named George Boole. Before, it was not originally
intended for digital electronics. However, it was discovered that it would help in the
engineering field because it provides a system of logic and reasoning using yes or no and
true or false statement suitable for representing digital switching circuits.
Procedures:
1. Construct the given circuit shown below carefully. Always connect the power supply of
each IC.
1. Vary the input D0, D1, and D2 and record the output L1 to the given table below.
INPUT OUTPUT
D0 D1 D2 L1
0 0 0 1
0 0 1 1
0 1 0 0
0 1 1 1
1 0 0 0
1 0 1 1
1 1 0 1
1 1 1 1
3. Based from the above table, what did you observe from the result data?
Based from the above table, I have observed from the result data that in the output, there is only two
logic ‘0’ and the majority of the output is logic ‘1’.
L1=
Why?
Because D0, D1, and D2 is the input, then if it is inverted then we add the ‘prime’, and the AND gate uses multiplication, and
the OR gate is to add. So if we combined them all, that would be the result.
5. Construct another circuit carefully as shown in Figure 7-2. Again, remember to connect
the power of each IC.
Figure 7-2. Another example of a combinational logic circuit.
6. Set the data switches to logic LO (0) position. What is the display of the LED indicators?
If the data switches to logic ‘0’ then the display of the LED indicates that the L1 and L2 is off but the L3 and L4
is on.
Video File: double click
7. Vary the input D0, D1 and D2 and record the output L1, L2, L3, and L4 to the given table
below.
INPUT OUTPUT
D0 D1 D2 L1 L2 L3 L4
0 0 0 0 0 1 1
0 0 1 1 1 0 1
0 1 0 0 0 1 1
0 1 1 1 1 1 1
1 0 0 1 0 1 1
1 0 1 1 1 0 0
1 1 0 0 0 1 1
1 1 1 0 1 1 0
What are the equations of the output L1, L2, L3, and L4 based on the truth table?
L3= D 1 + D2 '
Why?
Because it is 2 to the power of n, the n depends on how many inputs are there, so if there are 3 inputs then 23 is
equal to 8.
Conclusion:
- In conclusion, I have learned that combinations of the circuits are tricky but fun at the
same time. Also, as I have seen, in the combination circuit, most of the output is logic ‘1’ and less
logic ‘0’, this is due to the OR gate in which it will have a logic ‘0’ output of both of the inputs are
also logic ‘0’.