Exams › JEE Advanced › Physics › Semiconductor Electronics
9 questions with worked solutions.
Answer: 100 ohm
With no load, the entire current through Rs flows through the Zener. To keep power within Pmax = 0.27 W at Vz = 9 V, the maximum Zener current is 30 mA. The voltage across Rs is 12 - 9 = 3 V, giving Rs_min = 3 / 0.03 = 100 ohm.
Answer: 5
The diode operates at a constant 0.5 V. Maximum allowable current: I_max = P_max / V_diode = 0.1 W / 0.5 V = 0.2 A. The remaining voltage appears across R: V_R = V_supply - 0.5 = 1.5 - 0.5 = 1.0 V. For maximum current (I = I_max), R = V_R / I_max = 1.0 / 0.2 = 5 ohms.
Answer: 1, 1
For an XNOR gate, Y = NOT(A XOR B). When A = B = 1: A XOR B = 0, so Y = NOT(0) = 1. When A = B = 0: A XOR B = 0, so Y = NOT(0) = 1. Both cases give output 1, so (Y1, Y2) = (1, 1).
Answer: I, II, III, V are correct
LEDs do operate at low voltage (I), respond instantly with no warm-up (II), emit nearly monochromatic light in a 100-500 angstrom band (III), and can switch on/off rapidly (V). However, LEDs are famous for their very long life, so statement IV (which claims short life) is incorrect. The correct combination is I, II, III, V.
Answer: An electric field exists at the junction, directed from the N-type side toward the P-type side.
When a P-N junction forms, electrons diffuse from N to P and holes diffuse from P to N, leaving behind immobile ionized donor atoms (positive) on the N-side and ionized acceptor atoms (negative) on the P-side. This charge separation creates a built-in electric field directed from the N-type region to the P-type region across the depletion layer. Because positive charge is on the N-side, the N-side is at a higher potential than the P-side (not lower). There is no uniform potential.
Answer: NOR
A NOR gate produces a LOW output whenever one or more inputs are HIGH, because it is the complement of OR. OR alone gives HIGH when any input is HIGH (not LOW). AND gives LOW only when at least one input is LOW. NAND gives LOW only when ALL inputs are HIGH.
Answer: A B Y 0 0 0 1 0 0 0 1 0 1 1 1
The described circuit is a two-input AND gate. The output Y = 1 only when A = 1 AND B = 1, giving the standard AND truth table.
Answer: A B Y 0 0 0 1 0 1 0 1 1 1 1 1
The truth table in option B (Y=0 only when both A=B=0, else Y=1) corresponds to an OR gate. This is the most common circuit described in JEE problems with two inputs and diode/transistor networks where output is high if either input is high.
Answer: pi*V/sqrt(2)
For a half-wave rectifier, average output over full cycle = V_peak/pi. Given this equals V, V_peak = pi*V. For a full-wave rectifier with the same peak voltage, V_rms = V_peak/sqrt(2) = pi*V/sqrt(2).