Class 12, PHYSICS

Class 12 : Physics (English) – Chapter 14: Semiconductor Electronics: Materials, Devices and Simple Circuits

EXPLANATION & SUMMARY

🌿 Introduction

The field of semiconductor electronics has revolutionized modern life. Every computer, smartphone, satellite, and medical imaging device depends on semiconductors. Their uniqueness lies in controllable conductivity β€” they can behave like insulators or conductors depending on temperature, light, electric fields, or impurity doping.

In this chapter, we study:
πŸ”΅ Classification of materials and energy bands
🟒 Intrinsic vs extrinsic semiconductors
πŸ”΄ p–n junction and its properties
🟑 Devices like diodes, rectifiers, Zener diodes, BJTs, and logic gates

⚑ Classification of Materials

Conductors
➑️ Examples: Copper, Aluminum.
➑️ Band gap β‰ˆ 0 eV.
➑️ High density of free electrons, conduction occurs easily.

Insulators
➑️ Examples: Wood, Glass, Plastic.
➑️ Band gap > 5 eV.
➑️ No conduction under normal conditions.

Semiconductors
➑️ Examples: Silicon (Eg β‰ˆ 1.1 eV), Germanium (Eg β‰ˆ 0.7 eV).
➑️ Moderate conductivity.
➑️ Conductivity increases with temperature (opposite to metals).
➑️ Conductivity can be engineered by doping.

✏️ Note: Semiconductors are the “engineered materials” that enabled the electronics age.

🧠 Energy Band Theory

πŸ’‘ Concept: In a crystal, discrete energy levels form bands.

Valence Band: Highest occupied band.

Conduction Band: Free electrons move here.

Band Gap (Eg): Separation between conduction and valence band.

βœ”οΈ Metals: Eg β‰ˆ 0 (overlap).
βœ”οΈ Insulators: Eg > 5 eV.
βœ”οΈ Semiconductors: Eg β‰ˆ 1 eV.

At room temperature, some electrons gain energy to jump to conduction band, leaving behind holes. Both contribute to current.

πŸ”¬ Intrinsic & Extrinsic Semiconductors

Intrinsic Semiconductor
➑️ Pure Si or Ge.
➑️ Conduction only by thermally generated electron-hole pairs.
➑️ Limited conductivity.

Extrinsic Semiconductor
➑️ Doped with impurities to enhance conductivity.

n-type: Pentavalent dopant (P, As, Sb). Extra electrons β†’ majority carriers.

p-type: Trivalent dopant (B, Al, In). Extra holes β†’ majority carriers.

βœ”οΈ Charge neutrality remains intact β€” the crystal stays electrically neutral.

🌐 The p–n Junction

When p-type and n-type are joined:
➑️ Electrons move from n β†’ p, holes move from p β†’ n.
➑️ This forms the depletion region (region without mobile carriers).
➑️ Ions left behind create a built-in electric field.
➑️ A potential barrier develops:

β‰ˆ 0.3 V (Ge)

β‰ˆ 0.7 V (Si)

✏️ Note: This barrier must be overcome for current flow.

πŸ”‹ p–n Junction Diode

Forward Bias

p connected to +ve terminal, n to –ve.

Barrier reduces.

Current flows once applied voltage > barrier (β‰ˆ0.3 V Ge, 0.7 V Si).

Reverse Bias

p connected to –ve, n to +ve.

Barrier widens.

Only minority carriers contribute to a small, almost constant reverse saturation current.

βœ”οΈ Diode is the simplest but most important semiconductor device.

πŸ”Œ Rectifiers

Half-wave rectifier
➑️ Uses one diode.
➑️ Current flows only during one half of AC cycle.
➑️ Output: Pulsating DC.
➑️ Efficiency β‰ˆ 40%.

Full-wave rectifier
➑️ Uses two diodes (center-tap) or four diodes (bridge).
➑️ Both half cycles contribute.
➑️ Output smoother.
➑️ Efficiency β‰ˆ 80%.

✏️ Note: Rectifiers are usually followed by filters to obtain steady DC.

