You are on page 1of 6

REALISATION OF BASIC GATES USING UNIVERSAL GATES

OBJECT: To realize the basic logic gates using universal logic gates (NAND
& NOR).

APARATUS:-

Sl. Name
No.
1. Regulated power supply
2. Logic probe
3. Bread board
4. IC : 74LS00 (NAND)
5. IC : 74LS02 (NOR)
6. Connecting wire

THEORY::

NAND & NOR are called universal logic gates because they can be
used to implement any of the other gates (AND, OR, NOT, XOR, XNOR).

NAND GATE::

It is the complement of the AND of the inputs. It has two or more inputs
and an output. The output will be high if any or all of the inputs are low.
Mathematically it can be defined as Y=(A.B)’ .

NOR GATE::

It is the complement of OR of the inputs. It has two or more inputs and


an output. The output will be low if any or all of the inputs are high.
Mathematically it can be defined as Y= (A+B)’.
Implementation of various logic gates are shown below with
corresponding TRUTH TABLE.
3 NOT GATE:

TRUTH TABLE
A Y=A’
Logic symbol: Y=A’ O 1
1 0

Using NAND gate:

Using NOR gate:

2) AND GATE:

Logic symbol:

TRUTH TABLE
Y=A.B A B Y=A.B
0 0 0
Using NAND gate: 0 1 0
1 0 0
1 1 1

Using NOR gate:


3) OR GATE::

TRUTH TABLE
A B Y=A+B
Logical symbol: 0 0 0
0 1 1
1 0 1
1 1 1

Y=A+B

Using NAND gate:

Using NOR gate:

4) NAND GATE::
Logical symbol

TRUTH TABLE
A B Y=(A.B)’
Y=(A.B)’ 0 0 1
0 1 1
1 0 1
1 1 0
Using NOR gate:
5) NOR GATE::

Logical symbol:

TRUTH TABLE
A B Y=(A+B)’
Y=(A+B)’ 0 0 1
0 1 0
Using NAND gate: 1 0 0
1 1 0

6) XOR GATE::

Logic symbol:
TRUTH TABLE
A B Y=A(+)B
0 0 0
0 1 1
1 0 1
1 1 0
Y=A(+)B

Using NAND gate:

Using NOR gate:

7) X-NOR GATE:

Logic symbol:

TRUTH TABLE
A B Y=A(.)B
Y=A (.)B 0 0 1
0 1 0
Using NAND gate: 1 0 0
1 1 1
Using NOR gate:

OBSERVATION TABLE::

In the table given below we shall see that the behavior of the
gates tallies totally with the experimental results.

Inputs NOT AND OR NAND NOR XOR XNOR


A(V) B(V) Y=A’ Y=A.B Y=A+B Y=(A.B)’ Y=(A+B)’ Y=A(+)B Y=A(.)B
0 0
0 5
5 0
5 5

CONCLUSION:
In the above experiment we saw the theoretical Boolean algebra tallies
totally with the experimental data. It implies that with the universal gates
(NAND & NOR) with can construct any basic logic gates and thus using the
universal gates we eliminate the requirement of all the gates during any
experiment.

You might also like