Lab No. 6: Understanding The Simplification by Boolean Algebra, Truth Table and Karnaugh Map
Lab No. 6: Understanding The Simplification by Boolean Algebra, Truth Table and Karnaugh Map
Equipment:
1. Trainer.
2. Connecting wires.
3. Power Supply.
4. ICs (AND, OR, NOT).
Introduction:
We have been provided with two Boolean functions and by using basic gates which
are AND, OR and NOT, we have to implement them. We will start with doing theoretical
calculations (truth tables) then, we will patch circuit according to the given function and
match its output with the truth table which we have made according to our theoretical
calculations.
Procedure:
At first, we make a truth table of the given circuit. Then we make a block diagram
of the circuit and then apply it on Proteus. Then we check the truth table we made and
verify it through the Proteus. After doing all this and confirming that the circuit we have
made is correct then we use the gates and apply it on hardware.
Theoretical:
First, we have to make a truth table for the given Boolean function.
F = ABCD+ABC’D+AB’C’D+AB’C’D’+A’BCD+A’BCD’
A B C D F
0 0 0 0
0 0 0 1
0 0 1 0
0 0 1 1
0 1 0 0
0 1 0 1
0 1 1 0
0 1 1 1
1 0 0 0
1 0 0 1
1 0 1 0
1 0 1 1
1 1 0 0
1 1 0 1
1 1 1 0
1 1 1
We make this large Boolean expression into small one by using karnaugh map. Here is its
implementation.
AB/CD 00 01 11 10
00
01 1 1
11 1 1
10 1 1
F2=ABD+AB’C’+A’BC
Practical:
We used the required gates to perform the task which contains AND (7408) and
(7411), OR (7432) and NOT (7404) Gates. The picture below is taken after the circuit was
completely implemented.
Figure 1
Schematic:
Step 1: Select all the components from the list which you want to use.
Step 2: Click on the component and place them on the schematic in orderly
manner.
Step 3: Make the connection according to the circuit diagram you are provided
With.
Step 4: Make sure you have made all connections right.
Step 5: Give the source DC and place ground.
We implemented the Boolean algebra and Karnaugh Maps to solve the given circuits
and then we implemented that solved circuit on Proteus. Given below are its pictures.
F2=ABD+AB’C’+A’BC
Figure 2