SlideShare uma empresa Scribd logo
1 de 14
SOLIDS AND SEMICONDUCTOR DEVICES - IV
1. Analog and Digital Signal
2. Binary Number System
3. Binary Equivalence of Decimal Numbers
4. Boolean Algebra
5. Logic Operations: OR, AND and NOT
6. Electrical Circuits for OR, AND and NOT Operations
7. Logic Gates and Truth Table
8. Fundamental Logic Gates: OR, AND and NOT (Digital Circuits)
9. NOR and NAND Gates
10.NOR Gate as a Building Block
11.NAND Gate as a Building Block
12.XOR Gate
Created by C. Mani, Principal, K V No.1, AFS, Jalahalli West, Bangalore
Analogue signal
A continuous signal value which
at any instant lies within the range
of a maximum and a minimum
value.
A discontinuous signal value
which appears in steps in pre-
determined levels rather than
having the continuous change.
Digital signal
V = V0 sin ωt
1 0 1 0 1 0 1 0 1
V
t
0
(5 V)
(0 V)
Digital Circuit:
An electrical or electronic circuit which operates only in two states (binary
mode) namely ON and OFF is called a Digital Circuit.
In digital system, high value of voltage such as +10 V or +5 V is
represented by ON state or 1 (state) whereas low value of voltage such as 0
V or -5V or -10 V is represented by OFF state or 0 (state).
(5 V)
(-5 V)
V
0
t
Binary Equivalence of Decimal Numbers:
Decimal number system has base (or radix) 10 because of 10 digits viz. 0, 1,
2, 3, 4, 5, 6, 7, 8 and 9 used in the system.
Binary number system has base (or radix) 2 because of 2 digits viz. 0 and 2
used in the system.
Binary Number System:
A number system which has only two digits i.e. 0 and 1 is known as
binary number system or binary system.
The states ON and OFF are represented by the digits 1 and 0 respectively
in the binary number system.
D 0 1 2 3 4 5 6 7 8 9
B 0000 0001 0010 0011 0100 0101 0110 0111 1000 1001
D 10 11 12 13 14 15
B 1010 1011 1100 1101 1110 1111
Boolean Algebra:
George Boole developed an algebra called Boolean Algebra to solve logical
problems. In this, 3 logical operations viz. OR, AND and NOT are performed
on the variables.
The two values or states represent either ‘TRUE’ or ‘FALSE’; ‘ON’ or ‘OFF’;
‘HIGH’ or ‘LOW’; ‘CLOSED’ or ‘OPEN’; 1 or 0 respectively.
OR Operation:
OR operation is represented by ‘+’.
Its boolean expression is Y = A + B
It is read as “Y equals A
OR B”. It
means that “if A is true OR B is true, then Y will be true”.
A
B
E
●
●
●
●
Switch A Switch B Bulb Y
OFF OFF OFF
OFF ON ON
ON OFF ON
ON ON ON
Y
Truth Table
A B Switch A Switch B Bulb Y
OFF OFF OFF
OFF ON OFF
ON OFF OFF
ON ON ON
Y
Truth Table
AND Operation:
AND operation is represented by ‘.’
Its boolean expression is Y = A . B
It is read as “Y equals A AND B”.
It means that “if both A and B are true, then Y will be true”.
E
●
●
●
●
NOT Operation:
NOT operation is represented by ′ or ¯. Its boolean expression is Y = A′ or Ā
It is read as “Y equals NOT A”. It means that “if A is true, then Y will be false”.
A
Y
E
●
●●
Truth Table
Switch A Bulb Y
OFF ON
ON OFF
Logic Gates:
The digital circuit that can be analysed with
the help of Boolean Algebra is called logic
gate or logic circuit.
A logic gate can have two or more inputs
but only one output.
There are 3 fundamental logic gates namely
OR gate, AND gate and NOT gate.
Truth Table:
The operation of a logic gate or circuit can
be represented in a table which contains all
possible inputs and their corresponding
outputs is called a truth table.
If there are n inputs in any logic gate, then
there will be n2
possible input
combinations.
0 and 1 inputs are taken in the order of
ascending binary numbers for easy
understanding and analysis.
A B C D
0 0 0 0
0 0 0 1
0 0 1 0
0 0 1 1
0 1 0 0
0 1 0 1
0 1 1 0
0 1 1 1
1 0 0 0
1 0 0 1
1 0 1 0
1 0 1 1
1 1 0 0
1 1 0 1
1 1 1 0
1 1 1 1
Eg. for 4 input gate
Digital OR Gate:
D1
D2
RL
A
B
●
●
●●
Y
●
5 V
+
E
●
5 V
+
E
E
●
E
A B Y = A + B
0 0 0
0 1 1
1 0 1
1 1 1
Truth Table
●
●
●
A
B
Y
The positive voltage (+5 V)
corresponds to high input
i.e. 1 (state).
The negative terminal of
the battery is grounded and
corresponds to low input
i.e. 0 (state).
Case 1: Both A and B are
given 0 input and the diodes do
not conduct current. Hence no
output is across RL. i.e. Y = 0
Case 2: A is given 0 and B is given 1. Diode D1 does
not conduct current (cut-off) but D2 conducts. Hence
output (5 V) is available across RL. i.e. Y = 1
Case 3: A is given 1 and B is given 0. Diode D1
conducts current but D2 does not conduct. Hence
output (5 V) is available across RL. i.e. Y = 1
Case 4: A and B are given 1. Both the diodes
conduct current. However output (only 5 V) is
available across RL. i.e. Y = 1
Digital AND Gate:
RL
A
B
D1
●
D2
●
●●
Y
●
5 V
+
E 5 V
+
E
●
E
●
5 V
+
E
A B Y = A . B
0 0 0
0 1 0
1 0 0
1 1 1
Truth Table
●
●
●
A
B
Y
Case 1: Both A and B are given 0
input and the diodes conduct
current (Forward biased). Since
the current is drained to the earth,
hence, no output across RL. i.e.
Y = 0
Case 2: A is given 0 and B is
given 1. Diode D1 being forward
biased conducts current but D2
does not conduct. However, the
current from the output battery is
drained through D1. So, Y = 0
Case 3: A is given 1 and B is given 0. Diode D1 does
not conduct current but D2 being forward biased
conducts . However, the current from the output
battery is drained through D2. Hence, no output is
available across RL. i.e. Y = 0
Case 4: A and B are given 1. Both the diodes do not
conduct current. The current from the output battery
is available across RL and output circuit. Hence,
there is voltage drop (5 V) across RL. i.e. Y = 1
●
Rb
●
E
Digital NOT Gate:
●
5 V
+
E
●
Y
E
RL
●●
●
E
B
C
N
N
P
A
●
5 V
+
E
Truth Table
A Y=A′
0 1
1 0
● ●A
Y
NPN transistor is connected to biasing
batteries through Base resistor (Rb)
and Collector resistor (RL). Emitter is
directly earthed. Input is given
through the base and the output is
tapped across the collector.
Case 1: A is given 0 input. In the
absence of forward bias to the P-type
base and N-type emitter, the transistor
is in cut-off mode (does not conduct
current). Hence, the current from the
collector battery is available across the
output unit. Therefore, voltage drop of
5 V is available across Y. i.e. Y= 1
Case 2: A is given 1 input by connecting the +ve terminal of the
input battery. P-type base being forward biased makes the
transistor in conduction mode. The current supplied by the
collector battery is drained through the transistor to the earth.
Therefore, no output is available across Y. i.e. Y = 0
NOR Gate:
●
E
RL
●
●
Y
5 V
+
E
E
●
●●
●
E
B
C
N
N
P
Rb
D1
RLD2
A
B
●
●
●●
E
●
5 V
●
+
+
E
E
5 V
Truth Table
A B A + B Y = (A + B)′
0 0 0 1
0 1 1 0
1 0 1 0
1 1 1 0
●
●
● ●
A
B
A + B Y = (A + B)′
●
●
●
A
B
Y = (A + B)′
Symbol:
Circuit:
●
E
RL
●
●
Y
5 V
+
E
E
●●
●
E
B
C
N
N
P
RbD1
D2
RL
A
B
●
●
●●
●
5 V
+
E
5 V
+
E
●
5 V
+
E
NAND Gate:
Truth Table
A B A . B Y = (A . B)′
0 0 0 1
0 1 0 1
1 0 0 1
1 1 1 0
●
●
●A
B
● ●
A . B Y = (A . B)′
●
●
●
A
B
Y = (A . B)′
Symbol:
Circuit:
NOR Gate as a Building Block:
OR Gate:
AND Gate:
NOT Gate:
●
●
●
A
B (A + B)′
●
Y = A + B
●
●●
A′
A
●●
B′
B
Y = A . B
●
●
●
A′
B′
●●
Y = A′
A
A B (A + B)′ A + B
0 0 1 0
0 1 0 1
1 0 0 1
1 1 0 1
A B A′ B′ A′+B′ (A′+B′)′
0 0 1 1 1 0
0 1 1 0 1 0
1 0 0 1 1 0
1 1 0 0 0 1
A A′
0 1
1 0
NAND Gate as a Building Block:
●A ●
A′
●B ●
B′
Y = A + B
●
●
●
A′
B′
OR Gate:
AND Gate:
● ●
Y = A . B
●
●
●
A
B
(A . B)′
NOT Gate:
● ●
Y = A′
A
A B (A . B)′ A . B
0 0 1 0
0 1 1 0
1 0 1 0
1 1 0 1
A B A′ B′ A′.B′ (A′ . B′)′
0 0 1 1 1 0
0 1 1 0 0 1
1 0 0 1 0 1
1 1 0 0 0 1
A A′
0 1
1 0
XOR Gate:
●
●
●
●
●
●A
A′
B ●
B′
A
B
A′B
AB′
A B A′ B′ A′B AB′
Y = A′B + AB′
= A B
0 0 1 1 0 0 0
0 1 1 0 1 0 1
1 0 0 1 0 1 1
1 1 0 0 0 0 0
●
●
●
A
B
Y = A B
Y = A′B + AB′
= A B
End of S & SCD - IV

