Logic Gate Project
Logic Gate Project
1|Page
INDEX
CONTENT PAGE
NO
CERTIFICATE 3
ACKNOWLEDGEMENTS 4
TOPIC 5
INTRODUCTION 6
PRINCIPLE 7
BASIC GATES 7-8
THE “OR” GATES 9-10
THE “AND” GATES 11-12
THE “NOT” GATES 13-14
THE “NOR” GATES 15-16
THE “NAND” GATES 17-18
THE “EX-OR” GATES 19-20
THE “EX-NOR” GATES 21-22
CONCLUSIONS 23
BIBLIOGRAPHY 24
2|Page
CERTIFICATE
3|Page
ACKNOWLEDGEMENTS
- DIVYANSH SRIVASTAVA
4|Page
TOPIC
LOGIC GATES
5|Page
INTRODUCTION
GATE: A gate is defined as a digital circuit which
follows some logical relationship between the input
and output voltages. It is a digital circuit which either
allows a signal to pass through or stop it. The logic
gates are building blocks at digital electronics. They are
used in digital electronics to change one voltage level
into another according to some logic statement relating
to them.
BASIC GATES
1. OR Gate: It is a device that combines A and B to
give Y as the result. The OR gate has two or more inputs
and one output. In Boolean algebra, addition symbol
(+) is referred as the OR gate.
The Boolean expression: A+B=Y
This indicates that Y equals to A or B.
7|Page
2. AND Gate: It is a device that combines A with B
to give Y as the result. The AND gate has two or more
inputs and one output. In Boolean algebra,
multiplication sign is referred as the AND.
The Boolean expression: A.B=Y or A X B=Y
This indicates that Y equals to A and B.
8|Page
The OR Gate
Aim:
To design and stimulate the OR gate circuit.
Components:
Two ideal p-n junction diode (D1 and D2).
Theory and Construction:
An OR gate can be realized by the electronic circuit,
making use of two diodes D1 and D2.
9|Page
The following conclusions can be drawn from the
above circuit:
i. If the switch A and B are kept open (A=1, B=0),
then bulb does not glow, hence Y=0
ii. If switch A is kept closed and B is kept open
(A=1, B=0), then bulb does not glow, hence Y=0
iii. If switch A is kept open and B is kept closed
(A=0, B=1), then bulb does not glow, hence Y=0
iv. If switch A and B both are kept closed (A=1,
B=1), then bulb glows, hence Y=1
10 | P a g e
The AND Gate
Aim:
To design and stimulate the AND gate circuit.
Components:
Two ideal p-n junction diode (D1 and D2) and
resistance R.
Theory and Construction:
An AND gate can be realized by the electronic circuit,
making use of two diodes D1 and D2. The resistance
R is connected to the positive terminal of a 5V
battery permanently.
11 | P a g e
The following conclusions can easily be drawn from
the working of this circuit:
12 | P a g e
The NOT Gate
Aim:
To design and stimulate the NOT gate circuit.
Components:
An ideal n-p-n transistor.
Theory and Construction:
A NOT gate cannot be realized by using diodes.
However, an electronic circuit of NOT gate can be
realized by making use a n-p-n transistor.
13 | P a g e
The following inferences can be easily drawn from
the working of circuit:
14 | P a g e
The NOR Gate
Aim:
To design and stimulate the NOR gate circuit.
Components:
Two ideal p-n junction diode (D1 and D2)
An ideal n-p-n transistor
Theory and Construction:
If we connect the output Y' of OR gate to the input of a
NOT gate, then the gate obtained is the NOR gate. The
output Y is voltage at C with respect to earth.
15 | P a g e
The following inferences can be easily drawn from the
working of electrical circuit:
i. If the switch A and B is kept open (A=0, B=0) then
bulb glows, hence Y=1.
ii. If the switch A is kept closed and B is kept open
(A=1, B=0) then the bulb glows, hence Y=0.
iii. If the switch A is kept open and B is kept closed
(A=0, B=1) then the bulb does not glow, hence Y=0.
iv. If the both switch A and B are kept closed (A=1,
B=1) then bulb does not glow, hence Y=0.
16 | P a g e
The NAND Gate
Aim:
To design and stimulate the NAND gate circuit.
Components:
Two ideal p-n junction diode (D1 and D2)
A resistance R
An ideal n-p-n transistor
Theory and Construction:
If we connect the output Y' of the AND gate to the input
of a NOT gate then the gate obtained is the NAND gate.
The output Y is voltage at C with respect to earth.
17 | P a g e
The following inferences can be easily drawn from the
working of circuit:
i. If the switch A and B are kept closed (A=0, B=0)
then bulb glows, hence Y=1.
ii. If the switch A is kept open and B is kept closed
(A=0, B=1), then bulb glows, hence Y=1
iii. If switch A is kept closed and B is kept open (A=1,
B=0), then bulb glows, hence Y=1
iv. If both switch A and B are kept closed (A=1, B=1)
then bulb does not glow, hence Y=0.
18 | P a g e
The EX-OR Gate
Aim:
To design and stimulate the EX-OR gate circuit.
Components:
Two AND gates, An OR gate, Two NOT gate
Theory and Construction:
The operation EX-OR checks for the exclusivity in the
value of the two signals A and B. It means if A and B are
not identical, the output Y=1, and if both are identical,
then output Y=0. This operation is also called exclusive
OR gate, designated EX-OR.
19 | P a g e
The following inferences can be easily drawn from the
working of electrical circuit:
i. If the switch A and B are kept open (A=0, B=0) then
bulb does not glow, hence Y=0
ii. If the switch A is kept open and B is kept closed
(A=0, B=1) then bulb glows, hence Y=1
iii. If the switch A is kept closed and B is kept open
(A=1, B=0) then the bulb will glow, hence Y=1
iv. If the switch A and B are kept closed (A=1, B=1)
then bulb will not glow, hence Y=0
20 | P a g e
The EX-NOR Gate
Aim:
To design and stimulate the EX-NOR gate circuit.
Components:
Two AND gates, And OR gate, Three NOT gates
Theory and Construction:
The operation EX-NOR checks for the exclusively in the
value of the two signals A and B. it means if A and B are
not identical, the output Y=0, and if both are identical,
then the output Y=1. This operation is also called
exclusive NOR gate, designated EX-NOR.
21 | P a g e
The following inferences can be easily drawn from the
working of electrical circuit:
i. If the switch A and B are kept open (A=0, B=0) then
bulb glows, hence Y=1
ii. If the switch A is kept open and B is kept closed
(A=0, B=1) then bulb does not glow, hence Y=0
iii. If the switch A is kept closed and B is kept open
(A=1, B=0) then the bulb does not glow, hence Y=0
iv. If the switch A and B are kept closed (A=1, B=1)
then bulb will glow, hence Y=1
22 | P a g e
CONCLUSIONS
Logic gates are used to develop many IC circuits or
microchips in today's modern world.
23 | P a g e
BIBLIOGRAPHY
Scribd.com
Google
www.youtube.com
24 | P a g e