You are on page 1of 10

Name : Md.

Sunzidul Islam
Roll : 1907079
Section : B
Semester : 2nd
Experiment No : 1
Experiment Name : Logic Gate
Truth table for NAND gate:

Input Output
A B C
0 0 1
0 1 1
1 0 1
1 1 0

NAND Gate(IC 7400)


NOR Gate(IC 740

Truth table for NOR gate:

Input Output
A B C
0 0 1
0 1 0
1 0 0
1 1 0

AND Gate(IC 7408)

Truth table for AND gate:

Input Output
A B C
0 0 0
0 1 0
1 0 0
1 1 1
OR Gate(IC 7432)

Truth table for OR gate:

Input Output
A B C
0 0 0
0 1 1
1 0 1
1 1 1

NOT Gate(IC 7404)

Truth table for NOT gate:

Input Output
A C
0 1
1 0
EX-OR Gate

Truth table for EX-OR gate:

Input Output
A B C
0 0 0
0 1 1
1 0 1
1 1 0
Viva Question:

You might also like