Mais conteúdo relacionado

Mais procurados

Electrostatics Class 12- Part 3
Electrostatics Class 12- Part 3Electrostatics Class 12- Part 3
Electrostatics Class 12- Part 3Self-employed
 
Ray Optics Class 12 Part-2
Ray Optics Class 12 Part-2Ray Optics Class 12 Part-2
Ray Optics Class 12 Part-2Self-employed
 
Wave Optics Class 12 Part-2
Wave Optics Class 12 Part-2Wave Optics Class 12 Part-2
Wave Optics Class 12 Part-2Self-employed
 
Magnetic Effects Of Current Class 12 Part-3
Magnetic Effects Of Current Class 12 Part-3Magnetic Effects Of Current Class 12 Part-3
Magnetic Effects Of Current Class 12 Part-3Self-employed
 
Current Electricity Class 12 Part-3
Current Electricity Class 12 Part-3Current Electricity Class 12 Part-3
Current Electricity Class 12 Part-3Self-employed
 
semiconductor physics
semiconductor physics semiconductor physics
semiconductor physics ruwaghmare
 
12 physics-notes-chapter-1-and-2
12 physics-notes-chapter-1-and-212 physics-notes-chapter-1-and-2
12 physics-notes-chapter-1-and-2N. SINGH
 
