Nuclear & Radiochemistry
Time Limit: 20 minutes Total Marks: 40
Section A — Multiple Choice (1 mark each)
Choose the single best answer.
Q1. Which nucleon numbers are known as "magic numbers" conferring extra nuclear stability? (a) 2, 6, 12, 20, 40 (b) 2, 8, 20, 28, 50, 82, 126 (c) 4, 8, 16, 32, 64 (d) 1, 3, 5, 7, 11 (1)
Q2. The binding energy per nucleon reaches a maximum near which nuclide? (a) (b) (c) (d) (1)
Q3. In decay, inside the nucleus a neutron converts to: (a) proton + electron + antineutrino (b) proton + positron + neutrino (c) proton + electron + neutrino (d) two protons (1)
Q4. Emission of an particle changes the atomic number and mass number by: (a) (b) (c) (d) (1)
Q5. The relationship between decay constant and half-life is: (a) (b) (c) (d) (1)
Q6. The SI unit of activity (disintegrations per second) is the: (a) Gray (b) Sievert (c) Becquerel (d) Curie (1)
Q7. Radiocarbon dating is based on the decay of: (a) (b) with yr (c) (d) (1)
Q8. The fuel of the D–T fusion reaction produces which two products? (a) (b) (c) (d) (1)
Q9. The radioisotope most widely used in diagnostic medical imaging is: (a) (b) (c) (d) (1)
Q10. Electron capture converts a proton into a neutron and emits a: (a) positron (b) neutrino (c) antineutrino (d) particle (1)
Q11. The minimum amount of fissile material needed to sustain a chain reaction is called the: (a) breeder mass (b) critical mass (c) reactor mass (d) moderator mass (1)
Q12. The absorbed dose equivalent, weighting for biological effect, is measured in: (a) Gray (b) Becquerel (c) Sievert (d) Curie (1)
Section B — Matching (1 mark each)
Q13. Match each item in Column X to Column Y. Write pairs (e.g. i–P). (4 marks total, 1 each)
| Column X | Column Y |
|---|---|
| (i) Moderator in a thermal reactor | (P) |
| (ii) RTG power source in spacecraft | (Q) captures free neutrons |
| (iii) Control rod material (e.g. Cd/B) | (R) slows fast neutrons |
| (iv) End of the uranium (4n+2) series | (S) |
Section C — True/False WITH Justification (2 marks each: 1 verdict + 1 reason)
Q14. "A nucleus lying above the belt of stability (too many neutrons) typically undergoes decay." (2)
Q15. "Fusion of light nuclei and fission of heavy nuclei both release energy because both move products toward higher binding energy per nucleon." (2)
Q16. "Radioactive decay follows zero-order kinetics, so the half-life depends on the initial number of atoms." (2)
Q17. "The Q-value of a nuclear reaction is positive when the reaction is exothermic (releases energy)." (2)
Q18. "Alpha particles are more penetrating than gamma rays and require thick lead shielding." (2)
Q19. "In the p–p chain powering the Sun, four protons are effectively converted into one nucleus." (2)
Q20. "After 3 half-lives, one-eighth of the original radioactive nuclei remain." (2)
Answer keyMark scheme & solutions
Section A (1 mark each)
Q1. (b) 2, 8, 20, 28, 50, 82, 126 — closed nuclear shells give extra stability. (1)
Q2. (b) — BE/nucleon peaks (~8.8 MeV) around iron/nickel, the most stable region. (1)
Q3. (a) proton + electron + antineutrino — ; charge conserved, unchanged. (1)
Q4. (b) — an particle is a nucleus. (1)
Q5. (b) — from setting . (1)
Q6. (c) Becquerel — 1 Bq = 1 decay per second. (1)
Q7. (b) , yr — cosmogenic isotope in living tissue. (1)
Q8. (a) — MeV. (1)
Q9. (c) — 6 h half-life, 140 keV , ideal for imaging. (1)
Q10. (b) neutrino — . (1)
Q11. (b) critical mass. (1)
Q12. (c) Sievert — dose equivalent = absorbed dose × radiation weighting factor. (1)
Section B
Q13. (i)–R, (ii)–P, (iii)–Q, (iv)–S (4; 1 each)
- Moderator slows (thermalizes) fast neutrons.
- powers radioisotope thermoelectric generators.
- Control rods (Cd, B) capture neutrons to regulate the chain.
- The (uranium) series ends at stable .
Section C (1 verdict + 1 justification)
Q14. TRUE. Neutron-rich nuclei above the belt reduce N/Z by converting a neutron to a proton via decay. (2)
Q15. TRUE. Fusing very light nuclei and splitting very heavy nuclei both yield products with higher BE/nucleon (closer to the Fe peak), releasing the difference as energy. (2)
Q16. FALSE. Decay is first-order; is independent of the initial number of atoms. (Verdict 1 + reason 1) (2)
Q17. TRUE. A positive Q means the products have less mass than reactants; that mass deficit is released as kinetic energy (exothermic). (2)
Q18. FALSE. It is the reverse: particles are least penetrating (stopped by paper/skin); rays are highly penetrating and need thick lead/concrete. (2)
Q19. TRUE. Net p–p chain: energy (~26.7 MeV). (2)
Q20. TRUE. Fraction remaining . (2)
[
{"claim":"After 3 half-lives fraction remaining is 1/8","code":"result = (Rational(1,2)**3 == Rational(1,8))"},
{"claim":"Half-life from lambda: t_half = ln2/lambda gives N=N0/2","code":"lam=symbols('lam',positive=True); t=log(2)/lam; N0=symbols('N0',positive=True); N=N0*exp(-lam*t); result = simplify(N - N0/2)==0"},
{"claim":"Alpha decay changes A by -4 and Z by -2 (mass/charge of He-4 nucleus)","code":"A_change=-4; Z_change=-2; result = (A_change==-4 and Z_change==-2)"},
{"claim":"D-T reaction conserves mass number: 2+3 = 4+1","code":"result = (2+3 == 4+1)"}
]