SlideShare a Scribd company logo
CONTENTS
Sr.no Title Page no.
1 Introduction 1
2 Principle 2
3 BasicGates 3
4 The OR Gate 5
5 The AND Gate 7
6 TheNOTGate 9
7 The NOR Gate 11
8 The NAND Gate 13
9 TheEX-ORGate 15
10 The EX-NOR
Gate
17
11 Conclusion 19
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.
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 of input and
output
Voltages are expressed in the form of a table called
truth table.
Truth table of a logic gate is a table that shows all
the inputs and outputs that are possible for the logic
gates.
Boolean algebra: - The algebra which is based on
binary nature of the logic gates.
Boolean Expressions: - They are the logical
statements which are followed by logical gates.
1
2
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 NOTgate.
LOGICAL STATEMENTS
1 0
High Low
Positive Negative
On Off
Close Open
Conductin
g
Non-
Conducting
Right Wrong
True False
Yes No
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 o u t put. 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.
The 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 o u tpu t. In Boolean algebra,
Multiplication sign is referred as the AND.
The Boolean expression: A.B=Y o r A X B=Y
This indicate s t h a t Y equals to A and B.
3
The NOT Gate: - It is a device that inverts the inputs.
The NOT has one input and has one o u t put. In Boolean
algebra, bar symbol is referred as the NOT.
The Boolean expression:
This indicates that Y is not equal to A.
- Making of logic gates was started by
binary numbers.
- Logic gates can also store information.
4
.
5
The ORGate
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.
Hear the negative terminal of the battery is grounded
and corresponds to the 0 level, and the positive terminal
of the battery corresponds to level
1. The output Y is voltage at C with respect to earth.
6
The following conclusion can be drawn from
the above circuit:
(i) If the switch A and B are kept open
(A=1, B=0), t he n bulb does not
glow, hence Y=0
(ii) If switch A is kept closed and B is kept
Open (A=1, B=0), t he n bulb does not
glow, hence Y=0
(iii) If switch A is kept open and B is kept
closed (A=0, B=1), t he n bulb does not
glow, hence Y=0
(iv) If switch A and B both are kept closed
(A=1, B=1), t he n bulb glows,hence
Y=1
TRUTH TABLE:
Input A Input B OUTPUT
0 0 0
0 1 0
1 0 0
1 1 1
TheAND 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 ANDgate 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 the 0 level, and
the positive terminal of the battery
corresponds to the level 1. The output Y is
the voltage at C with respect to earth.
7
8
The following conclusions can b e easily drawn
from the working of this circuit:
(i) If the switch A and B are kept open (A=0,
B=0), t he n bulb does not glow, hence
Y=0.
(ii) If switch A is kept closed and B is kept
open (A=1, B=0), t he n bulb does not
glow, hence Y=0.
(iii) If switch A is kept open and B is kept
Closed (A=0, B=1), t he n bulb does not
glow, hence Y=0.
(iv) If both switch A and B are kept closed
(A=1, B=1), t he n bulb glows,hence
Y=1.
TRUTH TABLE:
Input A Input B OUTPUT
0 0 0
0 1 0
1 0 0
1 1 1
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.
The base of the transistor is connected to the input
A through a resistance Rb and the emitter is
earthed.
The collector is connected to 5V battery. The output
Y is voltage at C with respect to earth.
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
11
The NORGate
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
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.
12
In Boolean expression, the NOR gate is
expressed as:
The following inference 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 iskept
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.
TRUTH TABLE:
Input A Input B OUTPUT
0 0 1
0 1 0
1 0 0
1 1 0
The NANDGate
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.
13
14
In Boolean expression, the NAND gate is
expressed as:
The following inference 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), t he n bulb glows,
hence Y=1
(iii) If switch A is kept closed and B is kept
open (A=1, B=0), t he n 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.
TRUTH TABLE:
Input A Input B OUTPUT
0 0 1
0 1 1
1 0 1
1 1 0
TheEX-OR Gate
Aim:
TO DESIGN AND STIMULATE
THE EX-OR GATE CIRCUIT.
Components:
1) Two AND gates
2) An OR gate
3) 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
16
In Boolean expression, the EX-OR gat e is
expressed as:
The following inference 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
TRUTH TABLE:
Input A Input B OUTPUT
0 0 0
0 1 1
1 0 1
1 1 0
The EX-NORGate
Aim:
TO DESIGN AND STIMULATE
THE EX-NOR GATE CIRCUIT.
Components:
1) Two AND gates
2) And OR gate
3) Three NOT gates
Theory and Components:
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.
17
18
In Boolean expression, the EX-NOR gate
is expressed as
The following inference can be easily drawn
from the working of electrical circuit:
(v) If the switch A and B are kept open (A=0,
B=0) then bulb glows, hence Y=1
(vi) If the switch A is kept open and B is kept
closed (A=0, B=1) then bulb does not
glow, hence Y=0
(vii) 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
(viii) If the switch A and B are kept closed (A=1,
B=1) then bulb will glow, hence Y=1
TRUTH TABLE:
Input A Input B OUTPUT
0 0 1
0 1 0
1 0 0
1 1 1
Conclusion
Logic gates are used to develop many IC
circuits or microchips in today’s modern
world.
NAND gate and NOR gate are known as
universal gates because we can construct
all the three basic gates using NAND &
NOR gates.
Without logic gates, electronic world
Would be nearly incomplete!
Bibliography
This project would be nearly incomplete
if I had not used the information given
in the following websites.
My special thanks to the up loader
of information on these websites. If
considered, I have used everything
that GOOGLEshowsme…….
20