πŸ›‘οΈ Zener Diode

πŸ’‘ Concept: Special diode designed to operate in reverse bias at a fixed Zener voltage.

Below Zener voltage: only leakage current flows.

At Zener breakdown: current increases sharply but voltage remains nearly constant.

βœ”οΈ Used as a voltage regulator in power supplies.

πŸ“‘ Bipolar Junction Transistor (BJT)

Structure:

Three regions: Emitter (heavily doped), Base (thin & lightly doped), Collector (moderately doped).

Types: npn and pnp.

Working:
➑️ A small base current controls a large collector current.
➑️ Relation: IE = IC + IB.
➑️ Current gain Ξ² = IC/IB (20–200 typical).

Applications:
βœ”οΈ Amplifier (boosts weak signals).
βœ”οΈ Switch (used in digital circuits, ON/OFF).

πŸ’‘ Concept: This small-base, large-collector current relation is the foundation of modern electronics.

πŸ–₯️ Logic Gates

Operate on binary inputs (0,1).

Basic Gates
πŸ”΅ AND: Output 1 only if all inputs 1.
🟒 OR: Output 1 if any input 1.
πŸ”΄ NOT: Inverts input.

Universal Gates
🟠 NAND and NOR: Any logic circuit can be built using only NAND or NOR.

Truth Tables

βœ”οΈ AND Gate

(0,0) β†’ 0

(0,1) β†’ 0

(1,0) β†’ 0

(1,1) β†’ 1

βœ”οΈ OR Gate

(0,0) β†’ 0

(0,1) β†’ 1

(1,0) β†’ 1

(1,1) β†’ 1

βœ”οΈ NOT Gate

0 β†’ 1

1 β†’ 0

βœ”οΈ NAND Gate

(0,0) β†’ 1

(0,1) β†’ 1

(1,0) β†’ 1

(1,1) β†’ 0

βœ”οΈ NOR Gate

(0,0) β†’ 1

(0,1) β†’ 0

(1,0) β†’ 0

(1,1) β†’ 0

✏️ Note: NAND and NOR are called universal because they can replicate any gate.

πŸ› οΈ Applications in Daily Life

βœ”οΈ Microprocessors & memory chips (millions of transistors).
βœ”οΈ Solar cells (renewable energy).
βœ”οΈ LEDs (displays, lighting).
βœ”οΈ Photodiodes (sensors, remotes).
βœ”οΈ Amplifiers in communication devices.
βœ”οΈ Switching in digital computers & automation.

Summary (~300 words)
πŸ”‘ Key Points

πŸ”΅ Materials: Conductors, Insulators, Semiconductors.
🟒 Band Theory: Valence band, conduction band, band gap.
πŸ”΄ Intrinsic and extrinsic semiconductors.
🟑 Doping: n-type and p-type carriers.

βœ”οΈ p–n Junction: Depletion region, barrier potential (~0.3 V Ge, ~0.7 V Si).
βœ”οΈ Diodes: Forward bias β†’ conduction, Reverse bias β†’ small constant current.
βœ”οΈ Rectifiers: Half-wave and full-wave convert AC to DC.
βœ”οΈ Zener diode: Maintains constant voltage in breakdown.
βœ”οΈ BJT: Three-terminal device; small base current controls large collector current.
βœ”οΈ Logic Gates: AND, OR, NOT, NAND, NOR (with truth tables).

🌿 Importance

Semiconductors are the core of digital technology.

They enabled computers, communication, renewable energy devices.

From household appliances to satellites, they power modern civilization.

πŸ“ Quick Recap

βœ”οΈ Semiconductors lie between conductors & insulators.
βœ”οΈ Doping β†’ n-type & p-type.
βœ”οΈ Barrier potentials: ~0.3 V (Ge), ~0.7 V (Si).
βœ”οΈ Diodes β†’ Forward bias conduction, Reverse bias β†’ minority current.
βœ”οΈ Rectifiers, LEDs, Zener regulators β†’ Diode applications.
βœ”οΈ BJT β†’ Amplifier & Switch.
βœ”οΈ Logic Gates (AND, OR, NOT, NAND, NOR) β†’ Digital foundation.

————————————————————————————————————————————————————————————————————————————

QUESTIONS FROM TEXTBOOK

Question 14.1
In an n-type silicon, which of the following statements is true:

πŸ”΅ (A) Electrons are majority carriers and trivalent atoms are the dopants.
🟒 (B) Electrons are minority carriers and pentavalent atoms are the dopants.
🟠 (C) Holes are minority carriers and pentavalent atoms are the dopants.
πŸ”΄ (D) Holes are majority carriers and trivalent atoms are the dopants.

Answer 14.1
➑️ In n-type semiconductors, doping is done with pentavalent atoms (like P, As, Sb).
➑️ This introduces extra electrons as majority carriers, while holes become minority carriers.

βœ”οΈ Correct option: 🟠 (C) Holes are minority carriers and pentavalent atoms are the dopants.

Question 14.2
Which of the statements given in Exercise 14.1 is true for p-type semiconductors?

πŸ”΅ (A) Electrons are majority carriers and trivalent atoms are the dopants.
🟒 (B) Electrons are minority carriers and pentavalent atoms are the dopants.
🟠 (C) Holes are minority carriers and pentavalent atoms are the dopants.
πŸ”΄ (D) Holes are majority carriers and trivalent atoms are the dopants.

Answer 14.2
➑️ In p-type semiconductors, doping is done with trivalent atoms (like B, Al, In).
➑️ This results in holes as majority carriers, and electrons act as minority carriers.

βœ”οΈ Correct option: πŸ”΄ (D) Holes are majority carriers and trivalent atoms are the dopants.

Question 14.3
Carbon, silicon and germanium have four valence electrons each. These are characterised by valence and conduction bands separated by energy band gaps equal to (Eg)C, (Eg)Si and (Eg)Ge. Which of the following statements is true?

πŸ”΅ (A) (Eg)Si < (Eg)Ge < (Eg)C 🟒 (B) (Eg)C < (Eg)Ge < (Eg)Si 🟠 (C) (Eg)C > (Eg)Si > (Eg)Ge
πŸ”΄ (D) (Eg)C = (Eg)Si = (Eg)Ge

Answer 14.3
➑️ Band gap values:

Carbon (diamond): β‰ˆ 5.5 eV

Silicon: β‰ˆ 1.1 eV

Germanium: β‰ˆ 0.7 eV

Thus, order: (Eg)C > (Eg)Si > (Eg)Ge.

βœ”οΈ Correct option: 🟠 (C) (Eg)C > (Eg)Si > (Eg)Ge.

Question 14.4
In an unbiased p–n junction, holes diffuse from the p-region to n-region because:

πŸ”΅ (A) Free electrons in the n-region attract them.
🟒 (B) They move across the junction by the potential difference.
🟠 (C) Hole concentration in p-region is more as compared to n-region.
πŸ”΄ (D) All the above.

Answer 14.4
➑️ The diffusion of holes is driven by multiple factors:

Concentration gradient (more holes in p-region than in n-region).

Attraction by electrons in n-region.

Effect of the built-in potential difference.

βœ”οΈ Correct option: πŸ”΄ (D) All the above.

Question 14.5
When a forward bias is applied to a p–n junction, it:

πŸ”΅ (A) Raises the potential barrier.
🟒 (B) Reduces the majority carrier current to zero.
🟠 (C) Lowers the potential barrier.
πŸ”΄ (D) None of the above.

Answer 14.5
➑️ Applying forward bias decreases the depletion width.
➑️ This lowers the potential barrier, allowing majority carriers to cross the junction easily.

βœ”οΈ Correct option: 🟠 (C) Lowers the potential barrier.

Question 14.6
In half-wave rectification, what is the output frequency if the input frequency is 50 Hz? What is the output frequency of a full-wave rectifier for the same input frequency?

Answer 14.6
➑️ Half-wave rectifier:

Only one half cycle of AC is used.

Output frequency = Input frequency = 50 Hz.

➑️ Full-wave rectifier:

Both half cycles contribute.