Magnetic Effects Of Current Class 12 Part-2
Magnetic Effects Of Current Class 12 Part-2Magnetic Effects Of Current Class 12 Part-2
Magnetic Effects Of Current Class 12 Part-2Self-employed
 
Class 12th physics magnetism ppt
Class 12th physics magnetism pptClass 12th physics magnetism ppt
Class 12th physics magnetism pptArpit Meena
 
Class 12th Physics Atom nuclei PPt
Class 12th Physics Atom nuclei PPtClass 12th Physics Atom nuclei PPt
Class 12th Physics Atom nuclei PPtArpit Meena
 
CLASS XII PHYSICS Chapter 7 - wave optics
CLASS XII PHYSICS Chapter 7 - wave optics CLASS XII PHYSICS Chapter 7 - wave optics
CLASS XII PHYSICS Chapter 7 - wave optics Pooja M
 
Class 12th physics current electricity ppt
Class 12th physics current electricity ppt Class 12th physics current electricity ppt
Class 12th physics current electricity ppt Arpit Meena
 
Wave Optics Class 12 Part-1
Wave Optics Class 12 Part-1Wave Optics Class 12 Part-1
Wave Optics Class 12 Part-1Self-employed
 
Class 12th Physics wave optics ppt
Class 12th Physics wave optics pptClass 12th Physics wave optics ppt
Class 12th Physics wave optics pptArpit Meena
 
Electrostatic potential and capacitance
Electrostatic potential and capacitanceElectrostatic potential and capacitance
Electrostatic potential and capacitanceEdigniteNGO
 

Mais procurados (20)

Semiconductor physics
Semiconductor physicsSemiconductor physics
Semiconductor physics
 
Electrostatics Class 12- Part 3
Electrostatics Class 12- Part 3Electrostatics Class 12- Part 3
Electrostatics Class 12- Part 3
 
Ray Optics Class 12 Part-2
Ray Optics Class 12 Part-2Ray Optics Class 12 Part-2
Ray Optics Class 12 Part-2
 
EQUIPOTENTIAL ENERGY
EQUIPOTENTIAL ENERGYEQUIPOTENTIAL ENERGY
EQUIPOTENTIAL ENERGY
 
Wave Optics Class 12 Part-2
Wave Optics Class 12 Part-2Wave Optics Class 12 Part-2
Wave Optics Class 12 Part-2
 
Ch 12 (atoms)
Ch 12 (atoms)Ch 12 (atoms)
Ch 12 (atoms)
 
Magnetic Effects Of Current Class 12 Part-3
Magnetic Effects Of Current Class 12 Part-3Magnetic Effects Of Current Class 12 Part-3
Magnetic Effects Of Current Class 12 Part-3
 
Alternating Current
Alternating CurrentAlternating Current
Alternating Current
 
Current Electricity Class 12 Part-3
Current Electricity Class 12 Part-3Current Electricity Class 12 Part-3
Current Electricity Class 12 Part-3
 
semiconductor physics
semiconductor physics semiconductor physics
semiconductor physics
 
12 physics-notes-chapter-1-and-2
12 physics-notes-chapter-1-and-212 physics-notes-chapter-1-and-2
12 physics-notes-chapter-1-and-2
 
Electrostatics
ElectrostaticsElectrostatics
Electrostatics
 
Magnetic Effects Of Current Class 12 Part-2
Magnetic Effects Of Current Class 12 Part-2Magnetic Effects Of Current Class 12 Part-2
Magnetic Effects Of Current Class 12 Part-2
 
Class 12th physics magnetism ppt
Class 12th physics magnetism pptClass 12th physics magnetism ppt
Class 12th physics magnetism ppt
 
Class 12th Physics Atom nuclei PPt
Class 12th Physics Atom nuclei PPtClass 12th Physics Atom nuclei PPt
Class 12th Physics Atom nuclei PPt
 
CLASS XII PHYSICS Chapter 7 - wave optics
CLASS XII PHYSICS Chapter 7 - wave optics CLASS XII PHYSICS Chapter 7 - wave optics
CLASS XII PHYSICS Chapter 7 - wave optics
 
Class 12th physics current electricity ppt
Class 12th physics current electricity ppt Class 12th physics current electricity ppt
Class 12th physics current electricity ppt
 
Wave Optics Class 12 Part-1
Wave Optics Class 12 Part-1Wave Optics Class 12 Part-1
Wave Optics Class 12 Part-1
 
Class 12th Physics wave optics ppt
Class 12th Physics wave optics pptClass 12th Physics wave optics ppt
Class 12th Physics wave optics ppt
 
Electrostatic potential and capacitance
Electrostatic potential and capacitanceElectrostatic potential and capacitance
Electrostatic potential and capacitance
 

Destaque

Nuclei And Atoms Class 12
Nuclei And Atoms Class 12Nuclei And Atoms Class 12
Nuclei And Atoms Class 12Self-employed
 
Photoelectric Effect And Dual Nature Of Matter And Radiation Class 12
Photoelectric Effect And Dual Nature Of Matter And Radiation Class 12Photoelectric Effect And Dual Nature Of Matter And Radiation Class 12
Photoelectric Effect And Dual Nature Of Matter And Radiation Class 12Self-employed
 
Communication - Laser Class 12 Part-7
Communication - Laser Class 12 Part-7Communication - Laser Class 12 Part-7
Communication - Laser Class 12 Part-7Self-employed
 
Communication - Space Communication Class 12 Part-5
Communication - Space Communication Class 12 Part-5Communication - Space Communication Class 12 Part-5
Communication - Space Communication Class 12 Part-5Self-employed
 
Communication - Amplitude Modulation Class 12 Part-1
Communication - Amplitude Modulation Class 12 Part-1Communication - Amplitude Modulation Class 12 Part-1
Communication - Amplitude Modulation Class 12 Part-1Self-employed
 
Ray Optics Class 12 Part-1
Ray Optics Class 12 Part-1Ray Optics Class 12 Part-1
Ray Optics Class 12 Part-1Self-employed
 
