Semiconductor Physics and Logic Gates: DC L Ac L F L F
Semiconductor Physics and Logic Gates: DC L Ac L F L F
1.
Semiconductors: Semiconductors do conduct electricity when an electric field is applied. But their
conductivity is in between that of conductors and insulators. They behave like insulators at 0 K. As
temperature increases, their conductivity increases.
2. Semi-conductors:
a) If the forbidden energy gap between the conduction band and valence band is small (about 1 eV)
then such substances are called semiconductors. Eg : Silicon & Germanium.
b) For silicon forbidden energy gap is 1.1 eV and for germanium 0.72 eV.
c) At absolute zero, semiconductors behave as perfect insulators.
d) Semiconductors are of two types.
1) Intrinsic
2) Extrinsic
3. Hole: A hole is an unfilled covalent bond (or) A vacant energy state in the valance band of a
semiconductor is called hole.
4. Fermi energy: The highest energy level which an electron can occupy at 0 k is called Fermi level. For
intrinsic semiconductors this level lies in the middle of the forbidden gap. It can also take as average
energy of charge carriers.
5. p-n junction: When a semi conducting material such as silicon or germanium is doped with impurity in
such a way that one side has a large number of acceptor impurities and the other side has a large number
of donor impurities. The resulting semiconductor is called p-n junction.
6. The no charge carrier region formed at p-n junction due to the combination of electrons and holes is
called depletion layer.
7. The potential difference across the barrier which is set up to prevent diffusion of charge carriers through
the junction is called potential barrier or contact potential.
8. The potential barrier for silicon is 0.7 volts and for germanium is 0.3 volts.
p
n
9. Forward Bias: In a p-n junction diode, if p-region is connected to +ve terminal
(relatively higher potential) of the battery and n-region is connected to ve terminal
(relatively lower potential) of the battery then it is said to be forward biased.
+
p
n
10. Reverse Bias: In a p-n junction diode, if p-region is connected to ve terminal
(relatively low potential) of the battery and n-region is connected to the +ve terminal
(relatively high potential) of the battery then it is said to be reverse biased.
11. Rectifier:
a) The conversion of A.C. voltage to D.C. voltage is called rectification.
b) A p-n junction diode is used as a rectifier.
12. Efficiency of half wave rectifier:
a) The ratio of D.C. power output to the applied input A.C. power is known as rectifier efficiency.
P
0.406R L
where RL - load resistance, rf - diode resistance.
b) Rectifier efficiency = dc =
Pac
R L + rf
+
13. In half wave rectification, a maximum of 40.6% of A.C. power is converted into D.C. power. In a half
wave rectifier, if input frequency is n Hz A.C., then the output pulse frequency is n Hz D.C.
Vm
where Vm = maximum voltage, rf = internal resistance of the diode,
a) Maximum current im =
rf + R L
RL = load resistance.
I
b) Average current Idc = m
i
c) rms current irms = m .
2
14. Efficiency of full-wave rectifier:
a) The ratio of D.C. power output to the applied input A.C. power is known as rectifier efficiency.
P
0.812R L
b) Full wave rectifier efficiency = dc =
where rf - diode resistance, RL - load resistance.
Pac
rf + R L
15. In full wave rectifier a maximum of 81.2% of A.C. power is converted into D.C. power.
16. Zener diode:
a) It is a heavily doped p-n junction diode which is operated in the breakdown region in reverse bias
mode.
p
b) Zener diode has a sharp breakdown voltage in the reverse bias because of heavy doping. This voltage
is called Zener Voltage (VZ).
17. Transistors: A transistor is formed by sandwiching a thin layer of a p-type semiconductor between two
layers of n-type semiconductors or by sandwiching a thin layer of an n-type semiconductor between two
layers of p-type semiconductors.
n
IC
.
I E
23. In common base configuration transistor value is less than 1 ( < 1).
24. The practical value of lies between 0.95 and 0.995.
I
25. In common-emitter configuration transistor, the current gain is a.c = C .
I B
26. The value of is greater than one ( > 1).
27. The practical value of lies in between 20 to 500.
; =
1
1+
Comparative study of CB, CE and CC Amplifiers
Parameter
CB Amplifier
CE Amplifier
CC Amplifier
1. Input Resistance
Less (1-2K)
2. Output Voltage
Maximum (1-2M)
More (5-50K)
Minimum (1K)
3. Current gain
Minimum
More (5-50K)
Minimum (1K)
4.Voltage gain
Medium
High
Minimum
5. Power gain
Medium (20-30)
Maximum (30-40)
Minimum (10)
No
Yes
No
6. Phase reversal
LOGIC GATES:
29. The basic building blocks of digital circuits are called as logic gates, since they perform logic
operations.
OR GATE:
A
0
0
1
1
B
0
1
0
1
Y
0
1
1
1
AND GATE:
33. An AND gate has two or more inputs with one output.
34. The Boolean expression is Y = A, B (Y equals A and B).
a) circuit symbol
b) truth table
A
0
0
1
1
A
Y
B
B
0
1
0
1
Y
0
0
0
1
NOT GATE:
A Y
0 1
1 0
NOR GATE:
1. It has two or more inputs and one output. A negation (NOT operation) applied after OR gate, gives a
NOT-OR gate or simply NOR gate.
2. NOR gate output is inverse of OR GATE output.
The output of NOR gate is 1 only when all the inputs are simultaneously 0.
3. The Boolean expression is Y = A + B
a) Circuit symbol
b) Truth table
A B
0
0
1
1
0 1
1 0
0 0
1 0
NAND GATE:
1. It has two or more inputs and one output. A negation (NOT operation) applied after AND gate, gives a
NOT-AND gate or simply NAND gate.
2. NAND gate output is inverse of AND gate output.
3. The Boolean expression is Y = A . B .
4. The output of NAND gate is 1 only when atleast one input is 0.
5. The NOR and NAND gates are considered as universal gates, because we can obtain all the gates like
OR, AND and NOT by using either NOR or NAND gates repeatedly.
a) Circuit symbol
b) truth table
A
0
0
1
1
0 1
1 1
0 1
1 0
XOR GATE :
1. XOR gate is obtained by using OR, AND and NOT gate.
2. It is also called exclusive OR gate.
3. The output of two input XOR gate is 1 only when the two inputs are different.
4. The Boolean equation is Y = A.B + B.A
a) two input XOR gate
A
A
B
b) circuit symbol
c) truth table
A
Y
B
0
0
1
1
0 0
1 1
0 1
1 0
XNOR GATE:
1. XNOR gate is obtained by using OR, AND and NOT gates.
a) two input XNOR gate
A
B
Y
b) circuit symbol
c) truth table
A B
A
Y
B
0
0
1
1
0 1
1 0
0 0
1 1
De-Morgans Theorems:
i) A + B = A.B
ii) A.B = A + B
iii) A + B = A + B = A.B
iv) A.B = A + B = A + B