More Related Content

What's hot

LOGIC GATE ||CLASS 12 PHYSICS I
LOGIC GATE ||CLASS 12 PHYSICS ILOGIC GATE ||CLASS 12 PHYSICS I
LOGIC GATE ||CLASS 12 PHYSICS IAryan137
 
296779866 c-b-s-e-class-12-physics-project-on-logic-gates
296779866 c-b-s-e-class-12-physics-project-on-logic-gates296779866 c-b-s-e-class-12-physics-project-on-logic-gates
296779866 c-b-s-e-class-12-physics-project-on-logic-gatesAnuragSharma530
 
Logic gates 12th standard ivestigatory project
Logic gates 12th standard ivestigatory projectLogic gates 12th standard ivestigatory project
Logic gates 12th standard ivestigatory projectJaipuriar School
 
verification of logic gates cbse class 12
verification of logic gates cbse class 12verification of logic gates cbse class 12
verification of logic gates cbse class 12Kirthi Kirthu
 
Class 12 Physics Investigatory Project Work, Practical- study of various logi...
Class 12 Physics Investigatory Project Work, Practical- study of various logi...Class 12 Physics Investigatory Project Work, Practical- study of various logi...
Class 12 Physics Investigatory Project Work, Practical- study of various logi...Kendriya Vidyalaya
 
Logic Gates Class 12
Logic Gates Class 12Logic Gates Class 12
Logic Gates Class 12RithuJ
 
Report on-the-logic-gates
Report on-the-logic-gatesReport on-the-logic-gates
Report on-the-logic-gatesbhardubhai
 
Physics investigatory project for class 12 logic gates
Physics investigatory project for class 12 logic gatesPhysics investigatory project for class 12 logic gates
Physics investigatory project for class 12 logic gatesbiswanath dehuri
 
INVESTIGATORY PROJECT ON SEMICONDUCTOR by shivam jhade
INVESTIGATORY PROJECT ON SEMICONDUCTOR by shivam jhade INVESTIGATORY PROJECT ON SEMICONDUCTOR by shivam jhade
INVESTIGATORY PROJECT ON SEMICONDUCTOR by shivam jhade bhopal
 
Boolean algebra simplification and combination circuits
Boolean algebra simplification and combination circuitsBoolean algebra simplification and combination circuits
Boolean algebra simplification and combination circuitsJaipal Dhobale
 
Physics investigatory projec tdocx
Physics investigatory projec tdocxPhysics investigatory projec tdocx
Physics investigatory projec tdocxHrithiksingla
 
Physics investigatory project
Physics investigatory projectPhysics investigatory project
Physics investigatory projectPrakhar Seth
 
Rectifier class 12th physics investigatory project
Rectifier class 12th physics investigatory projectRectifier class 12th physics investigatory project
Rectifier class 12th physics investigatory projectndaashishk7781
 
Physics Investigatory Project
Physics Investigatory ProjectPhysics Investigatory Project
Physics Investigatory ProjectNishant Jha
 
Logic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gatesLogic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gatesDhwanil Champaneria
 
SEMICONDUCTOR (project)
SEMICONDUCTOR (project)SEMICONDUCTOR (project)
SEMICONDUCTOR (project)SUDHA BHUJEL
 

What's hot (20)

