Semiconductor Devices
On mobile, swipe inside the PDF to read all pages and pinch to zoom.
1. Semiconductor Foundation
A semiconductor has electrical conductivity between that of a good conductor and an insulator. Silicon and germanium are common semiconductor materials.
N-Type Semiconductor
A donor-doped semiconductor in which electrons are the majority carriers and holes are minority carriers.
P-Type Semiconductor
An acceptor-doped semiconductor in which holes are the majority carriers and electrons are minority carriers.
2. Formation of a P-N Junction
Immediately after formation, a large concentration gradient exists across the junction:
- Electrons diffuse from the N-region toward the P-region.
- Holes diffuse from the P-region toward the N-region.
- Electrons and holes recombine near the junction.
Diagram 1: Carrier diffusion at a newly formed P-N junction
3. Depletion Region
Recombination leaves fixed ions:
- Negative acceptor ions remain on the P-side near the junction.
- Positive donor ions remain on the N-side near the junction.
These fixed charges establish an internal electric field directed from the positive donor-ion side toward the negative acceptor-ion side.
Diagram 2: Fixed ions and internal field in the depletion region
4. Barrier Potential
Typical room-temperature junction values are approximately:
| Material | Typical barrier / forward knee value |
|---|---|
| Silicon | about 0.7 V |
| Germanium | about 0.3 V |
5. Semiconductor Diode
- Anode: P-side.
- Cathode: N-side.
Diagram 3: Standard diode symbol
6. Forward Bias
A diode is forward biased when:
- P-side is connected to the positive terminal.
- N-side is connected to the negative terminal.
The applied field opposes the junction field. Therefore:
- Barrier potential decreases.
- Depletion-layer width decreases.
- Majority carriers cross the junction more easily.
- Forward current rises rapidly after the knee region.
Diagram 4: Forward bias lowers the effective junction barrier
7. Reverse Bias
A diode is reverse biased when:
- P-side is connected to the negative terminal.
- N-side is connected to the positive terminal.
The external field supports the junction field. Therefore:
- Barrier potential increases.
- Depletion layer widens.
- Majority-carrier current is strongly suppressed.
- A small reverse current remains due to minority carriers.
Diagram 5: Reverse bias widens the depletion layer
8. Forward and Reverse I-V Characteristics
8.1 Forward Characteristic
At very small forward voltage, current is small. Near the knee/cut-in region, current starts increasing rapidly because the applied voltage significantly reduces the junction barrier.
8.2 Reverse Characteristic
Reverse current remains small until the reverse voltage reaches the breakdown region. Beyond breakdown, reverse current can rise sharply.
Diagram 6: Idealized diode forward and reverse characteristics
9. Zener Diode
When the reverse voltage reaches the rated Zener voltage VZ:
- Reverse current increases sharply.
- Voltage across the Zener remains approximately constant over its useful regulation range.
9.1 Zener as Voltage Regulator
A reverse-biased Zener connected across a load can maintain nearly constant output voltage, provided a suitable series resistor limits current.
Diagram 7: Zener characteristic and voltage-regulation idea
10. Rectifier and Rectification
The diode’s one-way conduction property is the basis of rectification.
| Feature | Half-Wave Rectifier | Full-Wave Rectifier |
|---|---|---|
| Input half-cycles used | One half-cycle | Both half-cycles |
| Output pulse frequency | f | 2f |
| Average DC output | Lower | Higher |
| Ripple before filtering | Greater | Lower than half-wave |
| Current syllabus emphasis | Definition/background | Full-wave rectification |
11. Center-Tapped Full-Wave Rectifier
A center-tapped full-wave rectifier uses:
- A center-tapped transformer secondary.
- Two semiconductor diodes.
- A load resistor RL.
11.1 First Half-Cycle
One end of the secondary is positive relative to the center tap. The corresponding diode is forward biased and conducts.
11.2 Second Half-Cycle
The other secondary end becomes positive relative to the center tap. The other diode conducts.
In both half-cycles, current through the load flows in the same direction.
For an ideal full-wave rectified sine wave:
Diagram 8: Center-tapped full-wave rectifier
12. Bridge Full-Wave Rectifier
A bridge rectifier uses four diodes connected in a bridge arrangement. It does not require a center-tapped secondary.
12.1 Working
- During one half-cycle, one diagonal pair of diodes conducts.
- During the opposite half-cycle, the other diagonal pair conducts.
- The load-current direction remains the same during both half-cycles.
Diagram 9: Conceptual four-diode bridge rectifier
13. Full-Wave Rectifier Waveforms
Diagram 10: Full-wave rectification waveform
14. Logic Gates
Binary logic convention:
- 0 = LOW / false / OFF
- 1 = HIGH / true / ON
Diagram 11: Symbols of basic logic gates
15. AND Gate
The output is 1 only when both inputs are 1.
| A | B | Y = A·B |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 1 |
16. OR Gate
The output is 1 when at least one input is 1.
| A | B | Y = A + B |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 1 |
17. NOT Gate
The NOT gate has one input and gives its complement.
| A | Y = A̅ |
|---|---|
| 0 | 1 |
| 1 | 0 |
18. NAND Gate
NAND is an AND operation followed by inversion. Its output is 0 only when both inputs are 1.
| A | B | Y = (A·B)̅ |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | 1 |
| 1 | 0 | 1 |
| 1 | 1 | 0 |
19. NOR Gate
NOR is an OR operation followed by inversion. Its output is 1 only when both inputs are 0.
| A | B | Y = (A + B)̅ |
|---|---|---|
| 0 | 0 | 1 |
| 0 | 1 | 0 |
| 1 | 0 | 0 |
| 1 | 1 | 0 |
Diagram 12: NAND and NOR symbols
20. Combined Logic-Gate Truth Table
| A | B | AND | OR | NAND | NOR |
|---|---|---|---|---|---|
| 0 | 0 | 0 | 0 | 1 | 1 |
| 0 | 1 | 0 | 1 | 1 | 0 |
| 1 | 0 | 0 | 1 | 1 | 0 |
| 1 | 1 | 1 | 1 | 0 | 0 |
| A | NOT A |
|---|---|
| 0 | 1 |
| 1 | 0 |
21. High-Yield Comparison Tables
21.1 Forward vs Reverse Bias
| Feature | Forward Bias | Reverse Bias |
|---|---|---|
| Connection | P to +, N to − | P to −, N to + |
| Barrier | Decreases | Increases |
| Depletion width | Decreases | Increases |
| Majority-carrier conduction | Strong | Suppressed |
| Current | Large after knee | Small before breakdown |
21.2 Ordinary Diode vs Zener Diode
| Feature | Ordinary Diode | Zener Diode |
|---|---|---|
| Normal useful mode | Forward conduction / reverse blocking | Specified reverse breakdown |
| Doping | Normal diode design | Heavily doped |
| Breakdown | Usually avoided | Designed operating region |
| Main use here | Rectification | Voltage regulation/reference |
21.3 Center-Tapped vs Bridge Full-Wave Rectifier
| Feature | Center-Tapped | Bridge |
|---|---|---|
| Number of diodes | 2 | 4 |
| Center-tapped transformer needed? | Yes | No |
| Diodes conducting per half-cycle | 1 | 2 |
| Uses both half-cycles | Yes | Yes |
| Output ripple frequency | 2f | 2f |
22. Worked Examples
P-side is connected to +6 V and N-side to 0 V.
Answer: Forward bias. The depletion layer narrows and current can rise strongly.
Input AC frequency = 50 Hz.
fout = 2f = 100 HzPeak rectified voltage Vm = 15 V.
Vdc = 2Vm/π Vdc = 30/π ≈ 9.55 VFor A = 1 and B = 0:
- AND = 0
- OR = 1
- NAND = 1
- NOR = 0
If A = 1, then:
Y = A̅ = 023. Common Exam Mistakes
- Calling N-type material negatively charged overall. N-type remains electrically neutral.
- Calling P-type material positively charged overall. P-type remains electrically neutral.
- Forgetting that the depletion region has very few mobile majority carriers.
- Drawing fixed ions with the wrong signs in the depletion region.
- Reversing the internal field direction of the junction.
- Confusing depletion region with the entire P or N region.
- Reversing forward-bias connections. Remember P to + and N to −.
- Reversing reverse-bias connections. Remember P to − and N to +.
- Writing reverse current as exactly zero. A small minority-carrier current exists before breakdown.
- Confusing forward knee voltage with reverse breakdown voltage.
- Using an ordinary diode intentionally in reverse breakdown without considering ratings.
- Writing that a Zener regulator works in forward bias. It is used in its specified reverse-breakdown region.
- Forgetting the series current-limiting resistor with a Zener regulator.
- Defining rectification as DC-to-AC conversion. It is AC-to-unidirectional output conversion.
- Drawing opposite load-current directions in the two halves of a full-wave rectifier.
- Writing full-wave output frequency as f instead of 2f.
- Confusing center-tapped and bridge rectifiers.
- Confusing AND and OR truth tables.
- Forgetting the inversion bubble in NOT, NAND and NOR symbols.
- Using ordinary arithmetic for Boolean OR: in Boolean algebra, 1 + 1 = 1.
- Writing NAND = AB instead of (AB)̅.
- Writing NOR = A + B instead of (A + B)̅.
24. Important Exam Questions
Very Short / Short Questions
- Define a P-N junction.
- Explain the formation of the depletion region.
- What is barrier potential?
- Define a semiconductor diode.
- Name the two terminals of a diode.
- Define forward bias.
- Define reverse bias.
- Explain why depletion width decreases in forward bias.
- Explain why depletion width increases in reverse bias.
- Draw the forward characteristic of a P-N junction diode.
- Draw the reverse characteristic of a P-N junction diode.
- Define knee voltage.
- Define breakdown voltage.
- What is a Zener diode?
- Why is a Zener diode used in reverse breakdown?
- Define rectifier and rectification.
- Define full-wave rectifier.
- Why is full-wave rectification preferred over half-wave rectification?
- What is the output ripple frequency of a full-wave rectifier?
- What is a bridge rectifier?
- Define logic gate.
- Write Boolean expressions for AND, OR, NOT, NAND and NOR.
- Write truth tables of AND, OR and NOT gates.
- Write truth tables of NAND and NOR gates.
- Which logic gates are universal gates?
Long Questions
- Describe formation of a P-N junction and depletion layer with a labelled diagram.
- Explain forward and reverse bias of a P-N junction diode.
- Draw and explain the complete I-V characteristics of a semiconductor diode.
- Explain the concept and reverse characteristic of a Zener diode.
- Explain Zener diode as a voltage regulator.
- Define rectification and describe a center-tapped full-wave rectifier with circuit and waveforms.
- Explain bridge full-wave rectification during both half-cycles.
- Draw symbols, Boolean expressions and truth tables of AND, OR and NOT gates.
- Draw symbols, Boolean expressions and truth tables of NAND and NOR gates.
- Explain why NAND and NOR are called universal gates.
Diagram Questions
- P-N junction formation.
- Depletion region and barrier field.
- Diode symbol.
- Forward-bias circuit.
- Reverse-bias circuit.
- Diode I-V characteristic.
- Zener characteristic and regulator concept.
- Center-tapped full-wave rectifier.
- Bridge rectifier.
- Full-wave input and output waveforms.
- AND, OR and NOT symbols.
- NAND and NOR symbols.
25. One-Minute Revision
- Unit 5, Modern Physics, Chapter 22: Semiconductor Devices.
- A P-N junction forms between P-type and N-type semiconductor regions.
- Electrons diffuse N → P; holes diffuse P → N.
- Recombination creates a depletion region.
- The depletion region contains fixed ions and very few mobile majority carriers.
- Barrier potential opposes further majority-carrier diffusion.
- Forward bias: P to +, N to −.
- Forward bias narrows the depletion layer and increases current.
- Reverse bias: P to −, N to +.
- Reverse bias widens the depletion layer and gives small reverse current.
- Silicon forward knee is roughly 0.7 V; germanium roughly 0.3 V.
- Breakdown causes a sharp increase in reverse current.
- Zener diode is designed for specified reverse-breakdown operation.
- Zener regulator requires a current-limiting series resistor.
- A rectifier converts AC to a unidirectional output.
- Full-wave rectification uses both AC half-cycles.
- Full-wave output ripple frequency = 2f.
- Center-tapped rectifier commonly uses 2 diodes.
- Bridge rectifier uses 4 diodes.
- AND: Y = AB.
- OR: Y = A + B.
- NOT: Y = A̅.
- NAND: Y = (AB)̅.
- NOR: Y = (A + B)̅.
- NAND and NOR are universal gates.
26. Diagram Practice
Students should practice these labelled diagrams for the NEB examination:
- P-N junction formation.
- Depletion layer with fixed ions.
- P-N junction diode symbol.
- Forward-biased junction.
- Reverse-biased junction.
- Forward and reverse I-V characteristic.
- Zener reverse-breakdown curve and regulator concept.
- Center-tapped full-wave rectifier.
- Bridge full-wave rectifier.
- Full-wave input/output waveform.
- AND, OR and NOT gate symbols.
- NAND and NOR gate symbols.
Discussion
Share a helpful question, idea, or explanation with other students.