Dec Experiment - 02
Dec Experiment - 02
Aim of the experiment – To implement all basic gates using universal gate.
Apparatus required -
01
Bread Board
02 IC’s-
THEORY –
Universal gates: - A universal gate is a gate which can implement any Boolean
function without need to use any other gate type.
1.NOT gate: If A is the input, then output of NOT gate Y =(A’)’ INPUT OUTPUT
TRUTH TABLE:
A Y
0 1
1 0
INPUT OUTPUT
X Y Z= X. Y
0 0 0
0 1 0
1 0 0
1 1 1
3.OR GATE- if A and B are inputs then outputs is y=A+B. TRUTH TABLE:
INPUT OUTPUT
A B Y=A.B
0 0 0
0 1 1
1 0 1
1 1 1
1 0
0 0 0
0 1 1
1 0 1
1 1 1
OBSERVATION TABLE-
Write down the truth tables in high and low format with the measured output voltages.
Conclusion-
Hence the truth table of all the basic gates were verified using universal gates.