Transistors - BJT & FET
Level: 2 (Recall / Standard textbook problems) Time limit: 30 minutes Total marks: 40
Q1. Define the three operating regions of a BJT and state the junction bias conditions (base-emitter and base-collector) for each. (6 marks)
Q2. For a BJT, the current gain . (a) Compute . (2 marks) (b) If the base current , find the collector current and emitter current . (3 marks)
Q3. An NPN transistor is used as a switch driving an LED. , collector resistor . When saturated, . (a) Find the collector (saturation) current . (2 marks) (b) If , find the minimum base current needed. Using an overdrive factor of 3, find the design base current. (3 marks)
Q4. State two differences between a JFET and a MOSFET regarding gate construction and gate current. (4 marks)
Q5. Distinguish between enhancement-mode and depletion-mode MOSFETs in terms of the channel at . (4 marks)
Q6. An NMOS transistor has , . It operates with in saturation. (a) State the saturation-region current equation. (1 mark) (b) Compute the drain current (ignore channel-length modulation). (3 marks)
Q7. Define transconductance of a MOSFET and, for the transistor in Q6, compute using . (4 marks)
Q8. State the condition (in terms of , , ) that separates the triode and saturation regions of an NMOS. (3 marks)
Q9. Briefly explain the body effect in a MOSFET and its impact on threshold voltage. (3 marks)
Q10. Define subthreshold leakage current and state why it becomes important in modern short-channel devices. (2 marks)
Answer keyMark scheme & solutions
Q1. (6 marks) — 2 marks each region.
- Cutoff: BE junction reverse (or below-on) biased, BC reverse biased → transistor OFF, .
- Active: BE forward biased, BC reverse biased → ; used for amplification.
- Saturation: BE forward biased, BC forward biased → transistor fully ON, small, ; used as closed switch.
Q2. (5 marks) (a) . (2) (b) . (1.5) . (1.5)
Q3. (5 marks) (a) . (2) (b) . (1.5) With overdrive factor 3: . (1.5)
Q4. (4 marks) — 2 marks each.
- Gate construction: JFET gate is a reverse-biased pn junction (no insulator); MOSFET gate is a metal/poly electrode separated from channel by an oxide insulator.
- Gate current: JFET has tiny reverse leakage current; MOSFET gate is DC-isolated by oxide → essentially zero (only capacitive) gate current.
Q5. (4 marks) — 2 marks each.
- Enhancement-mode: no conducting channel exists at (normally OFF); a channel must be induced by applying .
- Depletion-mode: a channel exists at (normally ON); gate voltage is used to deplete/reduce the channel to turn it off.
Q6. (4 marks) (a) (with ). (1) (b) ; . (3)
Q7. (4 marks) Definition: — change in drain current per unit change in gate-source voltage (small-signal gain of the transistor). (2) Computation: . (2)
Q8. (3 marks) Assume (device ON).
- Triode: (i.e. ). (1.5)
- Saturation: . (1.5)
Q9. (3 marks) Body effect: when the source-to-body voltage is non-zero (reverse), the depletion region widens, requiring more gate charge and thus increasing the threshold voltage: . Effect: rises with increasing .
Q10. (2 marks) Subthreshold leakage: the small drain current that flows when (weak inversion), varying exponentially with . Important in short-channel/low- devices because it causes static power dissipation and grows as devices scale down.
[
{"claim":"alpha for beta=100 is 100/101","code":"beta=100; alpha=beta/(beta+1); result = abs(alpha-0.990099)<1e-5"},
{"claim":"IC=2mA and IE=2.02mA for IB=20uA","code":"IB=20e-6; IC=100*IB; IE=IC+IB; result = abs(IC-2e-3)<1e-9 and abs(IE-2.02e-3)<1e-9"},
{"claim":"IC_sat = 4.8/220 A approx 21.8mA","code":"Ic=(5-0.2)/220; result = abs(Ic-0.021818)<1e-5"},
{"claim":"ID=2mA for kn=0.5mA/V2, Vov=2V","code":"kn=0.5e-3; ID=kn*(3-1)**2; result = abs(ID-2e-3)<1e-9"},
{"claim":"gm=2mA/V","code":"kn=0.5e-3; gm=2*kn*(3-1); result = abs(gm-2e-3)<1e-9"}
]