By the end of this chapter you'll be able to…

  • 1Distinguish intrinsic and extrinsic (n-type, p-type) semiconductors
  • 2Explain the p-n junction and forward/reverse bias
  • 3Describe diode applications (rectifier, Zener, LED, solar cell)
  • 4Analyse the transistor in common-emitter configuration as amplifier and switch
  • 5Construct and use logic gates including the universal gates
💡
Why this chapter matters
Semiconductors are the foundation of all modern electronics. Understanding doping, the p-n junction, diodes, rectifiers, transistors, and logic gates explains computers, smartphones, solar cells, and the entire information age.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

Semiconductor Electronics

'The silicon chip is the most transformative invention of the 20th century — and it all starts with the SEMICONDUCTOR.'

1. Chapter Overview

This chapter introduces SEMICONDUCTOR devices — the building blocks of modern electronics. Topics include: INTRINSIC AND EXTRINSIC SEMICONDUCTORS (n-type and p-type doping), the p-n JUNCTION (formation, biasing, V-I characteristics), DIODES (rectifier, Zener, LED, photodiode, solar cell), the TRANSISTOR (BJT — n-p-n and p-n-p, common emitter configuration, current gain), DIGITAL ELECTRONICS (AND, OR, NOT, NAND, NOR gates), and INTEGRATED CIRCUITS.


2. Classification of Solids

TypeResistivityEnergy GapExamples
Conductor10⁻⁸ to 10⁻⁶ Ω·mNo gap (overlap) or partially filledCopper, Aluminium
Insulator10¹⁰ to 10¹⁶ Ω·m> 3 eVGlass, Wood, Rubber
Semiconductor10⁻⁵ to 10⁶ Ω·m~1 eVSilicon (1.1 eV), Germanium (0.7 eV)

3. Intrinsic and Extrinsic Semiconductors

Intrinsic (Pure)

  • Perfect crystal — every atom is the same (e.g., pure Si).
  • At 0 K: ALL electrons in valence band, conduction band EMPTY — acts as an INSULATOR.
  • At T > 0 K: Some electrons gain energy, jump to conduction band — creating ELECTRON-HOLE PAIRS.
  • n_e = n_h (equal number of electrons and holes) in intrinsic.

Extrinsic (Doped)

  • n-type: Doped with PENTAVALENT atoms (P, As, Sb) — DONOR impurities. Extra electrons → n_e > n_h.
  • p-type: Doped with TRIVALENT atoms (B, Al, In) — ACCEPTOR impurities. Extra holes → n_h > n_e.
  • 'n-type has EXTRA ELECTRONS (negative charge carriers). p-type has EXTRA HOLES (positive charge carriers).'

4. The p-n Junction

Formation

  • When p-type and n-type semiconductors are joined, electrons DIFFUSE from n to p, and holes from p to n.
  • A DEPLETION LAYER (free of charge carriers) forms at the junction — creating a BUILT-IN POTENTIAL (about 0.7 V for Si, 0.3 V for Ge).

Biasing

BiasConnectionEffect on Depletion LayerCurrent
Forward biasp to +, n to −WIDTH DECREASESLARGE (conducts)
Reverse biasp to −, n to +WIDTH INCREASESVERY SMALL (blocks)

'In forward bias, the applied voltage OPPOSES the built-in potential — current flows easily. In reverse bias, the applied voltage ADDS to the built-in potential — almost no current flows.'


5. Diode and Its Applications

Rectifier

  • Half-wave rectifier: Uses only ONE half-cycle of AC. Efficiency ≈ 40.6%.
  • Full-wave rectifier: Uses BOTH half-cycles (requires centre-tapped transformer or bridge). Efficiency ≈ 81.2%.

Zener Diode

  • Operates in REVERSE BIAS at a specific voltage (Zener voltage V_Z).
  • Used as a VOLTAGE REGULATOR — maintains constant output voltage despite variations in input voltage or load.

Special Purpose Diodes

Diode TypeSymbolApplication
LEDArrow away from junctionLight emission (forward bias)
PhotodiodeArrow into junctionLight detection (reverse bias)
Solar cellPhotovoltaic — converts LIGHT to ELECTRICITY
Zener diodeDistinctive symbolVoltage REGULATION

6. Transistor (BJT)

Types and Configurations

  • n-p-n: Emitter (n), Base (p), Collector (n). 'n-p-n is MORE POPULAR because electrons (majority carriers) have higher mobility.'
  • p-n-p: Emitter (p), Base (n), Collector (p).

Common Emitter (CE) Configuration

  • Input characteristics: I_B vs V_BE (for fixed V_CE). 'The base-emitter junction behaves like a DIODE.'
  • Output characteristics: I_C vs V_CE (for fixed I_B). Three regions:
    1. Cut-off: I_B = 0, I_C ≈ 0 — transistor OFF.
    2. Active: I_C = β I_B — transistor AMPLIFIES.
    3. Saturation: I_C is independent of I_B — transistor fully ON.

Current Gains

  • β (dc): β = I_C/I_B. 'The current amplification factor — typically 50-300.'
  • α (dc): α = I_C/I_E. Relationship: β = α/(1−α) ≈ α (when α ≈ 1).

Transistor as an Amplifier

  • Small AC signal at BASE produces LARGE AC signal at COLLECTOR.
  • Voltage gain: A_V = β × R_C/R_B.
  • 'A transistor amplifies because a small change in base current controls a LARGE change in collector current.'

Transistor as a Switch

  • Cut-off (OFF) : V_BE < 0.7 V (Si). I_B = 0. 'The transistor is an OPEN switch.'
  • Saturation (ON) : V_BE > 0.7 V. I_C is maximum. 'The transistor is a CLOSED switch.'

7. Digital Electronics — Logic Gates

GateSymbolTruth Table (Output)Boolean Expression
ANDD-shapedY=1 only when ALL inputs=1Y = A·B
ORCurvedY=1 when ANY input=1Y = A+B
NOTTriangle with circleY = OPPOSITE of inputY = A̅
NANDAND + circleY=0 only when ALL inputs=1Y = A·B
NOROR + circleY=1 only when ALL inputs=0Y = A+B
XOROR with extra curveY=1 when inputs DIFFERY = A⊕B
  • NAND and NOR are UNIVERSAL GATES — ANY gate can be constructed using ONLY NAND (or only NOR) gates.

8. Comparison Table: Analog vs Digital Signals

FeatureAnalog SignalDigital Signal
ValuesCONTINUOUS (infinite values)DISCRETE (0 or 1)
ExampleSine wave, voice signalSquare wave, binary data
Noise immunityLOW — affected by noiseHIGH — noise can be filtered
ProcessingAnalog circuits (amplifiers, filters)Digital logic (gates, processors)
StorageDifficult (magnetic tape)Easy (memory chips, disks)

9. Common Mistakes

  1. Diode direction in forward bias: p-type connects to POSITIVE, n-type to NEGATIVE. 'Positive to positive-type.'
  2. Transistor biasing: In n-p-n, collector is MORE POSITIVE than emitter. In p-n-p, collector is MORE NEGATIVE.
  3. Zener diode operates in REVERSE bias: Unlike a normal diode (forward bias), the Zener diode is used in reverse bias at its breakdown voltage.
  4. Logic gate output current: Logic gates are voltage devices — they do NOT supply significant current.
  5. NAND/NOR as universal gates: NAND = AND followed by NOT. NOR = OR followed by NOT. You can build ALL other gates from these.

10. CBSE Exam Focus

  1. Intrinsic and extrinsic semiconductors — doping, n-type, p-type
  2. p-n junction — forward and reverse bias, V-I characteristics
  3. Diode as a rectifier — half-wave and full-wave
  4. Zener diode — as a voltage regulator
  5. Transistor — CE configuration, input/output characteristics, α and β, amplifier, switch
  6. Logic gates — AND, OR, NOT, NAND, NOR — truth tables, universal gates

11. Self-Test

Q1: In a common emitter amplifier, β = 100, I_B = 40 μA. Find I_C and I_E. A1: I_C = βI_B = 100×40×10⁻⁶ = 4 mA. I_E = I_C + I_B = 4.04 mA.

Q2: What is the output voltage of a half-wave rectifier with input 220 V RMS? (Assume ideal diode) A2: Peak input = 220√2 = 311 V. Half-wave DC output = V₀/π = 311/π = 99 V. (With transformer step-down, this varies.)

Q3: For a Zener regulator, V_Z = 5 V, R = 500 Ω, input varies from 8 V to 12 V. Find Zener current range. A3: I_R = (V_in − V_Z)/R. At V_in=8V: I_R = 3/500 = 6 mA. At V_in=12V: I_R = 7/500 = 14 mA. Zener current I_Z = I_R − I_L (assuming constant I_L). Range: I_Z min to max depends on load.

Q4: Identify the logic gate: output is 0 only when both inputs are 1. A4: NAND gate. Y = A·B.

Q5: In a full-wave rectifier, the ripple frequency is? A5: 100 Hz (twice the input AC frequency of 50 Hz). 'In full-wave, both half-cycles contribute — so ripple frequency is 2f.'


12. Conclusion

Semiconductor electronics is the TECHNOLOGY of the information age:

  • DIODES: 'The simplest semiconductor device — conducts in one direction, blocks in the other. The basis of rectifiers.'
  • TRANSISTORS: 'The AMPLIFIER — a small signal controls a large current. The basis of all modern electronics.'
  • LOGIC GATES: 'The building blocks of DIGITAL computation. NAND and NOR are UNIVERSAL — they can build ANYTHING.'
  • INTEGRATED CIRCUITS: 'Millions of transistors on a single chip — the miracle of miniaturisation.'