Current Electricity Class 12 Part-1
Current Electricity Class 12 Part-1Current Electricity Class 12 Part-1
Current Electricity Class 12 Part-1Self-employed
 
Ray Optics
Ray OpticsRay Optics
Ray OpticsKANNAN
 
Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12Self-employed
 
Communication - Line Communication Class 12 Part-6
Communication - Line Communication Class 12 Part-6Communication - Line Communication Class 12 Part-6
Communication - Line Communication Class 12 Part-6Self-employed
 
Electromagnetic Induction Class 12
Electromagnetic Induction Class 12 Electromagnetic Induction Class 12
Electromagnetic Induction Class 12 Self-employed
 
Electromagnetic Waves Class 12
Electromagnetic Waves Class 12 Electromagnetic Waves Class 12
Electromagnetic Waves Class 12 Self-employed
 
Electrostatics Class 12- Part 1
Electrostatics Class 12- Part 1Electrostatics Class 12- Part 1
Electrostatics Class 12- Part 1Self-employed
 

Destaque (14)

Nuclei And Atoms Class 12
Nuclei And Atoms Class 12Nuclei And Atoms Class 12
Nuclei And Atoms Class 12
 
Photoelectric Effect And Dual Nature Of Matter And Radiation Class 12
Photoelectric Effect And Dual Nature Of Matter And Radiation Class 12Photoelectric Effect And Dual Nature Of Matter And Radiation Class 12
Photoelectric Effect And Dual Nature Of Matter And Radiation Class 12
 
Communication - Laser Class 12 Part-7
Communication - Laser Class 12 Part-7Communication - Laser Class 12 Part-7
Communication - Laser Class 12 Part-7
 
Communication - Space Communication Class 12 Part-5
Communication - Space Communication Class 12 Part-5Communication - Space Communication Class 12 Part-5
Communication - Space Communication Class 12 Part-5
 
Communication - Amplitude Modulation Class 12 Part-1
Communication - Amplitude Modulation Class 12 Part-1Communication - Amplitude Modulation Class 12 Part-1
Communication - Amplitude Modulation Class 12 Part-1
 
Ray Optics Class 12 Part-1
Ray Optics Class 12 Part-1Ray Optics Class 12 Part-1
Ray Optics Class 12 Part-1
 
Current Electricity Class 12 Part-1
Current Electricity Class 12 Part-1Current Electricity Class 12 Part-1
Current Electricity Class 12 Part-1
 
Ray Optics
Ray OpticsRay Optics
Ray Optics
 
Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12Computer Science Investigatory Project Class 12
Computer Science Investigatory Project Class 12
 
Communication - Line Communication Class 12 Part-6
Communication - Line Communication Class 12 Part-6Communication - Line Communication Class 12 Part-6
Communication - Line Communication Class 12 Part-6
 
Semiconductors
SemiconductorsSemiconductors
Semiconductors
 
Electromagnetic Induction Class 12
Electromagnetic Induction Class 12 Electromagnetic Induction Class 12
Electromagnetic Induction Class 12
 
Electromagnetic Waves Class 12
Electromagnetic Waves Class 12 Electromagnetic Waves Class 12
Electromagnetic Waves Class 12
 
Electrostatics Class 12- Part 1
Electrostatics Class 12- Part 1Electrostatics Class 12- Part 1
Electrostatics Class 12- Part 1
 

Semelhante a Semiconductor Devices Class 12 Part-4

Physics investigatgory project on logic gates class 12
Physics  investigatgory project on logic gates class 12Physics  investigatgory project on logic gates class 12
Physics investigatgory project on logic gates class 12appietech
 
Report on-the-logic-gates
Report on-the-logic-gatesReport on-the-logic-gates
Report on-the-logic-gatesbhardubhai
 
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
 
physics investigatory on logic gates
physics investigatory on logic gatesphysics investigatory on logic gates
physics investigatory on logic gatesMoviesBuzz1
 
Physics investigatory project
Physics investigatory projectPhysics investigatory project
Physics investigatory projectAbhinav Kumar
 
physics investigatory project class 12 on logic gates ,boolean algebra
physics investigatory project class 12 on logic gates ,boolean algebraphysics investigatory project class 12 on logic gates ,boolean algebra
physics investigatory project class 12 on logic gates ,boolean algebrasukhtej
 
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
 
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
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebraSARITHA REDDY
 
Physics project on logic gate
Physics project on logic gatePhysics project on logic gate
Physics project on logic gateVirat Prasad
 
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
 
