INVESTIGATORY PROJECT On Logic Gates
INVESTIGATORY PROJECT On Logic Gates
AIM:- To design an appropriate logic gate combination for a given truth table
APPARATUS:- A battery of 6V, two switches, torch/bulb, connecting wire.
THEORY:- The three basic logic gates and their combination are the building
blocks of the digital circuit.
A logic gate is a device that acts as a building block for digital circuits. They
perform basic logical functions that are fundamental to digital circuits. Most
electronic devices we use today will have some form of logic gates in them. For
example, logic gates can be used in technologies such as smartphones, tablets
1. OR-GATE
The symbol and truth table for OR gate are shown in figure respectively
2. AND-GATE
The symbol and truth table for AND gate are shown in figure
respectively
PROCEDURE
Write product term for each input (min term). Combination
where Boolean function has output 1. While writing min term ,
compliment that variable whose value is zero otherwise write it
in direct form(without compliment)
0 0 0 0
0 0 1 0
0 1 0 0
0 1 1 0
A B C F MINTERM
0 0 0 1 ⃡⃗⃗⃗⃗⃗⃗⃗⃗⃗⃗⃗
𝐴. 𝐵. 𝐶
0 0 1 0 --
0 1 0 0 --
1 0 0 0 --
1 1 0 0 --
1 0 1 0 --
0 1 1 0 --
1 1 1 0 --