LOGIC GATE ||CLASS 12 PHYSICS I
LOGIC GATE ||CLASS 12 PHYSICS ILOGIC GATE ||CLASS 12 PHYSICS I
LOGIC GATE ||CLASS 12 PHYSICS I
 
296779866 c-b-s-e-class-12-physics-project-on-logic-gates
296779866 c-b-s-e-class-12-physics-project-on-logic-gates296779866 c-b-s-e-class-12-physics-project-on-logic-gates
296779866 c-b-s-e-class-12-physics-project-on-logic-gates
 
Logic gates 12th standard ivestigatory project
Logic gates 12th standard ivestigatory projectLogic gates 12th standard ivestigatory project
Logic gates 12th standard ivestigatory project
 
verification of logic gates cbse class 12
verification of logic gates cbse class 12verification of logic gates cbse class 12
verification of logic gates cbse class 12
 
Class 12 Physics Investigatory Project Work, Practical- study of various logi...
Class 12 Physics Investigatory Project Work, Practical- study of various logi...Class 12 Physics Investigatory Project Work, Practical- study of various logi...
Class 12 Physics Investigatory Project Work, Practical- study of various logi...
 
Physic investigatory
Physic investigatoryPhysic investigatory
Physic investigatory
 
Or gate
Or gateOr gate
Or gate
 
Logic Gates Class 12
Logic Gates Class 12Logic Gates Class 12
Logic Gates Class 12
 
Report on-the-logic-gates
Report on-the-logic-gatesReport on-the-logic-gates
Report on-the-logic-gates
 
Physics investigatory project for class 12 logic gates
Physics investigatory project for class 12 logic gatesPhysics investigatory project for class 12 logic gates
Physics investigatory project for class 12 logic gates
 
Logic gates 07 11-2014
Logic gates 07 11-2014Logic gates 07 11-2014
Logic gates 07 11-2014
 
LOGIC GATES
LOGIC GATESLOGIC GATES
LOGIC GATES
 
INVESTIGATORY PROJECT ON SEMICONDUCTOR by shivam jhade
INVESTIGATORY PROJECT ON SEMICONDUCTOR by shivam jhade INVESTIGATORY PROJECT ON SEMICONDUCTOR by shivam jhade
INVESTIGATORY PROJECT ON SEMICONDUCTOR by shivam jhade
 
Boolean algebra simplification and combination circuits
Boolean algebra simplification and combination circuitsBoolean algebra simplification and combination circuits
Boolean algebra simplification and combination circuits
 
Physics investigatory projec tdocx
Physics investigatory projec tdocxPhysics investigatory projec tdocx
Physics investigatory projec tdocx
 
Physics investigatory project
Physics investigatory projectPhysics investigatory project
Physics investigatory project
 
Rectifier class 12th physics investigatory project
Rectifier class 12th physics investigatory projectRectifier class 12th physics investigatory project
Rectifier class 12th physics investigatory project
 
Physics Investigatory Project
Physics Investigatory ProjectPhysics Investigatory Project
Physics Investigatory Project
 
Logic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gatesLogic gates and NAND and NOR univarsal gates
Logic gates and NAND and NOR univarsal gates
 
SEMICONDUCTOR (project)
SEMICONDUCTOR (project)SEMICONDUCTOR (project)
SEMICONDUCTOR (project)
 

Similar to Physics investigatgory project on logic gates class 12

Physics_Investigatory_Project_on_Logic_G.pptx
Physics_Investigatory_Project_on_Logic_G.pptxPhysics_Investigatory_Project_on_Logic_G.pptx
Physics_Investigatory_Project_on_Logic_G.pptxNitinMaurya62
 
solids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.pptsolids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.pptUmeshPatil149
 
Solids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.pptSolids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.pptJosephMuez2
 
Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4Self-employed
 
chapter3.pptx electrical engineering for university
chapter3.pptx electrical engineering for universitychapter3.pptx electrical engineering for university
chapter3.pptx electrical engineering for universityMidhaksaBelay
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebraSARITHA REDDY
 
logic gates using IC cbse class 12
logic gates using IC cbse class 12logic gates using IC cbse class 12
logic gates using IC cbse class 12Kirthi Kirthu
 
Physics logic gates 2
Physics logic gates 2Physics logic gates 2
Physics logic gates 2Kirthi Kirthu
 
1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdfDamotTesfaye
 
boolean algrebra and logic gates in short
boolean algrebra and logic gates in shortboolean algrebra and logic gates in short
boolean algrebra and logic gates in shortRojin Khadka
 