Physics logic gates1
Physics logic gates1Physics logic gates1
Physics logic gates1Kirthi Kirthu
 
PHYSICS PRACTICAL PROJECT (1).pdf
PHYSICS PRACTICAL PROJECT (1).pdfPHYSICS PRACTICAL PROJECT (1).pdf
PHYSICS PRACTICAL PROJECT (1).pdfOmChaubey7
 

Semelhante a Semiconductor Devices Class 12 Part-4 (20)

Physics investigatgory project on logic gates class 12
Physics  investigatgory project on logic gates class 12Physics  investigatgory project on logic gates class 12
Physics investigatgory project on logic gates class 12
 
Report on-the-logic-gates
Report on-the-logic-gatesReport on-the-logic-gates
Report on-the-logic-gates
 
Digital logic
Digital logicDigital logic
Digital logic
 
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
 
physics investigatory on logic gates
physics investigatory on logic gatesphysics investigatory on logic gates
physics investigatory on logic gates
 
Physics investigatory project
Physics investigatory projectPhysics investigatory project
Physics investigatory project
 
physics investigatory project class 12 on logic gates ,boolean algebra
physics investigatory project class 12 on logic gates ,boolean algebraphysics investigatory project class 12 on logic gates ,boolean algebra
physics investigatory project class 12 on logic gates ,boolean algebra
 
Physic investigatory
Physic investigatoryPhysic investigatory
Physic investigatory
 
Logic gates
 Logic gates Logic gates
Logic gates
 
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
 
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
Logic gatesLogic gates
Logic gates
 
Digital logic gates and Boolean algebra
Digital logic gates and Boolean algebraDigital logic gates and Boolean algebra
Digital logic gates and Boolean algebra
 
Physics project on logic gate
Physics project on logic gatePhysics project on logic gate
Physics project on logic gate
 
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
 
Physics logic gates1
Physics logic gates1Physics logic gates1
Physics logic gates1
 
Class 12th Logic Gates
Class 12th Logic GatesClass 12th Logic Gates
Class 12th Logic Gates
 
Logic gates (1)
Logic gates (1)Logic gates (1)
Logic gates (1)
 
Logic Gates (1).ppt
Logic Gates (1).pptLogic Gates (1).ppt
Logic Gates (1).ppt
 
PHYSICS PRACTICAL PROJECT (1).pdf
PHYSICS PRACTICAL PROJECT (1).pdfPHYSICS PRACTICAL PROJECT (1).pdf
PHYSICS PRACTICAL PROJECT (1).pdf
 

Último

How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17Celine George
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.MaryamAhmad92
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxPooja Bhuva
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxDr. Sarita Anand
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structuredhanjurrannsibayan2
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Pooja Bhuva
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxJisc
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfDr Vijay Vishwakarma
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationNeilDeclaro1
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024Elizabeth Walsh
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answersdalebeck957
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxCeline George
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfSherif Taha
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Jisc
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...Amil baba
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxAreebaZafar22
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...Nguyen Thanh Tu Collection
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxJisc
 

Último (20)

How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17How to Add New Custom Addons Path in Odoo 17
How to Add New Custom Addons Path in Odoo 17
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
Beyond_Borders_Understanding_Anime_and_Manga_Fandom_A_Comprehensive_Audience_...
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdfUnit 3 Emotional Intelligence and Spiritual Intelligence.pdf
Unit 3 Emotional Intelligence and Spiritual Intelligence.pdf
 
Basic Intentional Injuries Health Education
Basic Intentional Injuries Health EducationBasic Intentional Injuries Health Education
Basic Intentional Injuries Health Education
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
latest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answerslatest AZ-104 Exam Questions and Answers
latest AZ-104 Exam Questions and Answers
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
NO1 Top Black Magic Specialist In Lahore Black magic In Pakistan Kala Ilam Ex...
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 

Semiconductor Devices Class 12 Part-4

  • 1. SOLIDS AND SEMICONDUCTOR DEVICES - IV 1. Analog and Digital Signal 2. Binary Number System 3. Binary Equivalence of Decimal Numbers 4. Boolean Algebra 5. Logic Operations: OR, AND and NOT 6. Electrical Circuits for OR, AND and NOT Operations 7. Logic Gates and Truth Table 8. Fundamental Logic Gates: OR, AND and NOT (Digital Circuits) 9. NOR and NAND Gates 10.NOR Gate as a Building Block 11.NAND Gate as a Building Block 12.XOR Gate Created by C. Mani, Principal, K V No.1, AFS, Jalahalli West, Bangalore
  • 2. Analogue signal A continuous signal value which at any instant lies within the range of a maximum and a minimum value. A discontinuous signal value which appears in steps in pre- determined levels rather than having the continuous change. Digital signal V = V0 sin ωt 1 0 1 0 1 0 1 0 1 V t 0 (5 V) (0 V) Digital Circuit: An electrical or electronic circuit which operates only in two states (binary mode) namely ON and OFF is called a Digital Circuit. In digital system, high value of voltage such as +10 V or +5 V is represented by ON state or 1 (state) whereas low value of voltage such as 0 V or -5V or -10 V is represented by OFF state or 0 (state). (5 V) (-5 V) V 0 t
  • 3. Binary Equivalence of Decimal Numbers: Decimal number system has base (or radix) 10 because of 10 digits viz. 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9 used in the system. Binary number system has base (or radix) 2 because of 2 digits viz. 0 and 2 used in the system. Binary Number System: A number system which has only two digits i.e. 0 and 1 is known as binary number system or binary system. The states ON and OFF are represented by the digits 1 and 0 respectively in the binary number system. D 0 1 2 3 4 5 6 7 8 9 B 0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 D 10 11 12 13 14 15 B 1010 1011 1100 1101 1110 1111
  • 4. Boolean Algebra: George Boole developed an algebra called Boolean Algebra to solve logical problems. In this, 3 logical operations viz. OR, AND and NOT are performed on the variables. The two values or states represent either ‘TRUE’ or ‘FALSE’; ‘ON’ or ‘OFF’; ‘HIGH’ or ‘LOW’; ‘CLOSED’ or ‘OPEN’; 1 or 0 respectively. OR Operation: OR operation is represented by ‘+’. Its boolean expression is Y = A + B It is read as “Y equals A OR B”. It means that “if A is true OR B is true, then Y will be true”. A B E ● ● ● ● Switch A Switch B Bulb Y OFF OFF OFF OFF ON ON ON OFF ON ON ON ON Y Truth Table
  • 5. A B Switch A Switch B Bulb Y OFF OFF OFF OFF ON OFF ON OFF OFF ON ON ON Y Truth Table AND Operation: AND operation is represented by ‘.’ Its boolean expression is Y = A . B It is read as “Y equals A AND B”. It means that “if both A and B are true, then Y will be true”. E ● ● ● ● NOT Operation: NOT operation is represented by ′ or ¯. Its boolean expression is Y = A′ or Ā It is read as “Y equals NOT A”. It means that “if A is true, then Y will be false”. A Y E ● ●● Truth Table Switch A Bulb Y OFF ON ON OFF
  • 6. Logic Gates: The digital circuit that can be analysed with the help of Boolean Algebra is called logic gate or logic circuit. A logic gate can have two or more inputs but only one output. There are 3 fundamental logic gates namely OR gate, AND gate and NOT gate. Truth Table: The operation of a logic gate or circuit can be represented in a table which contains all possible inputs and their corresponding outputs is called a truth table. If there are n inputs in any logic gate, then there will be n2 possible input combinations. 0 and 1 inputs are taken in the order of ascending binary numbers for easy understanding and analysis. A B C D 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 1 1 0 0 0 1 0 0 1 1 0 1 0 1 0 1 1 1 1 0 0 1 1 0 1 1 1 1 0 1 1 1 1 Eg. for 4 input gate
  • 7. Digital OR Gate: D1 D2 RL A B ● ● ●● Y ● 5 V + E ● 5 V + E E ● E A B Y = A + B 0 0 0 0 1 1 1 0 1 1 1 1 Truth Table ● ● ● A B Y The positive voltage (+5 V) corresponds to high input i.e. 1 (state). The negative terminal of the battery is grounded and corresponds to low input i.e. 0 (state). Case 1: Both A and B are given 0 input and the diodes do not conduct current. Hence no output is across RL. i.e. Y = 0 Case 2: A is given 0 and B is given 1. Diode D1 does not conduct current (cut-off) but D2 conducts. Hence output (5 V) is available across RL. i.e. Y = 1 Case 3: A is given 1 and B is given 0. Diode D1 conducts current but D2 does not conduct. Hence output (5 V) is available across RL. i.e. Y = 1 Case 4: A and B are given 1. Both the diodes conduct current. However output (only 5 V) is available across RL. i.e. Y = 1
  • 8. Digital AND Gate: RL A B D1 ● D2 ● ●● Y ● 5 V + E 5 V + E ● E ● 5 V + E A B Y = A . B 0 0 0 0 1 0 1 0 0 1 1 1 Truth Table ● ● ● A B Y Case 1: Both A and B are given 0 input and the diodes conduct current (Forward biased). Since the current is drained to the earth, hence, no output across RL. i.e. Y = 0 Case 2: A is given 0 and B is given 1. Diode D1 being forward biased conducts current but D2 does not conduct. However, the current from the output battery is drained through D1. So, Y = 0 Case 3: A is given 1 and B is given 0. Diode D1 does not conduct current but D2 being forward biased conducts . However, the current from the output battery is drained through D2. Hence, no output is available across RL. i.e. Y = 0 Case 4: A and B are given 1. Both the diodes do not conduct current. The current from the output battery is available across RL and output circuit. Hence, there is voltage drop (5 V) across RL. i.e. Y = 1
  • 9. ● Rb ● E Digital NOT Gate: ● 5 V + E ● Y E RL ●● ● E B C N N P A ● 5 V + E Truth Table A Y=A′ 0 1 1 0 ● ●A Y NPN transistor is connected to biasing batteries through Base resistor (Rb) and Collector resistor (RL). Emitter is directly earthed. Input is given through the base and the output is tapped across the collector. Case 1: A is given 0 input. In the absence of forward bias to the P-type base and N-type emitter, the transistor is in cut-off mode (does not conduct current). Hence, the current from the collector battery is available across the output unit. Therefore, voltage drop of 5 V is available across Y. i.e. Y= 1 Case 2: A is given 1 input by connecting the +ve terminal of the input battery. P-type base being forward biased makes the transistor in conduction mode. The current supplied by the collector battery is drained through the transistor to the earth. Therefore, no output is available across Y. i.e. Y = 0
  • 10. NOR Gate: ● E RL ● ● Y 5 V + E E ● ●● ● E B C N N P Rb D1 RLD2 A B ● ● ●● E ● 5 V ● + + E E 5 V Truth Table A B A + B Y = (A + B)′ 0 0 0 1 0 1 1 0 1 0 1 0 1 1 1 0 ● ● ● ● A B A + B Y = (A + B)′ ● ● ● A B Y = (A + B)′ Symbol: Circuit:
  • 11. ● E RL ● ● Y 5 V + E E ●● ● E B C N N P RbD1 D2 RL A B ● ● ●● ● 5 V + E 5 V + E ● 5 V + E NAND Gate: Truth Table A B A . B Y = (A . B)′ 0 0 0 1 0 1 0 1 1 0 0 1 1 1 1 0 ● ● ●A B ● ● A . B Y = (A . B)′ ● ● ● A B Y = (A . B)′ Symbol: Circuit:
  • 12. NOR Gate as a Building Block: OR Gate: AND Gate: NOT Gate: ● ● ● A B (A + B)′ ● Y = A + B ● ●● A′ A ●● B′ B Y = A . B ● ● ● A′ B′ ●● Y = A′ A A B (A + B)′ A + B 0 0 1 0 0 1 0 1 1 0 0 1 1 1 0 1 A B A′ B′ A′+B′ (A′+B′)′ 0 0 1 1 1 0 0 1 1 0 1 0 1 0 0 1 1 0 1 1 0 0 0 1 A A′ 0 1 1 0
  • 13. NAND Gate as a Building Block: ●A ● A′ ●B ● B′ Y = A + B ● ● ● A′ B′ OR Gate: AND Gate: ● ● Y = A . B ● ● ● A B (A . B)′ NOT Gate: ● ● Y = A′ A A B (A . B)′ A . B 0 0 1 0 0 1 1 0 1 0 1 0 1 1 0 1 A B A′ B′ A′.B′ (A′ . B′)′ 0 0 1 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 1 0 0 0 1 A A′ 0 1 1 0
  • 14. XOR Gate: ● ● ● ● ● ●A A′ B ● B′ A B A′B AB′ A B A′ B′ A′B AB′ Y = A′B + AB′ = A B 0 0 1 1 0 0 0 0 1 1 0 1 0 1 1 0 0 1 0 1 1 1 1 0 0 0 0 0 ● ● ● A B Y = A B Y = A′B + AB′ = A B End of S & SCD - IV