Logic Gates
Logic Gates
Aim: To verify the truth table for AND, OR, NOT, NAND & NOR with TTL Logic Gates.
Apparatus and Accessories:-
1. IC 7408, IC 7432, IC 7404, IC 7400 & IC 7402
2. Bread Board
3. Power supply(5v)
4. Digital Multimeter
5. LED
6. Cutter, Wires etc.
Pin Configuration:
IC 7408
IC 7432
IC 7404
IC 7400
IC 7402
Theory:
A logic gate is an electronic circuit which makes logical decision. To arrive at these decision, the most
common logic gates used are OR, AND, NOT, NAND & NOR gates. The NAND and NOR gates are called
as Universal gates.
Logic gates have two or more inputs and on;y one output except for the NOT gate, which has only one input.
The output signal appears only for certain combinations of the input signals. The manipulation of binary
information is done by the gates. The relationship between input and output variables of each gate can be
represented in a tabular form called a truth table.
Construction:
NOT gate
NAND gate
NOR gate
Truth Table:
AND gate:
A B Y= A.B
0 0 0
0 1 0
1 0 0
1 1 1
OR gate:
A B Y= A+B
0 0 0
0 1 1
1 0 1
1 1 1
NOT gate:
A (A) |
0 1
1 0
A B Y= (A.B) |
0 0 1
0 1 1
1 0 1
1 1 0
NOR gate:
A B Y= (A+B) |
0 0 1
0 1 0
1 0 0
1 1 0
Conclusion:
Precautions: