LOGIC GATES (Physics Project Class-12)
LOGIC GATES (Physics Project Class-12)
LOGIC GATES (Physics Project Class-12)
CLASS: -- XI
SECTION: -- A (SCIENCE)
ROLL NO.: -- 7
SUBJECT: -- PHYSICS
UID: --
CERTIFICATE
This is to certify that Anujeet Saha, student of, Class- XI, Section- A
(SCIENCE), Roll No. - 7, worked on a project titled- “LOGIC GATES”, held in St.
Paul’s Academy school during the academic session of 2020-2021.
He worked sincerely under the guidance of the respective subject faculties and
prepared this Project.
First of all, I would like to thank God for guiding me through all the steps that I
took, which made the project a success.
Then I would like to thank my subject teacher, Mr. Arijit Mukherjee, for
providing me the opportunity of doing the project and also for his valuable
guidance which helped me patch up the project. His suggestion and instructions
has served as a major contributor towards the completion of the project.
Last, but certainly not the least, I would like to thank my parents for providing all
the resources which have been helpful in various phases of the completion of the
project.
CONTENTS
SERIAL NUMBER TITLE PAGE NUMBER
1. INTRODUCTION 6
2. PRINCIPE 7
3. BASIC GATES 8
4. THE OR GATE 9-10
5. THE AND GATE 11-12
6. THE NOT GATE 13-14
7. THE NOR GATE 15-16
8. THE NAND GATE 17-18
9. THE EX-OR GATE 19-20
10. THE EX-NOR GATE 21-22
11. CONCLUSION 23
12. BIBLIOGRAPHY 24
INTRODUCTION
1. GATE:-
A gate is defined as a digital circuit which follows some logical relationship
between input and output voltages. It is defined as a digital circuit which
either allows a signal to pass through or stops it.
The logical gates are building blocks of digital electronics. They are used in
digital electronics to change one voltage level to another according to some
logical statement relating to them.
2. TRUTH TABLE:-
A logic gate may have one or more than one inputs, but it has only one output.
The relationship between the possible values input and output voltages are
expressed in the form of a table, called the Truth Table.
This table shows all the input and output values possible for a logic gate
3. BOOLEAN ALGEBRA:-
The algebra which is based on the binary nature of logic gates.
4. BOOLEAN EXPRESSION:-
They are logical statement followed by logical gates.
PRINCIPLE
Any Boolean algebraic operation can be associated with input and output values,
which represents the statement of Boolean algebra. Although these circuits may
be complex, they may all be constructed from three basics- Devices like a P-N
Junction Diode, a Resistance and a N-P-N Transistor.
LOGICAL STATEMENTS
1 0
HIGH LOW
POSITIVE NEGATIVE
ON OFF
CLOSE OPEN
CONDUCTING NON-CONDUCTING
RIGHT WRONG
TRUE FALSE
YES NO
BASIC GATES
We have three different types of logic gates and they are:-
b) The OR Gate:-
It is a device that combines A and B to gives Z as result. It also has
two or more inputs but one output. In Boolean algebra addition
symbol(+) is referred as the OR.
The Boolean expression: A+B=Z
This indicates that Z is equals to A or B.
COMPONENTS:-
An OR gate can be realized by the electronic circuit, making use of two diodes D1
and D2.
Here the negative terminal of the battery is grounded and corresponds to the 0
level, and the positive terminal of the battery corresponds to 1 level.
1. If the switch A and B are kept open (A=0, B=0), then bulb does not glow,
hence Y=0.
2. If switch A is kept closed and B is kept open (A=1, B=0), then bulb glows,
hence Y=1.
3. If switch A is kept open and B is kept closed (A=0, B=1), then bulb glows,
hence Y=1.
4. If switch A and B both are closed (A=1, B=1), then bulb glows, hence Y=1.
TRUTH TABLE:-
COMPONENTS:-
Two ideal p-n junction diode (D1 and D2) and resistance R.
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.
Here the negative terminal of the battery is grounded and corresponds to 0 level,
and the positive terminal of the battery to 1 level.
1. If the switch A and B are kept open (A=0, B=0), then bulb does not glow,
hence Y=0.
2. If switch A is kept closed and B is kept open (A=1, B=0), then bulb does not
glow, hence Y=0.
3. If switch A is kept open and B is kept closed (A=0, B=1), then bulb does not
glow, hence Y=0.
4. If both switch A and B is kept closed (A=1, B=1), then bulb glows, hence Y=1.
TRUTH TABLE:-
COMPONENTS:-
TRUTH TABLE:-
INPUT A OUTPUT Y
0 1
1 0
The NOR Gate
AIM:-
COMPONENTS:-
If we connect the output Y of the OR Gate to the input of a NOT Gate, then the
gate obtained is the NOR Gate.
1. If switch A and B is kept open (A=0, B=0), then bulb glows, hence Y=1.
2. If switch A is kept closed and B is kept open (A=1, B=0), then bulb does not
glows, hence Y=0.
3. If switch A is kept open and B is kept closed (A=0, B=1), then bulb does not
glows, hence Y=0.
4. If both switch A and B are kept closed (A=1, B=1), then bulb does not glows
hence Y=0.
TRUTH TABLE:-
COMPONENTS:-
A Resistance R.
If we connect the output Y of the AND Gate to the input of a NOT Gate, then
the gate obtained is the NOR Gate.
1. If switch A and B is kept open (A=0, B=0), then bulb glows, hence Y=1.
2. If switch A is kept closed and B is kept open (A=1, B=0), then bulb glows,
hence Y=1.
3. If switch A is kept open and B is kept closed (A=0, B=1), then bulb glows,
hence Y=1.
4. If both switch A and B are kept closed (A=1, B=1), then bulb does not glows
hence Y=0.
TRUTH TABLE:-
COMPONENTS:-
The operation EX-OR checks for the exclusivity in the value of two signals A and
B. It means that 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 as Exclusive OR Gate.
The interferences drawn from the above circuit are as follows:
1. If switch A and B is kept open (A=0, B=0), then bulb does not glows, hence
Y=0.
2. If switch A is kept closed and B is kept open (A=1, B=0), then bulb glows,
hence Y=1.
3. If switch A is kept open and B is kept closed (A=0, B=1), then bulb glows,
hence Y=1.
4. If both switch A and B are kept closed (A=1, B=1), then bulb does not glows
hence Y=0.
TRUTH TABLE:-
COMPONENTS:-
The operation EX-OR checks for the exclusivity in the value of two signals A and
B. It means that if A and B are not identical, the output Y=0, and if both are
identical then output Y=1. This operation is also called as Exclusive NOR Gate.
The interferences drawn from the above circuit are as follows:
1. If switch A and B is kept open (A=0, B=0), then bulb does glows, hence Y=1.
2. If switch A is kept closed and B is kept open (A=1, B=0), then bulb does not
glows, hence Y=0.
3. If switch A is kept open and B is kept closed (A=0, B=1), then bulb does not
glows, hence Y=0.
4. If both switch A and B are kept closed (A=1, B=1), then bulb glows hence Y=1.
TRUTH TABLE:-
Logic circuit is one that behaves like a switch, that is, a two positive device with
ON or OFF states. This is termed as a Binary Device.
NAND Gate and NOR Gate are known as universal gates because we can construct
all the three basic gates using NAND and NOR gates.