PHYSICS PROJECT 12.pptx
PHYSICS PROJECT 12.pptxPHYSICS PROJECT 12.pptx
PHYSICS PROJECT 12.pptxDronBansal
 
Lecture 2.4 logic_gate_&_simple_logic_circuit
Lecture 2.4 logic_gate_&_simple_logic_circuitLecture 2.4 logic_gate_&_simple_logic_circuit
Lecture 2.4 logic_gate_&_simple_logic_circuitKMJ Science Computer
 
LOGIC GATES VIDEO LECTURE IN HINDI|OR GATE,AND GATE &NOT GATE|LOGIC DIAGRAM &...
LOGIC GATES VIDEO LECTURE IN HINDI|OR GATE,AND GATE &NOT GATE|LOGIC DIAGRAM &...LOGIC GATES VIDEO LECTURE IN HINDI|OR GATE,AND GATE &NOT GATE|LOGIC DIAGRAM &...
LOGIC GATES VIDEO LECTURE IN HINDI|OR GATE,AND GATE &NOT GATE|LOGIC DIAGRAM &...Prasant Kumar
 
Chapter 4. logic function and boolean algebra
Chapter 4. logic function and boolean algebraChapter 4. logic function and boolean algebra
Chapter 4. logic function and boolean algebraAshish KC
 
discrete_BOOLEAN ALGEBRA
discrete_BOOLEAN ALGEBRAdiscrete_BOOLEAN ALGEBRA
discrete_BOOLEAN ALGEBRAZULFIQ RASHID
 
Module 4 Logic Circuits.pptx
Module 4 Logic Circuits.pptxModule 4 Logic Circuits.pptx
Module 4 Logic Circuits.pptxDrVaibhavMeshram
 

Similar to Physics investigatgory project on logic gates class 12 (20)

Physics_Investigatory_Project_on_Logic_G.pptx
Physics_Investigatory_Project_on_Logic_G.pptxPhysics_Investigatory_Project_on_Logic_G.pptx
Physics_Investigatory_Project_on_Logic_G.pptx
 
solids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.pptsolids_and_semiconductor_devices_4.ppt
solids_and_semiconductor_devices_4.ppt
 
Solids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.pptSolids_And_Semiconductor_Devices_4.ppt
Solids_And_Semiconductor_Devices_4.ppt
 
Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4Semiconductor Devices Class 12 Part-4
Semiconductor Devices Class 12 Part-4
 
Logic gates
Logic gatesLogic gates
Logic gates
 
chapter3.pptx electrical engineering for university
chapter3.pptx electrical engineering for universitychapter3.pptx electrical engineering for university
chapter3.pptx electrical engineering for university
 
Digital logic
Digital logicDigital logic
Digital logic
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebra
 
logic gates using IC cbse class 12
logic gates using IC cbse class 12logic gates using IC cbse class 12
logic gates using IC cbse class 12
 
Physics logic gates 2
Physics logic gates 2Physics logic gates 2
Physics logic gates 2
 
1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf1,basic and derived logic gates.pdf
1,basic and derived logic gates.pdf
 
boolean algrebra and logic gates in short
boolean algrebra and logic gates in shortboolean algrebra and logic gates in short
boolean algrebra and logic gates in short
 
PHYSICS PROJECT 12.pptx
PHYSICS PROJECT 12.pptxPHYSICS PROJECT 12.pptx
PHYSICS PROJECT 12.pptx
 
Class 12th Logic Gates
Class 12th Logic GatesClass 12th Logic Gates
Class 12th Logic Gates
 
Lecture 2.4 logic_gate_&_simple_logic_circuit
Lecture 2.4 logic_gate_&_simple_logic_circuitLecture 2.4 logic_gate_&_simple_logic_circuit
Lecture 2.4 logic_gate_&_simple_logic_circuit
 
LOGIC GATES VIDEO LECTURE IN HINDI|OR GATE,AND GATE &NOT GATE|LOGIC DIAGRAM &...
LOGIC GATES VIDEO LECTURE IN HINDI|OR GATE,AND GATE &NOT GATE|LOGIC DIAGRAM &...LOGIC GATES VIDEO LECTURE IN HINDI|OR GATE,AND GATE &NOT GATE|LOGIC DIAGRAM &...
LOGIC GATES VIDEO LECTURE IN HINDI|OR GATE,AND GATE &NOT GATE|LOGIC DIAGRAM &...
 