Output frequency = 2 Γ— Input frequency = 100 Hz.

Final Answer:

Half-wave rectifier output frequency = 50 Hz

Full-wave rectifier output frequency = 100 Hz

————————————————————————————————————————————————————————————————————————————

OTHER IMPORTANT QUESTIONS

(CBSE MODEL QUESTIONS PAPER)

ESPECIALLY MADE FROM THIS LESSON ONLY

Q1. Which of the following has the largest band gap?
πŸ”΅ (A) Germanium
🟒 (B) Silicon
🟠 (C) Carbon (diamond)
πŸ”΄ (D) Gallium

Answer: 🟠 (C) Carbon (diamond)

Q2. In an n-type semiconductor, the majority carriers are:
πŸ”΅ (A) Holes
🟒 (B) Electrons
🟠 (C) Protons
πŸ”΄ (D) None

Answer: 🟒 (B) Electrons

Q3. Barrier potential of a Si diode at room temperature is approximately:
πŸ”΅ (A) 0.3 V
🟒 (B) 0.5 V
🟠 (C) 0.7 V
πŸ”΄ (D) 1.1 V

Answer: 🟠 (C) 0.7 V

Q4. A p-type semiconductor is formed by doping with:
πŸ”΅ (A) Pentavalent atom
🟒 (B) Trivalent atom
🟠 (C) Tetravalent atom
πŸ”΄ (D) Hexavalent atom

Answer: 🟒 (B) Trivalent atom

Q5. Which diode is used as a voltage regulator?
πŸ”΅ (A) Photodiode
🟒 (B) LED
🟠 (C) Zener diode
πŸ”΄ (D) Tunnel diode

Answer: 🟠 (C) Zener diode

Q6. The output frequency of a full-wave rectifier for input 50 Hz is:
πŸ”΅ (A) 25 Hz
🟒 (B) 50 Hz
🟠 (C) 100 Hz
πŸ”΄ (D) 200 Hz

Answer: 🟠 (C) 100 Hz

Q7. In forward bias, the width of depletion layer:
πŸ”΅ (A) Increases
🟒 (B) Decreases
🟠 (C) Becomes zero
πŸ”΄ (D) Remains unchanged

Answer: 🟒 (B) Decreases

Q8. In reverse bias, current is mainly due to:
πŸ”΅ (A) Majority carriers
🟒 (B) Minority carriers
🟠 (C) Protons
πŸ”΄ (D) Holes

Answer: 🟒 (B) Minority carriers

Q9. The energy band gap of Si is:
πŸ”΅ (A) 0.3 eV
🟒 (B) 0.7 eV
🟠 (C) 1.1 eV
πŸ”΄ (D) 5.5 eV

Answer: 🟠 (C) 1.1 eV

Q10. Which is the universal gate?
πŸ”΅ (A) AND
🟒 (B) OR
🟠 (C) NAND
πŸ”΄ (D) NOT

Answer: 🟠 (C) NAND

Q11. Which device converts sunlight directly into electricity?
πŸ”΅ (A) Photodiode
🟒 (B) LED
🟠 (C) Solar cell
πŸ”΄ (D) Zener diode

Answer: 🟠 (C) Solar cell

Q12. The emitter of a transistor is:
πŸ”΅ (A) Lightly doped
🟒 (B) Moderately doped
🟠 (C) Heavily doped
πŸ”΄ (D) Undoped

Answer: 🟠 (C) Heavily doped

Q13. In logic gates, binary input “0” means:
πŸ”΅ (A) High voltage
🟒 (B) Low voltage
🟠 (C) Infinite resistance
πŸ”΄ (D) Open circuit

Answer: 🟒 (B) Low voltage

Q14. In common emitter configuration, the output is taken from:
πŸ”΅ (A) Collector–Base
🟒 (B) Emitter–Base
🟠 (C) Collector–Emitter
πŸ”΄ (D) None

Answer: 🟠 (C) Collector–Emitter

Q15. Which gate gives output β€œ0” only when all inputs are β€œ1”?
πŸ”΅ (A) AND
🟒 (B) OR
🟠 (C) NAND
πŸ”΄ (D) NOR

