Semiconductor Fabrication
Level: 2 (Recall / Standard textbook problems) Time limit: 30 minutes Total marks: 50
Section A — Short Answer
Q1. Define the Czochralski process and name the two key items produced from it before wafers are cut. (4 marks)
Q2. Explain the difference between positive and negative photoresist in terms of what happens to the exposed region during development. (4 marks)
Q3. State two differences between wet etching and dry (plasma) etching. Which one generally gives better anisotropy (vertical sidewalls)? (5 marks)
Q4. In one line each, define: (a) CVD, (b) PVD/sputtering, (c) ALD. State which of these gives the best atomic-level thickness control. (6 marks)
Q5. Describe the copper damascene process in ordered steps (trench etch → ... → CMP). List at least four steps. (5 marks)
Section B — Standard Problems
Q6. The Rayleigh criterion for lithography resolution is: Given , wavelength (DUV) and , compute the minimum resolvable feature size in nm (2 decimal places). (5 marks)
Q7. Repeat the calculation for EUV with , , . State which technology resolves smaller features. (5 marks)
Q8. A wafer process has a defect density and a die area . Using the simple Poisson yield model , compute the yield (3 decimal places) and express as a percentage. (5 marks)
Q9. Briefly explain why multi-patterning (e.g. LELE double patterning) was needed at advanced nodes when using 193 nm DUV lithography. (4 marks)
Q10. Compare FinFET and Gate-All-Around (GAA) nanosheet transistors: state how many sides the gate controls the channel from in each case. (7 marks)
End of paper
Answer keyMark scheme & solutions
Q1. (4 marks)
- Czochralski process: a method of growing a single-crystal silicon ingot (boule) by dipping a seed crystal into molten silicon and slowly pulling/rotating it while it solidifies. (2)
- Key items produced: the single-crystal ingot/boule, and the seed crystal used to set orientation. (2) Why: pulling a seed from the melt propagates the crystal orientation, giving monocrystalline silicon for wafers.
Q2. (4 marks)
- Positive resist: exposed region becomes soluble and is washed away → pattern matches the clear areas of the mask. (2)
- Negative resist: exposed region cross-links/hardens and stays; unexposed washes away → pattern is the inverse. (2)
Q3. (5 marks)
- Wet etch = liquid chemical, isotropic, cheaper, high selectivity; Dry/plasma = gas/ions, anisotropic, better for fine features. (2 per valid difference, max 4)
- Dry (plasma) etching gives better anisotropy. (1)
Q4. (6 marks)
- (a) CVD: film grown by chemical reaction of gaseous precursors on the wafer surface. (1.5)
- (b) PVD/sputtering: material physically ejected from a target by ion bombardment and deposited on the wafer. (1.5)
- (c) ALD: film grown one atomic monolayer at a time via self-limiting surface reactions. (1.5)
- Best atomic-level control: ALD. (1.5)
Q5. (5 marks) Ordered steps (any 4, in order):
- Deposit/pattern dielectric and etch trench/via.
- Deposit barrier/liner (e.g. Ta/TaN) + Cu seed.
- Electroplate copper to fill trench (overfill).
- CMP to remove excess Cu and planarize. (≈1.25 per correct ordered step) Why damascene: Cu is hard to plasma-etch, so metal is inlaid into etched dielectric instead.
Q6. (5 marks)
- Correct substitution (2), division (1), final nm (2).
Q7. (5 marks)
- Substitution (2), division (1), final nm (1).
- EUV resolves much smaller features. (1)
Q8. (5 marks)
- (1), (2), rounded (1) → 60.7% (1).
Q9. (4 marks)
- 193 nm DUV resolution is limited by the Rayleigh criterion; feature pitches shrank below what a single exposure could resolve. (2)
- Multi-patterning splits a dense pattern into two or more exposures/masks so each is within the tool's resolution, effectively halving the pitch. (2)
Q10. (7 marks)
- FinFET: gate wraps the fin on 3 sides (two sidewalls + top). (2)
- GAA nanosheet: gate surrounds the channel on all 4 sides (fully surrounds each nanosheet). (2)
- GAA gives better electrostatic control / lower leakage, enabling scaling beyond FinFET; stacked nanosheets tune drive current. (3)
[
{"claim":"DUV resolution R = 0.30*193/1.35 ≈ 42.89 nm","code":"R=Rational(30,100)*193/Rational(135,100); result = abs(float(R)-42.89)<0.01"},
{"claim":"EUV resolution R = 0.30*13.5/0.33 ≈ 12.27 nm","code":"R=Rational(30,100)*Rational(135,10)/Rational(33,100); result = abs(float(R)-12.27)<0.01"},
{"claim":"Poisson yield Y=e^{-0.5} ≈ 0.607","code":"Y=exp(Rational(-1,2)); result = abs(float(Y)-0.607)<0.001"},
{"claim":"EUV feature smaller than DUV feature","code":"duv=0.30*193/1.35; euv=0.30*13.5/0.33; result = euv<duv"}
]