L-29: Applications of Semiconductor Devices
Physics — Class 12 · NIOS Code 312 · Module 8 · Source: 312_Physics_Eng_Lesson29.pdf
Applications of Semiconductor Devices
Semiconductor diodes and transistors power everyday appliances — chargers, TVs, computers, alarms — and industrial control systems. This lesson covers rectification, voltage regulation, transistor amplifier/switch/oscillator circuits, and digital logic gates.
29.1 Applications of p-n Junction Diodes
A p-n junction conducts asymmetrically: low resistance forward, high resistance reverse. This enables rectification — converting AC (average voltage zero) into pulsating DC.
29.1.1 Half-Wave Rectification
AC mains → step-down transformer T → terminals X, Y → diode D → load RL. Positive half-cycle (0 to T/2): D forward biased, current flows A→B. Negative half-cycle (T/2 to T): D reverse biased, no current. Only half the input power is used.
PIV (Peak Inverse Voltage): maximum reverse voltage diode can withstand without breakdown = peak AC voltage Vm. Diode PIV must exceed Vm.
Vm = peak AC voltage from transformer secondary
Only ~50% of input power utilized — inefficient
Full-Wave Rectification
Centre-tapped step-down transformer: secondary windings X–Y and Z–Y in opposite phase. Diodes D1 (X side) and D2 (Z side); load between cathodes and centre tap Y. When X positive → D1 conducts; when Z positive → D2 conducts. Current through RL same direction both halves → full-wave output.
Output still pulsates max→min — needs filtering for steady DC
PIV of each diode should be ≥ 2Vm when capacitor filter used
Filtering
Capacitor C across RL filters high-frequency ripple: charges to ~Vm when diode conducts, discharges when current falls, maintaining smoother voltage. Larger C and RL → smaller fluctuations. Power supplies also use LC or π (C-L-C) filters.
29.1.2 Zener Diode as Voltage Regulator
Simple rectifier + filter output drops when load current increases or input AC varies. A Zener regulator gives constant VO ≈ VZ (breakdown voltage). Circuit: series resistor RS, Zener in reverse bias across load RL. Requires Vi > VZ.
When IL increases, IZ decreases — VO stays VZ
IZ min ~ 5–20 mA must always flow · Pd must not exceed rating
Example 29.1: 6 V, 0–100 mA load, Vi = 16.5–21 V → RS = (16.5−6)/0.105 ≈ 100 Ω; use 6 V, 1 W Zener.
29.2 Transistor Applications
29.2.1 Transistor as an Amplifier
Small base current controls large collector current. CE amplifier: collector reverse biased via VCC and RL; base forward biased with VBB at centre of linear region. Input signal υS superimposed on bias — must stay within limits to avoid cut-off or saturation distortion.
Δic = βΔib; gm = β/ri (transconductance)
AP = AI × AV = β × AV — gain from DC supply, not violation of energy conservation
Faithful amplification: operating point at centre of linear IB range; signal small enough that IB ± Δib never hits cut-off or saturation.
29.2.2 Transistor as a Switch
Two distinct states for digital control:
- Cut-off (IB ≤ 0): transistor off, VCE = VCC, VO = VCC
- Saturation (IB large): VCE sat ≈ 0, VO ≈ 0, IC = VCC/RL
With VBB = 0: IB = −VBE/RB < 0 → cut-off. With VBB = 5 V: IB ≈ 43 μA → saturation. LED in collector circuit lights on high input — digital indicator.
29.2.3 Transistor as an Oscillator
Generates sustained AC oscillations. Needs amplifier + positive feedback. Loop condition: Aβ = 1 for constant amplitude. CE amplifier gives −180° phase shift; feedback network must add another 180°.
Colpitt's oscillator: LC tank (C1, C2, L) at resonant frequency; output across C1; feedback across C2 to base. Two 180° shifts (amplifier + capacitor network) → sustained oscillations when gain sufficient at fres.
29.3 Logic Gates
Digital signals take only discrete values — typically 0 V = bit '0', 5 V = bit '1'. Immune to ~2 V noise. Boolean algebra: A×0 = 0; A+1 = 1.
29.3.1 Basic Logic Gates
- AND: Y = A·B = AB — output '1' only when both inputs '1'. DDL: diodes to ground → 0.7 V (0) when any input low; 5 V (1) when both high.
- OR: Y = A+B — output '1' if any input '1'. Diode OR: cathodes grounded; any high input → ~5 V output.
- NOT: Y = Ā — inverts input. Implemented by transistor switch: input '0' → transistor off → VO = 5 V; input '1' → conducts → VO = 0.
29.3.2 Combination Logic Gates
- NAND = NOT + AND — output '1' unless both inputs '1'. Symbol: AND with bubble on output.
- NOR = NOT + OR — output '1' only when both inputs '0'.
Both NAND and NOR are universal gates — any logic function can be built from either alone.
29.3.3 Realization from NAND Gate
- NOT: short both NAND inputs together (A = B)
- AND: two NAND gates — first NAND, second inverts output
- OR: three NAND gates — invert each input, then NAND the results
SEMICONDUCTOR APPLICATIONS — KEY POINTS
======================================
Half-wave : V_dc = V_m/π ; uses 50% input
Full-wave : V_dc = 2V_m/π ; centre-tap + 2 diodes
PIV : ≥ V_m (half) ; ≥ 2V_m (full + filter)
Zener regulator : V_O = V_Z ; I_S = (V_i−V_Z)/R_S
Amplifier (CE) : A_V = −βR_L/r_i ; 180° phase shift
Switch : cut-off (V_O=V_CC) vs saturation (V_O≈0)
Oscillator : Aβ = 1 sustained · Colpitt: LC + feedback
AND / OR / NOT : A·B , A+B , Ā
Universal gates : NAND and NOR
Quick Revision
- Half-wave rectified DC has more AC ripple than full-wave.
- Zener dissipates more power when load current is less (more IZ flows).
- Amplifier needs proper biasing; signal amplitude must stay in linear region.
- Digital '0' ≈ 0 V, '1' ≈ 5 V — wide separation gives noise immunity.
- NAND gate alone can implement NOT, AND, and OR.
Q1. The average DC voltage in a half-wave rectifier is:
Q2. In a full-wave rectifier with centre-tapped transformer, the average DC voltage is:
Q3. Peak Inverse Voltage (PIV) of a diode in half-wave rectifier equals:
Q4. A capacitor across the load in a rectifier circuit is used to:
Q5. In a Zener regulator, the output voltage VO is approximately equal to:
Q6. Voltage gain of a CE amplifier is AV = −βRL/ri. The negative sign indicates:
Q7. When a transistor switch is in saturation, the collector-emitter voltage is:
Q8. Sustained oscillations in an oscillator require loop gain:
Q9. The Boolean expression for an AND gate with inputs A and B is:
Q10. Which gate is called a universal gate because it can implement all other basic gates?
PYQ — Previous Year Questions
Extracted from NIOS Physics (312) board exam papers in your PDF. Chapter L29 — Applications of Semiconductor Devices only. Use Model Answer for marking points; Explanation for concept clarity.
Chapter 29 — Applications of Semiconductor Devices (L29)
11 questions · Sections A & B · Sources: 312/MAY/204A–C, 312/TUS/104A, 68/ESS/1-312-A
Section A — Objective (1 mark)
PYQ1. Which of the following is called a universal gate? (A) AND gate (B) NAND gate (C) OR gate (D) NOT gate
Model Answer
(B) NAND gate (NOR gate is also universal)
Any Boolean function can be implemented using NAND gates alone.
Explanation
NAND + NAND → AND; shorted inputs → NOT; three NANDs → OR. Basis of digital IC design (L29 §29.4).
Section B — Short Answer (2 marks)
PYQ2. Draw the symbol and truth table of NOT gate.
Model Answer
Boolean expression: Y = Ā (or Y = NOT A)
Truth table: A=0 → Y=1; A=1 → Y=0
Symbol: triangle with circle (inversion bubble) at output.
Explanation
NOT inverts the input — fundamental logic gate (L29 §29.4).
PYQ3. Draw the symbol and truth table of OR gate.
Model Answer
Y = A + B (logical OR)
Truth table: (0,0)→0; (0,1)→1; (1,0)→1; (1,1)→1
Symbol: curved-input OR gate shape.
Explanation
Output high if any input is high (L29 §29.4).
PYQ4. Draw the symbol and truth table of AND gate.
Model Answer
Y = A · B
Truth table: (0,0)→0; (0,1)→0; (1,0)→0; (1,1)→1
Symbol: flat-input AND gate (D-shape).
Explanation
Output high only when all inputs are high (L29 §29.4).
PYQ5. Looking at a p-n junction diode, how do you identify which of its ends is p-type and which is n-type? Why is it required?
Model Answer
Identification: coloured band/mark on cathode (n-side); arrow in symbol points from p to n; physically p-side often connected to anode terminal in rectifier packages.
Why required: correct forward/reverse biasing in rectifier, regulator and logic circuits — wrong connection prevents conduction or damages device.
Explanation
Practical circuit assembly depends on knowing p and n terminals (L29 §29.1).
PYQ6. Write any two applications of photocells.
Model Answer
- Automatic switching (street lights, door openers)
- Exposure control in cameras / light meters
- Reading sound tracks in cinematography
- Solar-powered calculators and chargers
(Any two)
Explanation
Photocell/photodiode converts light to electrical signal — basis of optoelectronic applications (L29 §29.1).
PYQ7. Explain the I–V characteristics of a light emitting diode (LED).
Model Answer
LED conducts only in forward bias above a threshold voltage V0 (≈1.2–3.5 V depending on colour).
Current rises sharply after knee; light intensity ∝ forward current.
Different materials → different colours and different threshold voltages.
Explanation
Electroluminescence on recombination in forward-biased p-n junction; reverse current negligible (L29 §29.1 / L28 §28.2).
Section B — Long Answer (3 marks)
PYQ8. Draw the circuit diagram of a full-wave rectifier using p-n junction diode. Explain its working and show the input and output waveforms.
Model Answer
Circuit: centre-tapped transformer + two diodes D1, D2 + load RL (or bridge of 4 diodes).
Working: positive half-cycle — D1 forward, current A→B through RL; negative half — D2 forward, same direction through RL.
Waveforms: input sinusoidal AC; output pulsating unidirectional full-wave train (both halves used).
Explanation
Average DC = 2Vm/π; PIV ≥ 2Vm per diode (centre-tap). Marking scheme: two diodes alternate conduction (L29 §29.1).
PYQ9. Distinguish between n-type and p-type extrinsic semiconductors (any two points). Explain the formation of depletion zone in p-n junction.
Model Answer
n-type: pentavalent dopant (P, As) → excess electrons; majority carriers = electrons.
p-type: trivalent dopant (B, Al) → excess holes; majority carriers = holes.
Depletion zone: diffusion of e⁻ n→p and holes p→n → recombination → immobile ions at junction → carrier-depleted region (~0.5 μm).
Explanation
Doping creates usable devices; depletion layer is the heart of diode action in all applications (L28 §28.1, L29 §29.1).
Section B — Long Answer (5 marks)
PYQ10. Give the Boolean expression, logic symbol, truth table and implementation circuit of NOT gate.
Model Answer
Boolean: Y = Ā
Symbol: inverter triangle + bubble
Truth table: 0→1, 1→0
Circuit: single transistor inverter (RTL) or NAND gate with inputs shorted (universal-gate implementation)
Explanation
Full 5-mark gate question: expression + symbol + table + practical circuit (L29 §29.4).
PYQ11. What is a rectifier? What characteristic of a p-n junction makes it suitable for use as rectifier? Draw the circuit diagram for a half-wave rectifier, and show the input and output voltage. What is done to remove fluctuations from the output?
Model Answer
Rectifier: device/circuit converting AC to pulsating DC.
p-n suitability: unidirectional conduction — low resistance forward, very high reverse.
Half-wave circuit: AC → diode → RL; input sine wave, output positive half-cycles only.
Smoothing: capacitor filter across load (charges at peaks, discharges between) — also LC or π-filter for better regulation.
Explanation
Complete rectifier application chain: convert → filter → regulate (Zener in L28/L29) (L29 §29.1).
Problem Solving — L29 Applications of Semiconductor Devices
Six problems spanning this chapter’s NIOS syllabus. Every question is built from the notes and formula sheet: solve with equations first, then read the formal textbook-style write-up, the easy explanation, and the topic in depth (formulas, meaning, exam tips). Explanations open by default.
Draw the circuit symbols of 2-input AND and OR gates and write their truth tables.
Pencil sketch (labelled)
Solution — step by step with formulas
- Draw AND and OR symbols (see pencil sketch).
- AND: output 1 only if both inputs 1.
- OR: output 1 if either input is 1.
Final answer: AND: 00→0,01→0,10→0,11→1; OR: 0 only for 00
Textbook formal language
Boolean algebra underlies digital electronics. AND and OR are fundamental binary operations on {0,1}.
Working formula set for this problem: (see solution steps). In the NIOS presentation, physical quantities must be expressed in SI units and the relevant law or definition stated before substitution. Vector quantities require an explicit choice of positive direction; scalar work and energy require attention to sign conventions of the textbook.
Easy language (same idea, plain words)
AND needs both switches on; OR needs any switch on. The sketch shows the usual gate shapes.
Read the question once for the story, once for the numbers. Write the formula, plug in values with units, then simplify. If a result looks huge or tiny, re-check powers of ten and whether you used sin/cos of the correct angle.
Topic in depth — Logic gates
NOT, NAND, NOR complete logic families. NAND is universal.
Link to chapter notes (L29 — Logic gates): this idea sits with the definitions and worked examples in the detailed notes and formula sheet. Memorise: (see solution steps). In multi-step questions, keep a free-body diagram or energy flow sketch before algebra; most errors are missing forces or wrong signs, not hard maths.
Exam tip
Quote the law in one line, then write (see solution steps) before numbers. Box the final answer with unit. For numericals, keep at least three significant figures until the last step unless the data are coarse.
Common mistakes
- Mixing up scalar and vector quantities (e.g. treating momentum as unsigned).
- Using the wrong sign convention for work/heat/force direction.
- Forgetting to convert units (g↔kg, cm↔m, minutes↔seconds).
- Applying a formula outside its assumptions (e.g. F = ma when mass is not constant).
Why is NAND called a universal gate?
Solution — step by step with formulas
- Any Boolean function can be implemented using only NAND gates.
Final answer: NAND alone can build NOT/AND/OR
Textbook formal language
Functionally complete set: {NAND} or {NOR}.
Working formula set for this problem: (see solution steps). In the NIOS presentation, physical quantities must be expressed in SI units and the relevant law or definition stated before substitution. Vector quantities require an explicit choice of positive direction; scalar work and energy require attention to sign conventions of the textbook.
Easy language (same idea, plain words)
With enough NANDs you can build every other logic block.
Read the question once for the story, once for the numbers. Write the formula, plug in values with units, then simplify. If a result looks huge or tiny, re-check powers of ten and whether you used sin/cos of the correct angle.
Topic in depth — Universal gate
Simplifies IC design libraries.
Link to chapter notes (L29 — Universal gate): this idea sits with the definitions and worked examples in the detailed notes and formula sheet. Memorise: (see solution steps). In multi-step questions, keep a free-body diagram or energy flow sketch before algebra; most errors are missing forces or wrong signs, not hard maths.
Exam tip
Quote the law in one line, then write (see solution steps) before numbers. Box the final answer with unit. For numericals, keep at least three significant figures until the last step unless the data are coarse.
Common mistakes
- Mixing up scalar and vector quantities (e.g. treating momentum as unsigned).
- Using the wrong sign convention for work/heat/force direction.
- Forgetting to convert units (g↔kg, cm↔m, minutes↔seconds).
- Applying a formula outside its assumptions (e.g. F = ma when mass is not constant).
Explain light emission in an LED (qualitative).
Solution — step by step with formulas
- Forward-biased junction recombination of e⁻ and holes releases E_g as photon (visible/IR).
Final answer: Recombination radiation in forward bias
Textbook formal language
Direct band-gap materials preferred for efficient photon emission.
Working formula set for this problem: (see solution steps). In the NIOS presentation, physical quantities must be expressed in SI units and the relevant law or definition stated before substitution. Vector quantities require an explicit choice of positive direction; scalar work and energy require attention to sign conventions of the textbook.
Easy language (same idea, plain words)
Electrons fall into holes and spit out light of colour set by material.
Read the question once for the story, once for the numbers. Write the formula, plug in values with units, then simplify. If a result looks huge or tiny, re-check powers of ten and whether you used sin/cos of the correct angle.
Topic in depth — LED
Unlike laser, LED is incoherent spontaneous emission.
Link to chapter notes (L29 — LED): this idea sits with the definitions and worked examples in the detailed notes and formula sheet. Memorise: (see solution steps). In multi-step questions, keep a free-body diagram or energy flow sketch before algebra; most errors are missing forces or wrong signs, not hard maths.
Exam tip
Quote the law in one line, then write (see solution steps) before numbers. Box the final answer with unit. For numericals, keep at least three significant figures until the last step unless the data are coarse.
Common mistakes
- Mixing up scalar and vector quantities (e.g. treating momentum as unsigned).
- Using the wrong sign convention for work/heat/force direction.
- Forgetting to convert units (g↔kg, cm↔m, minutes↔seconds).
- Applying a formula outside its assumptions (e.g. F = ma when mass is not constant).
How does a photodiode detect light?
Solution — step by step with formulas
- Photons generate e–h pairs in depletion region; reverse current increases with intensity.
Final answer: Light → carriers → reverse photocurrent
Textbook formal language
Operated in reverse bias for linear response and speed.
Working formula set for this problem: (see solution steps). In the NIOS presentation, physical quantities must be expressed in SI units and the relevant law or definition stated before substitution. Vector quantities require an explicit choice of positive direction; scalar work and energy require attention to sign conventions of the textbook.
Easy language (same idea, plain words)
Light frees charges; measured current tells brightness.
Read the question once for the story, once for the numbers. Write the formula, plug in values with units, then simplify. If a result looks huge or tiny, re-check powers of ten and whether you used sin/cos of the correct angle.
Topic in depth — Photodiode
Used in sensors, optical comms receivers.
Link to chapter notes (L29 — Photodiode): this idea sits with the definitions and worked examples in the detailed notes and formula sheet. Memorise: (see solution steps). In multi-step questions, keep a free-body diagram or energy flow sketch before algebra; most errors are missing forces or wrong signs, not hard maths.
Exam tip
Quote the law in one line, then write (see solution steps) before numbers. Box the final answer with unit. For numericals, keep at least three significant figures until the last step unless the data are coarse.
Common mistakes
- Mixing up scalar and vector quantities (e.g. treating momentum as unsigned).
- Using the wrong sign convention for work/heat/force direction.
- Forgetting to convert units (g↔kg, cm↔m, minutes↔seconds).
- Applying a formula outside its assumptions (e.g. F = ma when mass is not constant).
State energy conversion in a solar cell and required condition at junction.
Solution — step by step with formulas
- Light → electrical (photovoltaic); p–n junction separates carriers creating emf.
Final answer: Photovoltaic conversion at illuminated p–n junction
Textbook formal language
Open-circuit voltage and short-circuit current characterise cell.
Working formula set for this problem: (see solution steps). In the NIOS presentation, physical quantities must be expressed in SI units and the relevant law or definition stated before substitution. Vector quantities require an explicit choice of positive direction; scalar work and energy require attention to sign conventions of the textbook.
Easy language (same idea, plain words)
Sunlight knocks charges apart at the junction; they flow in an external circuit as electricity.
Read the question once for the story, once for the numbers. Write the formula, plug in values with units, then simplify. If a result looks huge or tiny, re-check powers of ten and whether you used sin/cos of the correct angle.
Topic in depth — Solar cell
Efficiency limited by spectrum, recombination, reflection.
Link to chapter notes (L29 — Solar cell): this idea sits with the definitions and worked examples in the detailed notes and formula sheet. Memorise: (see solution steps). In multi-step questions, keep a free-body diagram or energy flow sketch before algebra; most errors are missing forces or wrong signs, not hard maths.
Exam tip
Quote the law in one line, then write (see solution steps) before numbers. Box the final answer with unit. For numericals, keep at least three significant figures until the last step unless the data are coarse.
Common mistakes
- Mixing up scalar and vector quantities (e.g. treating momentum as unsigned).
- Using the wrong sign convention for work/heat/force direction.
- Forgetting to convert units (g↔kg, cm↔m, minutes↔seconds).
- Applying a formula outside its assumptions (e.g. F = ma when mass is not constant).
Give two advantages of ICs over discrete circuits.
Solution — step by step with formulas
- Miniaturisation; low power; high reliability; low cost at scale; matched components.
Final answer: Small, reliable, low power, cheap mass production
Textbook formal language
Monolithic fabrication integrates many devices on one chip.
Working formula set for this problem: (see solution steps). In the NIOS presentation, physical quantities must be expressed in SI units and the relevant law or definition stated before substitution. Vector quantities require an explicit choice of positive direction; scalar work and energy require attention to sign conventions of the textbook.
Easy language (same idea, plain words)
Whole circuits printed tiny on silicon—lighter gadgets, fewer wiring failures.
Read the question once for the story, once for the numbers. Write the formula, plug in values with units, then simplify. If a result looks huge or tiny, re-check powers of ten and whether you used sin/cos of the correct angle.
Topic in depth — Integrated circuits
Analog, digital, and mixed-signal ICs.
Link to chapter notes (L29 — Integrated circuits): this idea sits with the definitions and worked examples in the detailed notes and formula sheet. Memorise: (see solution steps). In multi-step questions, keep a free-body diagram or energy flow sketch before algebra; most errors are missing forces or wrong signs, not hard maths.
Exam tip
Quote the law in one line, then write (see solution steps) before numbers. Box the final answer with unit. For numericals, keep at least three significant figures until the last step unless the data are coarse.
Common mistakes
- Mixing up scalar and vector quantities (e.g. treating momentum as unsigned).
- Using the wrong sign convention for work/heat/force direction.
- Forgetting to convert units (g↔kg, cm↔m, minutes↔seconds).
- Applying a formula outside its assumptions (e.g. F = ma when mass is not constant).