Answer: 🟠 (C) NAND
➑️ Explanation: AND gives β€œ1” when all inputs = 1, but NAND gives the inverse β†’ output β€œ0” only when all inputs = 1.

Q16. In an npn transistor, majority carriers in emitter are:
πŸ”΅ (A) Holes
🟒 (B) Electrons
🟠 (C) Protons
πŸ”΄ (D) Neutrons

Answer: 🟒 (B) Electrons

Q17. Which region of a transistor is thin and lightly doped?
πŸ”΅ (A) Emitter
🟒 (B) Base
🟠 (C) Collector
πŸ”΄ (D) None

Answer: 🟒 (B) Base

Q18. The Boolean expression for OR gate is:
πŸ”΅ (A) A β€’ B
🟒 (B) A + B
🟠 (C) Aβ€²
πŸ”΄ (D) ABβ€²

Answer: 🟒 (B) A + B

Section B (Q19–Q23: Short Answers)

Q19. Why does conductivity of a semiconductor increase with temperature?
Answer: More valence electrons get excited across band gap, creating electron–hole pairs, so conductivity increases.

Q20. Advantage of full-wave rectifier over half-wave rectifier.
Answer: Utilizes both half cycles of AC, higher efficiency (~80%), smoother DC output.

Q21. What happens to depletion width in reverse bias?
Answer: Depletion region widens as potential barrier increases.

Q22. Function of base region in transistor.
Answer: Base is thin and lightly doped β†’ allows carriers from emitter to reach collector, controls current with small IB.

Q23. Name the gate inverse of AND.
Answer: NAND.

Section C (Q24–Q28: Mid-length)

Q24. Explain I–V characteristics of diode.
Answer:
➑️ Forward bias: negligible current until threshold (0.3 V Ge, 0.7 V Si), then exponential rise.
➑️ Reverse bias: tiny reverse saturation current (minority carriers), sharp increase after breakdown.

Q25. Input 60 Hz to half-wave rectifier. What is output frequency of full-wave rectifier?
Answer: f_out = 2 Γ— 60 Hz = 120 Hz.

Q26. Explain Zener diode as voltage regulator.
Answer: In reverse bias at Zener voltage Vz, current increases sharply but voltage across Zener remains nearly constant β†’ output voltage stable even if input/load changes.

Q27. Transistor has IC = 4.9 mA, IB = 0.1 mA. Find Ξ².
Answer: Ξ² = IC / IB = 4.9 / 0.1 = 49.

Q28. Write truth table for NOR gate.
Answer:

(0,0) β†’ 1

(0,1) β†’ 0

(1,0) β†’ 0

(1,1) β†’ 0

Section D (Q29–Q31: Long Answers)

Q29. Explain construction and working of solar cell.
Answer:
➑️ Construction: Thin p–n junction on semiconductor, transparent cover, metal contacts.
➑️ Working: Sunlight photons create e–h pairs; junction field separates them; emf produced; connected load gives current.

Q30. Explain transistor as amplifier.
Answer:
➑️ In CE mode, input is applied at base–emitter, output at collector–emitter.
➑️ Small IB change β†’ large IC change (IC = Ξ²IB).
➑️ Output signal is amplified version of input.

Q31. Explain working of full-wave rectifier.
Answer:
➑️ Center-tap or bridge circuit: diodes conduct alternately.
➑️ Both half cycles pass through load in same direction.
➑️ Output: pulsating DC of frequency 2f.

Section E (Q32–Q33: Case/Application)

Q32. A silicon diode is forward biased. Barrier potential = 0.7 V. If input rises from 0 to 1 V, explain diode current.
Answer:
➑️ For V < 0.7 V β†’ negligible current.
➑️ After 0.7 V β†’ current rises exponentially up to 1 V.

Q33. In transistor amplifier, Vin = 10 mV, Vout = 2 V. Find voltage gain.
Answer:
Av = Vout / Vin = 2 / 0.01 = 200.

————————————————————————————————————————————————————————————————————————————

Leave a Reply