Name-Nikita Kasture Class-Xii-A Roll No.-6: Topic-Logic Gates
Name-Nikita Kasture Class-Xii-A Roll No.-6: Topic-Logic Gates
CLASS-XII-A
ROLL NO.-6
1
Principle
Any Boolean algebraic operation can be associated with
the input and output, which represents the statement of
Boolean algebra. Although these circuits may be
complex, they may all be constructed from three basic
devices like a P-N junction diode, a resistance and an
N-P-N transistor.
We have three different type of logic gates and they
are the AND gate, the OR gate and the NOT gate.
LOGICAL STATEMENTS
1 0
High Low
Positive Negative
On Off
Close Open
Conducting Non-Conducting
Right Wrong
True False
Yes No
2
Basic Gates
The 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.
The Boolean expression: A+B=Y
This indicates that Y equals to A or B.
3
The NOT Gate: - It is a device that inverts the inputs.
The NOT has one input and has one output. In Boolean
algebra, bar symbol is referred as the NOT.
The Boolean expression: A = Y
This indicates that Y is not equal to A.
4
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.
5
The following conclusion 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
TRUTH TABLE:
Input A Input B OUTPUT
0 0 0
0 1 0
1 0 0
1 1 1
6
The AND Gate
Aim:
TO DESING AND STIMULATE THE
AND GATE CIRCUIT.
Components:
Two ideal p-n junction diode (D1 and D2) A
resistance R.
7
The following conclusion can be easily drawn from
the working of this 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 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 both switch A and B are kept closed
(A=1, B=1), then bulb glows, hence Y=1.
TRUTH TABLE:
Input A Input B OUTPUT
0 0 0
0 1 0
1 0 0
1 1 1
8
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.
9
The following inference can be easily drawn from
the working of circuit:
(i) If the switch A is kept open(A=0) then bulb
glows, hence Y=1
(ii) If the switch A is kept closed(A=1)
then bulb does not glow, hence Y=0
TRUTH TABLE:
Input A OUTPUT Y
0 1
1 0
10
The NOR Gate
Aim:
TO DESIGN AND STIMULATE THE NOR GATE
CIRCUIT.
Component:
Two ideal p-n junction diode (D1 and D2), An
ideal n-p-n transistor
11
In Boolean expression, the NOR gate is expressed
as:
( )
12
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
13
In Boolean expression, the NAND gate is
expressed as:
( )
14
The EX-OR Gate
Aim:
TO DESIGNA 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.
15
In Boolean expression, the EX-OR gate is
expressed as:
TRUTH TABLE:
Input A Input B OUTPUT
0 0 0
0 1 1
1 0 1
1 1 0
16
The EX-NOR Gate
Aim:
TO DESIGN AND STIMULATE THE EX-NOR
GATE CIRCUIT.
Components:
Two AND gates
And OR gate
Three NOT gates
17
In Boolean expression, the EX-NOR gate is
expressed as
̅ ̅ ̅
TRUTH TABLE:
Input A Input B OUTPUT
0 0 1
0 1 0
1 0 0
1 1 1
18
Conclusion
Logic gates are used to develop many
IC circuits or microchips in today’s
modern world.
19
Bibliography
1. Wikipedia - The free encyclopedia
(http://en.wikipedia.org)
20