logic gates
logic gateslogic gates
logic gates
 
Chapter 4. logic function and boolean algebra
Chapter 4. logic function and boolean algebraChapter 4. logic function and boolean algebra
Chapter 4. logic function and boolean algebra
 
discrete_BOOLEAN ALGEBRA
discrete_BOOLEAN ALGEBRAdiscrete_BOOLEAN ALGEBRA
discrete_BOOLEAN ALGEBRA
 
Module 4 Logic Circuits.pptx
Module 4 Logic Circuits.pptxModule 4 Logic Circuits.pptx
Module 4 Logic Circuits.pptx
 

Recently uploaded

The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationDelapenabediema
 
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...Nguyen Thanh Tu Collection
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonSteve Thomason
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfTamralipta Mahavidyalaya
 
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...Denish Jangid
 
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxJose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxricssacare
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchVikramjit Singh
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptSourabh Kumar
 
NLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptxNLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptxssuserbdd3e8
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxJisc
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXMIRIAMSALINAS13
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxRaedMohamed3
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...EugeneSaldivar
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...Jisc
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativePeter Windle
 
plant breeding methods in asexually or clonally propagated crops
plant breeding methods in asexually or clonally propagated cropsplant breeding methods in asexually or clonally propagated crops
plant breeding methods in asexually or clonally propagated cropsparmarsneha2
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfSpecial education needs
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...AzmatAli747758
 

Recently uploaded (20)

The Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official PublicationThe Challenger.pdf DNHS Official Publication
The Challenger.pdf DNHS Official Publication
 
NCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdfNCERT Solutions Power Sharing Class 10 Notes pdf
NCERT Solutions Power Sharing Class 10 Notes pdf
 
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
50 ĐỀ LUYỆN THI IOE LỚP 9 - NĂM HỌC 2022-2023 (CÓ LINK HÌNH, FILE AUDIO VÀ ĐÁ...
 
The Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve ThomasonThe Art Pastor's Guide to Sabbath | Steve Thomason
The Art Pastor's Guide to Sabbath | Steve Thomason
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
B.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdfB.ed spl. HI pdusu exam paper-2023-24.pdf
B.ed spl. HI pdusu exam paper-2023-24.pdf
 
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...Basic Civil Engineering Notes of Chapter-6,  Topic- Ecosystem, Biodiversity G...
Basic Civil Engineering Notes of Chapter-6, Topic- Ecosystem, Biodiversity G...
 
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptxJose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
Jose-Rizal-and-Philippine-Nationalism-National-Symbol-2.pptx
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.pptBasic_QTL_Marker-assisted_Selection_Sourabh.ppt
Basic_QTL_Marker-assisted_Selection_Sourabh.ppt
 
NLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptxNLC-2024-Orientation-for-RO-SDO (1).pptx
NLC-2024-Orientation-for-RO-SDO (1).pptx
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
plant breeding methods in asexually or clonally propagated crops
plant breeding methods in asexually or clonally propagated cropsplant breeding methods in asexually or clonally propagated crops
plant breeding methods in asexually or clonally propagated crops
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...Cambridge International AS  A Level Biology Coursebook - EBook (MaryFosbery J...
Cambridge International AS A Level Biology Coursebook - EBook (MaryFosbery J...
 

Physics investigatgory project on logic gates class 12

  • 1.
  • 2. CONTENTS Sr.no Title Page no. 1 Introduction 1 2 Principle 2 3 BasicGates 3 4 The OR Gate 5 5 The AND Gate 7 6 TheNOTGate 9 7 The NOR Gate 11 8 The NAND Gate 13 9 TheEX-ORGate 15 10 The EX-NOR Gate 17 11 Conclusion 19
  • 3. 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. 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 of input and output Voltages are expressed in the form of a table called truth table. Truth table of a logic gate is a table that shows all the inputs and outputs that are possible for the logic gates. Boolean algebra: - The algebra which is based on binary nature of the logic gates. Boolean Expressions: - They are the logical statements which are followed by logical gates. 1
  • 4. 2 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 NOTgate. LOGICAL STATEMENTS 1 0 High Low Positive Negative On Off Close Open Conductin g Non- Conducting Right Wrong True False Yes No
  • 5. 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 o u t put. 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. The 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 o u tpu t. In Boolean algebra, Multiplication sign is referred as the AND. The Boolean expression: A.B=Y o r A X B=Y This indicate s t h a t Y equals to A and B. 3
  • 6. The NOT Gate: - It is a device that inverts the inputs. The NOT has one input and has one o u t put. In Boolean algebra, bar symbol is referred as the NOT. The Boolean expression: This indicates that Y is not equal to A. - Making of logic gates was started by binary numbers. - Logic gates can also store information. 4
  • 7. . 5 The ORGate 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. Hear the negative terminal of the battery is grounded and corresponds to the 0 level, and the positive terminal of the battery corresponds to level 1. The output Y is voltage at C with respect to earth.
  • 8. 6 The following conclusion can be drawn from the above circuit: (i) If the switch A and B are kept open (A=1, B=0), t he n bulb does not glow, hence Y=0 (ii) If switch A is kept closed and B is kept Open (A=1, B=0), t he n bulb does not glow, hence Y=0 (iii) If switch A is kept open and B is kept closed (A=0, B=1), t he n bulb does not glow, hence Y=0 (iv) If switch A and B both are kept closed (A=1, B=1), t he n bulb glows,hence Y=1 TRUTH TABLE: Input A Input B OUTPUT 0 0 0 0 1 0 1 0 0 1 1 1
  • 9. TheAND 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 ANDgate 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 the 0 level, and the positive terminal of the battery corresponds to the level 1. The output Y is the voltage at C with respect to earth. 7
  • 10. 8 The following conclusions can b e easily drawn from the working of this circuit: (i) If the switch A and B are kept open (A=0, B=0), t he n bulb does not glow, hence Y=0. (ii) If switch A is kept closed and B is kept open (A=1, B=0), t he n bulb does not glow, hence Y=0. (iii) If switch A is kept open and B is kept Closed (A=0, B=1), t he n bulb does not glow, hence Y=0. (iv) If both switch A and B are kept closed (A=1, B=1), t he n bulb glows,hence Y=1. TRUTH TABLE: Input A Input B OUTPUT 0 0 0 0 1 0 1 0 0 1 1 1
  • 11. 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. The base of the transistor is connected to the input A through a resistance Rb and the emitter is earthed. The collector is connected to 5V battery. The output Y is voltage at C with respect to earth. 9
  • 12. 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
  • 13. 11 The NORGate 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 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.
  • 14. 12 In Boolean expression, the NOR gate is expressed as: The following inference 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 iskept 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. TRUTH TABLE: Input A Input B OUTPUT 0 0 1 0 1 0 1 0 0 1 1 0
  • 15. The NANDGate 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. 13
  • 16. 14 In Boolean expression, the NAND gate is expressed as: The following inference 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), t he n bulb glows, hence Y=1 (iii) If switch A is kept closed and B is kept open (A=1, B=0), t he n 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. TRUTH TABLE: Input A Input B OUTPUT 0 0 1 0 1 1 1 0 1 1 1 0
  • 17. TheEX-OR Gate Aim: TO DESIGN AND STIMULATE THE EX-OR GATE CIRCUIT. Components: 1) Two AND gates 2) An OR gate 3) 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
  • 18. 16 In Boolean expression, the EX-OR gat e is expressed as: The following inference 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 TRUTH TABLE: Input A Input B OUTPUT 0 0 0 0 1 1 1 0 1 1 1 0
  • 19. The EX-NORGate Aim: TO DESIGN AND STIMULATE THE EX-NOR GATE CIRCUIT. Components: 1) Two AND gates 2) And OR gate 3) Three NOT gates Theory and Components: 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. 17
  • 20. 18 In Boolean expression, the EX-NOR gate is expressed as The following inference can be easily drawn from the working of electrical circuit: (v) If the switch A and B are kept open (A=0, B=0) then bulb glows, hence Y=1 (vi) If the switch A is kept open and B is kept closed (A=0, B=1) then bulb does not glow, hence Y=0 (vii) 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 (viii) If the switch A and B are kept closed (A=1, B=1) then bulb will glow, hence Y=1 TRUTH TABLE: Input A Input B OUTPUT 0 0 1 0 1 0 1 0 0 1 1 1
  • 21. Conclusion Logic gates are used to develop many IC circuits or microchips in today’s modern world. NAND gate and NOR gate are known as universal gates because we can construct all the three basic gates using NAND & NOR gates. Without logic gates, electronic world Would be nearly incomplete!
  • 22. Bibliography This project would be nearly incomplete if I had not used the information given in the following websites. My special thanks to the up loader of information on these websites. If considered, I have used everything that GOOGLEshowsme……. 20