'Semiconductors transformed the world — they brought us computers, smartphones, the internet, and artificial intelligence. Understanding them is understanding the FOUNDATION of modern technology.'

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Carrier concentration
Intrinsic: n_e = n_h; n-type: n_e > n_h; p-type: n_h > n_e
Pentavalent doping gives n-type, trivalent gives p-type.
Transistor current gains
beta = I_C/I_B; alpha = I_C/I_E; beta = alpha/(1 - alpha)
I_E = I_C + I_B.
Voltage gain (CE amplifier)
A_V = beta x R_C/R_B
Small base current controls a large collector current.
Rectifier ripple
Half-wave ripple frequency = f; full-wave = 2f
Full-wave is more efficient (~81%).
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Connecting the diode the wrong way in forward bias
Forward bias connects p-type to positive and n-type to negative; this narrows the depletion layer.
WATCH OUT
Using a Zener diode in forward bias as a regulator
A Zener diode regulates voltage in reverse bias at its breakdown (Zener) voltage.
WATCH OUT
Forgetting NAND and NOR are universal gates
Any logic gate can be built using only NAND gates or only NOR gates.
WATCH OUT
Mixing up half-wave and full-wave ripple frequency
Half-wave ripple = input frequency f; full-wave ripple = 2f.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Transistor
In a CE amplifier beta = 100 and I_B = 40 uA. Find I_C and I_E.
Show solution
I_C = beta I_B = 100 x 40e-6 = 4 mA. I_E = I_C + I_B = 4.04 mA.
Q2MEDIUM· Rectifier
What is the ripple frequency of a full-wave rectifier with 50 Hz input?
Show solution
100 Hz, since both half-cycles contribute, giving twice the input frequency.
Q3EASY· Logic Gate
Identify the gate whose output is 0 only when both inputs are 1.
Show solution
A NAND gate (Y = NOT(A.B)).
Q4MEDIUM· Zener
A Zener regulator has V_Z = 5 V, R = 500 ohm, input 8-12 V. Find the resistor current range.
Show solution
I_R = (V_in - V_Z)/R. At 8 V: 3/500 = 6 mA. At 12 V: 7/500 = 14 mA. The Zener current adjusts within this range to hold 5 V.
Q5EASY· Concept
Why is the n-p-n transistor more commonly used than p-n-p?
Show solution
In an n-p-n transistor the majority carriers are electrons, which have higher mobility than holes, giving faster operation and better performance.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Semiconductors have ~1 eV band gap; Si 1.1 eV, Ge 0.7 eV.
  • n-type (pentavalent, extra electrons), p-type (trivalent, extra holes).
  • p-n junction forms a depletion layer with a built-in potential.
  • Forward bias narrows the layer (conducts); reverse bias widens it (blocks).
  • Rectifiers: half-wave (~40%) and full-wave (~81%); Zener regulates in reverse bias.
  • Transistor: beta = I_C/I_B; regions cut-off, active (amplify), saturation (switch).
  • Logic gates AND, OR, NOT, NAND, NOR; NAND and NOR are universal.

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 6-8 marks across the chapter

Question typeMarks eachTypical countWhat it tests
Transistor3-51CE characteristics, amplifier, switch, gains
Diodes / rectifiers31p-n junction, rectifier, Zener
Logic gates2-31Truth tables and universal gates
Prep strategy
  • Learn n-type/p-type doping and the depletion layer
  • Distinguish forward and reverse bias behaviour
  • Master transistor current gains and configurations
  • Memorise logic-gate truth tables and universal gates

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Computing

Transistors and logic gates form the processors and memory of all computers.

Power and lighting

Diodes rectify AC, LEDs provide efficient lighting, and solar cells generate electricity.

Communication

Semiconductor devices amplify and process signals in phones, radios, and the internet.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. State doping type and majority carriers
  2. Describe bias effect on the depletion layer
  3. Use beta and alpha relations for transistors
  4. Draw truth tables for logic-gate questions

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • Design combinational circuits using only NAND gates.
  • Analyse the load line and operating point of a transistor amplifier.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 12 Physics examHigh
JEE Main (Semiconductor Electronics)Medium
NEET PhysicsMedium

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

In the active region of a common-emitter configuration, the collector current is proportional to the base current: I_C = beta x I_B, with beta typically 50-300. A small alternating signal applied to the base produces a small change in base current, which causes a much larger change in collector current. Passing this amplified collector current through a load resistor produces a large output voltage that mirrors the input signal but is greatly magnified, giving voltage gain A_V = beta x R_C/R_B. Thus a weak input signal controls a strong output, which is amplification.

A universal gate is one from which any other logic gate can be built. NAND and NOR each combine a basic operation with inversion (NAND is AND followed by NOT; NOR is OR followed by NOT). By wiring NAND gates appropriately you can create NOT, AND, OR, and hence any logic function; the same is true using only NOR gates. Because entire digital circuits can be constructed from a single gate type, NAND and NOR simplify manufacturing of integrated circuits, which is why they are called universal gates.
Verified by the tuition.in editorial team
Last reviewed on 30 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo