A-Level Practice Questions v12-beta

v12-beta·120题·topic-code与锚点·与Syllabus v3双向对齐

v10: 点击选项答题,自动记录到错题本(localStorage)。
v12新增:考纲Topic ↔ Q编号双向锚点直达(锚点#q-N跳题;topic-code反查考纲)

Sample Questions

Mathematics (19 questions)

【M-P1-12】Q1 · A-Level Math (P1) · Quadratics · Easy

Solve the equation x² - 5x + 6 = 0.

Answer: B) x=2, x=3. Factor: (x-2)(x-3)=0.
【M-P2-21】Q4 · A-Level Math (P2) · Logarithms · Medium

Solve: log₃(x) = 2.

Answer: B) 9. x = 3² = 9.
【M-P3-36】Q5 · A-Level Math (P3) · Vectors · Hard

Given vectors a = (1, 2, 3) and b = (2, -1, 1), find a·b.

Answer: A) 3. a·b = 1(2) + 2(-1) + 3(1) = 2 - 2 + 3 = 3.
【M-P1-11】Q11 · A-Level Math (P1) · Algebra · Easy

Simplify: (2x²)³.

Answer: B) 8x⁶. (2x²)³ = 2³ × x^(2×3) = 8x⁶.
【M-P2-23】Q12 · A-Level Math (P2) · Trigonometry · Medium

Solve: sin(x) = 0.5 for 0° ≤ x ≤ 360°.

Answer: B) 30° and 150°. sin(30°) = 0.5 and sin(150°) = sin(180°-30°) = sin(30°) = 0.5.
【M-P3-35】Q13 · A-Level Math (P3) · Differentiation · Medium

Find dy/dx if y = e^(3x).

Answer: A) 3e^(3x). d/dx[e^(ax)] = ae^(ax).
【M-P3-35】Q14 · A-Level Math (P4) · Integration · Hard

Evaluate ∫₀¹ (3x² + 2x) dx.

Answer: A) 2. [x³ + x²]₀¹ = (1+1) - 0 = 2.
【M-P3-31】Q21 · A-Level Math (P1) · Partial Fractions · Medium

Express 1/((x+1)(x-1)) in partial fractions.

Answer: A) 1/(2(x-1)) - 1/(2(x+1)). Solving 1 = A(x-1) + B(x+1) gives A = 1/2, B = -1/2.
【M-P3-33】Q22 · A-Level Math (P3) · Maclaurin Series · Hard

What is the Maclaurin series expansion of e^x up to the x² term?

Answer: A) 1 + x + x²/2. e^x = 1 + x + x²/2! + ... = 1 + x + x²/2 + ...
【M-P3-35】Q23 · A-Level Math (P3) · Implicit Differentiation · Hard

Find dy/dx if x² + y² = 25.

Answer: A) -x/y. Differentiating implicitly: 2x + 2y(dy/dx) = 0 → dy/dx = -x/y.
【M-P3-34】Q24 · A-Level Math (P2) · Parametric Equations · Medium

Given x = t² and y = 2t, find dy/dx in terms of t.

Answer: A) 1/t. dy/dx = (dy/dt)/(dx/dt) = 2/(2t) = 1/t.
【M-P2-26】Q25 · A-Level Math (P2) · Numerical Integration · Medium

Using the trapezoidal rule with 2 strips, approximate ∫₀² x² dx (use x = 0, 1, 2).

Answer: A) 3. Trapezoidal: (h/2)[f(0) + 2f(1) + f(2)] = (1/2)[0 + 2(1) + 4] = (1/2)(6) = 3.
【M-P4-42】Q26 · A-Level Math (FP1) · Complex Numbers · Medium

Find the value of i⁴, where i = √(-1).

Answer: A) 1. i² = -1, so i⁴ = (i²)² = (-1)² = 1.
【M-P4-41】Q27 · A-Level Math (FP1) · Matrices · Hard

Find the determinant of matrix M = [[3, 2], [4, 5]].

Answer: A) 7. det = (3×5) - (2×4) = 15 - 8 = 7.
【M-P4-43】Q28 · A-Level Math (P3) · Differential Equations · Hard

Solve dy/dx = y, given y(0) = 2.

Answer: A) y = 2e^x. Separate variables: dy/y = dx → ln|y| = x + C → y = Ae^x. Using y(0)=2: A = 2. So y = 2e^x.
【M-P2-22】Q29 · A-Level Math (P2) · Binomial Expansion · Easy

Find the first three terms in the expansion of (1 + x)⁴.

Answer: A) 1 + 4x + 6x². (1+x)⁴ = 1 + 4x + 6x² + 4x³ + x⁴.
【M-P2-23】Q30 · A-Level Math (P2) · Trigonometric Equations · Medium

Solve cos(x) = 0.5 for 0° ≤ x ≤ 360°.

Answer: B) 60° and 300°. cos(60°) = 0.5 and cos(300°) = cos(-60°) = cos(60°) = 0.5.
【M-P3-36】Q31 · A-Level Math (P3) · Vector Lines · Hard

The line L has equation r = (1, 2, 3) + t(2, 1, -1). What is the position vector of the point on L when t = 2?

Answer: B) (5, 4, 1). Substitute t = 2: (1+2(2), 2+2(1), 3+2(-1)) = (5, 4, 1).
【M-P1-11】Q32 · A-Level Math (P1) · Recurrence Relations · Easy

A sequence is defined by u(n+1) = 2·u(n) + 1, with u(1) = 1. Find u(3).

Answer: C) 7. u(2) = 2(1) + 1 = 3, u(3) = 2(3) + 1 = 7.

Physics (16 questions)

【P-AS-16】Q2 · A-Level Physics · Electricity · Medium

A resistor of 6Ω and a resistor of 3Ω are connected in parallel across a 12V battery. What is the total current?

Answer: C) 6A. R_total = (6×3)/(6+3) = 2Ω. I = V/R = 12/2 = 6A.
【P-AS-13】Q6 · A-Level Physics · Mechanics · Medium

A 2 kg object accelerates at 5 m/s². What net force acts on it?

Answer: C) 10 N. F = ma = 2 × 5 = 10 N.
【P-A2-24】Q7 · A-Level Physics · Quantum · Hard

What is the de Broglie wavelength of an electron (mass 9.1×10⁻³¹ kg) moving at 1×10⁷ m/s? (h = 6.6×10⁻³⁴ J·s)

Answer: A) 7.3×10⁻¹¹ m. λ = h/(mv) = 6.6×10⁻³⁴/(9.1×10⁻³¹ × 1×10⁷) = 6.6×10⁻³⁴/9.1×10⁻²⁴ ≈ 7.3×10⁻¹¹ m.
【P-AS-12】Q15 · A-Level Physics · Mechanics · Easy

A ball is dropped from rest. How far does it fall in 3 seconds? (g = 10 m/s²)

Answer: B) 45 m. s = ½gt² = ½ × 10 × 9 = 45 m.
【P-AS-15】Q16 · A-Level Physics · Waves · Medium

A sound wave has wavelength 0.5 m and speed 340 m/s. What is its frequency?

Answer: C) 680 Hz. f = v/λ = 340/0.5 = 680 Hz.
【P-A2-22】Q17 · A-Level Physics · Fields · Hard

The gravitational potential energy of a 5 kg mass at height 10 m is: (g = 9.8 m/s²)

Answer: A) 490 J. GPE = mgh = 5 × 9.8 × 10 = 490 J.
【P-A2-21】Q33 · A-Level Physics · Circular Motion · Easy

An object moves in a circle of radius 4 m at speed 6 m/s. What is its centripetal acceleration?

Answer: A) 9 m/s². a_c = v²/r = 36/4 = 9 m/s².
【P-A2-23】Q34 · A-Level Physics · SHM · Medium

A simple pendulum has length 1 m. What is its period on Earth? (g = 10 m/s², π² ≈ 10)

Answer: A) 2 s. T = 2π√(L/g) = 2π√(0.1) = 2π/√10 ≈ 2π/π = 2 s (using π² ≈ 10, so π ≈ √10).
【P-A2-26】Q35 · A-Level Physics · Magnetic Fields · Medium

An electron moves at 2×10⁶ m/s perpendicular to a magnetic field of 0.5 T. What is the magnetic force? (e = 1.6×10⁻¹⁹ C)

Answer: A) 1.6×10⁻¹³ N. F = qvB = 1.6×10⁻¹⁹ × 2×10⁶ × 0.5 = 1.6×10⁻¹³ N.
【P-AS-17】Q36 · A-Level Physics · Nuclear Physics · Hard

In the nuclear fission of U-235, what particle initiates the reaction?

Answer: B) Neutron. U-235 absorbs a slow (thermal) neutron, becoming unstable U-236 which then fissions.
【P-A2-25】Q37 · A-Level Physics · Capacitors · Medium

Two capacitors of 2 μF and 3 μF are connected in parallel. What is the total capacitance?

Answer: B) 5 μF. In parallel, C_total = C₁ + C₂ = 2 + 3 = 5 μF.
【P-A2-26】Q38 · A-Level Physics · Electromagnetic Induction · Hard

A coil of 100 turns has its flux change from 0.04 Wb to 0.10 Wb in 0.3 s. What is the magnitude of the induced EMF?

Answer: A) 20 V. EMF = N·|ΔΦ|/Δt = 100 × (0.10 - 0.04)/0.3 = 100 × 0.06/0.3 = 20 V.
【P-A2-24】Q39 · A-Level Physics · Thermodynamics · Medium

An ideal gas undergoes isothermal expansion. Which statement is true?

Answer: C) Internal energy stays constant. In an isothermal process, temperature is constant, so the internal energy of an ideal gas remains unchanged.
【P-AS-15】Q40 · A-Level Physics · Optics · Medium

Light travels from air (n=1) into glass (n=1.5). If the angle of incidence is 30°, what is the angle of refraction? (sin 30° = 0.5)

Answer: A) 19.5°. Snell's law: 1·sin 30° = 1.5·sin θ₂, so sin θ₂ = 0.5/1.5 ≈ 0.333, giving θ₂ ≈ 19.5°.
【P-A2-22】Q41 · A-Level Physics · Gravitational Fields · Hard

The gravitational field strength at the surface of a planet is g. At twice the radius from the planet's center, the field strength is:

Answer: B) g/4. Gravitational field strength g ∝ 1/r². Doubling r reduces g by a factor of 4.
【P-AS-17】Q42 · A-Level Physics · Radioactivity · Easy

Which type of radiation is stopped by a sheet of paper?

Answer: A) Alpha. Alpha particles have low penetration and are stopped by paper or a few cm of air.

Economics, Chemistry & Biology (15 questions)

【E-A2-23】Q3 · A-Level Economics · Macroeconomics · Medium

Which policy is most effective to reduce demand-pull inflation?

Answer: C). Contractionary fiscal policy (increase tax) reduces aggregate demand, thus reducing demand-pull inflation.
【E-AS-12】Q8 · A-Level Economics · Microeconomics · Medium

If the price elasticity of demand is -0.5, a 10% increase in price will cause quantity demanded to:

Answer: B) Decrease by 5%. PED = %ΔQ/%ΔP, so %ΔQ = -0.5 × 10% = -5%.
【C-AS-19】Q9 · A-Level Chemistry · Organic · Hard

What is the product of the nucleophilic substitution reaction between CH₃Br and OH⁻?

Answer: A) CH₃OH. The OH⁻ nucleophile replaces Br⁻ in an SN2 reaction: CH₃Br + OH⁻ → CH₃OH + Br⁻.
【B-A2-24】Q10 · A-Level Biology · Genetics · Medium

In a dihybrid cross between two heterozygous individuals (AaBb × AaBb), what is the probability of offspring with genotype aabb?

Answer: A) 1/16. Each gene has 1/4 chance of homozygous recessive. 1/4 × 1/4 = 1/16.
【C-A2-22】Q18 · A-Level Chemistry · Acids & Bases · Hard

What is the pH of a 0.001 M HCl solution?

Answer: B) 3. pH = -log[H⁺] = -log(0.001) = -(-3) = 3.
【B-AS-16】Q19 · A-Level Biology · Molecular Biology · Medium

What is the role of mRNA in protein synthesis?

Answer: B). mRNA carries the genetic code from DNA to the ribosome, serving as a template for protein synthesis.
【E-AS-12】Q20 · A-Level Economics · Microeconomics · Easy

What type of good has income elasticity > 1?

Answer: C) Luxury good. Income elasticity > 1 means demand increases more than proportionally with income, characteristic of luxury goods.
【E-A2-21】Q43 · A-Level Economics · Market Structures · Medium

In perfect competition, which statement is true about individual firms?

Answer: B) They are price takers. In perfect competition, firms are price takers with no individual market power, selling homogeneous products.
【E-A2-23】Q44 · A-Level Economics · Monetary Policy · Easy

Which action represents expansionary monetary policy?

Answer: C) Decreasing interest rates. Lower interest rates stimulate borrowing and spending, expanding the economy.
【E-A2-25】Q45 · A-Level Economics · Balance of Payments · Medium

A country's exports exceed its imports. This results in:

Answer: B) A current account surplus. Exports > imports means a positive trade balance, contributing to a current account surplus.
【C-AS-19】Q46 · A-Level Chemistry · Esters · Medium

What is formed when ethanol reacts with ethanoic acid in the presence of sulfuric acid?

Answer: A) Ethyl ethanoate. Esterification: CH₃COOH + C₂H₅OH → CH₃COOC₂H₅ + H₂O.
【C-A2-21】Q47 · A-Level Chemistry · Electrolysis · Hard

During the electrolysis of molten NaCl, what is produced at the cathode?

Answer: B) Sodium metal. Na⁺ is reduced to Na at the cathode: Na⁺ + e⁻ → Na.
【B-AS-13】Q48 · A-Level Biology · Enzymes · Medium

What effect does a competitive inhibitor have on an enzyme's Km?

Answer: A) Increases Km. Competitive inhibitors increase the apparent Km (more substrate is needed to reach half Vmax) without affecting Vmax.
【B-A2-21】Q49 · A-Level Biology · Photosynthesis · Easy

Where do the light-dependent reactions of photosynthesis occur?

Answer: B) Thylakoid membrane. Light-dependent reactions occur in the thylakoid membrane of chloroplasts; the Calvin cycle occurs in the stroma.
【B-A2-24】Q50 · A-Level Biology · Genetics · Hard

In humans, hemophilia is X-linked recessive. If a carrier mother and unaffected father have children, what is the probability that a son will have hemophilia?

Answer: B) 50%. Mother is X^H X^h, father is X^H Y. Sons inherit Y from father and one X from mother, so 50% chance of inheriting X^h (hemophilia).

Additional Mathematics (15 questions)

【M-P1-16】Q51 · A-Level Math (P1) · Differentiation · Easy

Find dy/dx if y = x³ + 2x² - 5x + 1.

Answer: A) 3x² + 4x - 5. Differentiate term by term: 3x² + 4x - 5.
【M-P1-17】Q52 · A-Level Math (P2) · Integration · Easy

Evaluate ∫(2x + 3) dx.

Answer: A) x² + 3x + C. ∫(2x+3)dx = x² + 3x + C.
【M-P1-11】Q53 · A-Level Math (P1) · Arithmetic Series · Easy

Find the sum of the first 10 terms of the arithmetic series with first term a=2 and common difference d=3.

Answer: A) 155. S₁₀ = (10/2)[2(2) + (10-1)(3)] = 5[4 + 27] = 5(31) = 155.
【M-P2-22】Q54 · A-Level Math (P2) · Geometric Series · Medium

Find the sum to infinity of the geometric series with first term a=6 and common ratio r=1/3.

Answer: A) 9. S∞ = a/(1-r) = 6/(1 - 1/3) = 6/(2/3) = 9.
【M-P2-23】Q55 · A-Level Math (P3) · Trigonometric Identities · Medium

Simplify: sin²θ + cos²θ.

Answer: A) 1. This is the fundamental Pythagorean identity: sin²θ + cos²θ = 1.
【M-P2-24】Q56 · A-Level Math (P3) · Differentiation (Chain Rule) · Medium

Find dy/dx if y = (2x + 1)⁵.

Answer: A) 10(2x + 1)⁴. Chain rule: 5(2x+1)⁴ × 2 = 10(2x+1)⁴.
【M-Mech-51】Q57 · A-Level Math (M1) · Kinematics (SUVAT) · Easy

A car accelerates uniformly from rest to 20 m/s in 5 seconds. Find the distance travelled.

Answer: A) 50 m. s = (u+v)/2 × t = (0+20)/2 × 5 = 10 × 5 = 50 m.
【M-Mech-52】Q58 · A-Level Math (M1) · Forces & Friction · Medium

A 10 kg block rests on a rough horizontal surface with μ=0.2. What horizontal force is needed to just move the block? (g=10 m/s²)

Answer: A) 20 N. F_max = μR = μmg = 0.2 × 10 × 10 = 20 N.
【M-Mech-55】Q59 · A-Level Math (M2) · Projectiles · Hard

A projectile is launched at 30° with speed 20 m/s. What is the maximum height reached? (g=10 m/s²)

Answer: A) 5 m. H = (v sin θ)²/(2g) = (20 × 0.5)²/20 = 10²/20 = 100/20 = 5 m.
【M-Stat-62】Q60 · A-Level Math (S1) · Probability · Easy

A fair die is rolled. What is the probability of rolling an even number?

Answer: A) 1/2. Even outcomes: {2,4,6} = 3 out of 6. P(even) = 3/6 = 1/2.
【M-Stat-63】Q61 · A-Level Math (S1) · Binomial Distribution · Medium

X ~ B(5, 0.4). Find P(X=2).

Answer: A) 0.3456. P(X=2) = C(5,2)(0.4)²(0.6)³ = 10 × 0.16 × 0.216 = 0.3456.
【M-Stat-64】Q62 · A-Level Math (S2) · Normal Distribution · Medium

X ~ N(50, 100). Find P(X < 60). (Z < 1 corresponds to Φ(1)=0.8413)

Answer: A) 0.8413. Z = (60-50)/10 = 1. P(Z<1) = Φ(1) = 0.8413.
【M-Stat-66】Q63 · A-Level Math (S2) · Hypothesis Testing · Hard

In a hypothesis test, the p-value is 0.03 and the significance level is 5%. What decision is made?

Answer: A) Reject H₀. Since p=0.03 < 0.05 (α), we reject the null hypothesis.
【M-P3-35】Q64 · A-Level Math (P4) · Integration by Parts · Hard

Using integration by parts, find ∫x·eˣ dx.

Answer: A) eˣ(x - 1) + C. Let u=x, dv=eˣdx. Then du=dx, v=eˣ. ∫xeˣdx = xeˣ - ∫eˣdx = xeˣ - eˣ + C = eˣ(x-1) + C.
【M-P4-45】Q65 · A-Level Math (P3) · Numerical Methods (Newton-Raphson) · Hard

Using Newton-Raphson method with x₀=1 for f(x) = x² - 2, what is x₁?

Answer: A) 1.5. x₁ = x₀ - f(x₀)/f'(x₀) = 1 - (1-2)/(2×1) = 1 - (-1)/2 = 1 + 0.5 = 1.5.

Additional Physics (10 questions)

【P-AS-14】Q66 · A-Level Physics (AS) · Materials · Easy

What is the SI unit of Young's modulus?

Answer: A) Pa (Pascals). Young's modulus = stress/strain. Stress has units Pa, strain is dimensionless, so E has units Pa (N/m²).
【P-AS-15】Q67 · A-Level Physics (AS) · Waves · Medium

Two coherent waves meet and produce a minimum (dark fringe). The path difference between the waves is:

Answer: A) Odd multiple of λ/2. Destructive interference (minimum) occurs when path difference = (n + ½)λ, i.e., odd multiples of λ/2.
【P-A2-26】Q68 · A-Level Physics (A2) · Fields (Electric) · Medium

Two point charges +Q and -Q are separated by distance d. At the midpoint between them, the electric field is:

Answer: A) Directed toward the negative charge. E fields from both charges point from +Q to -Q, adding up (not canceling).
【P-A2-24】Q69 · A-Level Physics (A2) · Particle Physics · Hard

Which of the following is a lepton?

Answer: A) Electron. Leptons are fundamental particles: electron, muon, tau, and their neutrinos. Protons/neutrons are baryons (hadrons).
【P-A2-24】Q70 · A-Level Physics (A2) · Thermodynamics · Medium

The first law of thermodynamics is a statement of:

Answer: A) Conservation of energy. ΔU = Q - W states that the change in internal energy equals heat added minus work done by the system.
【P-AS-16】Q71 · A-Level Physics (AS) · Electricity (Internal Resistance) · Medium

A battery has EMF=12V and internal resistance r=1Ω. When supplying current I=2A, what is the terminal voltage?

Answer: A) 10 V. V = ε - Ir = 12 - (2)(1) = 10 V.
【P-A2-27】Q72 · A-Level Physics (A2) · Medical Physics · Easy

Which imaging modality uses ionizing electromagnetic radiation?

Answer: A) X-ray. X-rays are high-energy (short wavelength) ionizing electromagnetic radiation. Ultrasound uses sound waves; MRI uses radio waves.
【M-Mech-52】Q73 · A-Level Physics (M2) · Moments · Easy

A 2 m uniform beam of weight 100 N is pivoted at its center. A 50 N weight is hung 0.5 m left of center. What distance right of center must a 25 N weight be placed to balance?

Answer: A) 1.0 m. Sum of moments = 0: 50×0.5 = 25×d → 25 = 25d → d = 1 m.
【P-AS-17】Q74 · A-Level Physics (A2) · Nuclear Physics · Hard

The half-life of a radioactive sample is 10 days. What fraction of the original sample remains after 30 days?

Answer: A) 1/8. 30 days = 3 half-lives. Remaining fraction = (1/2)³ = 1/8.
【P-AS-13】Q75 · A-Level Physics (AS) · Mechanics (Energy) · Easy

A 2 kg object is lifted to 5 m height. What is its gravitational potential energy? (g=9.8 m/s²)

Answer: A) 98 J. GPE = mgh = 2 × 9.8 × 5 = 98 J.

Additional Chemistry (10 questions)

【C-AS-14】Q76 · A-Level Chemistry (AS) · Period 3 Elements · Easy

Which Period 3 element has the highest first ionization energy?

Answer: A) Argon (Ar). First IE generally increases across Period 3; noble gas Ar has a full outer shell, giving the highest IE.
【C-A2-24】Q77 · A-Level Chemistry (A2) · Transition Metals · Medium

What is the oxidation state of Cu in [Cu(NH₃)₄]²⁺?

Answer: A) +2. NH₃ ligands are neutral. Overall charge +2 means Cu has oxidation state +2.
【C-A2-25】Q78 · A-Level Chemistry (A2) · Organic (Arenes) · Medium

What type of reaction do benzene rings typically undergo?

Answer: A) Electrophilic substitution. Benzene's delocalized π electrons are attacked by electrophiles, with substitution (not addition) to preserve aromatic stability.
【C-A2-25】Q79 · A-Level Chemistry (A2) · Organic (Carbonyls) · Easy

Which reagent is used to distinguish aldehydes from ketones, producing a silver mirror with aldehydes?

Answer: A) Tollens' reagent. Tollens' (Ag⁺ in ammonia) is reduced to Ag metal by aldehydes, producing a silver mirror. Ketones do not react.
【C-A2-25】Q80 · A-Level Chemistry (A2) · Organic (Carboxylic Acids) · Medium

When carboxylic acid reacts with PCl₅, the product is:

Answer: A) Acyl chloride. RCOOH + PCl₅ → RCOCl (acyl chloride) + POCl₃ + HCl.
【C-A2-23】Q81 · A-Level Chemistry (A2) · Physical (Kinetics) · Medium

A reaction is first order with respect to reactant A. If [A] doubles, the rate:

Answer: A) Doubles. Rate ∝ [A]¹; doubling [A] doubles the rate for a first order reaction.
【C-A2-23】Q82 · A-Level Chemistry (A2) · Physical (Equilibria) · Hard

For the equilibrium N₂(g) + 3H₂(g) ⇌ 2NH₃(g) ΔH = -92 kJ/mol, which change increases the yield of ammonia?

Answer: A) Increasing pressure. Higher pressure shifts equilibrium to the side with fewer gas moles (4 moles → 2 moles), favoring NH₃. Catalysts don't affect yield.
【C-AS-14】Q83 · A-Level Chemistry (AS) · Group 2 · Easy

Going down Group 2, the first ionization energy:

Answer: A) Decreases. Atomic radius increases down the group; outer electrons are further from nucleus and more shielded, so IE decreases.
【C-A2-21】Q84 · A-Level Chemistry (A2) · Electrochemistry · Hard

Standard electrode potentials: Cu²⁺/Cu = +0.34 V, Zn²⁺/Zn = -0.76 V. What is the EMF of a Cu-Zn cell?

Answer: A) 1.10 V. EMF = E°(cathode) - E°(anode) = 0.34 - (-0.76) = 1.10 V.
【C-A2-25】Q85 · A-Level Chemistry (A2) · Organic (Polymers) · Easy

Polyethene is formed from ethene monomers by what type of polymerization?

Answer: A) Addition polymerization. Ethene's C=C opens up and monomers add together without producing any byproduct molecules.

Additional Biology (10 questions)

【B-AS-11】Q86 · A-Level Biology (AS) · Cell Structure · Easy

Which organelle is the site of aerobic respiration in eukaryotic cells?

Answer: A) Mitochondrion. Mitochondria carry out the Krebs cycle and oxidative phosphorylation (aerobic respiration stages).
【B-AS-12】Q87 · A-Level Biology (AS) · Biological Molecules · Medium

Which bond holds the two strands of the DNA double helix together?

Answer: A) Hydrogen bonds. Complementary base pairs A-T (2 H-bonds) and G-C (3 H-bonds) hold the two DNA strands together.
【B-AS-17】Q88 · A-Level Biology (AS) · Gas Exchange · Medium

In mammalian lungs, gas exchange occurs in the:

Answer: A) Alveoli. Alveoli are tiny, thin-walled air sacs with huge surface area where O₂/CO₂ diffuse into/out of the blood.
【B-A2-21】Q89 · A-Level Biology (A2) · Energy Transfers · Easy

Where does the Krebs cycle (citric acid cycle) occur in eukaryotes?

Answer: A) Mitochondrial matrix. Glycolysis happens in cytoplasm; Krebs cycle occurs in the mitochondrial matrix; oxidative phosphorylation on the inner membrane.
【B-A2-22】Q90 · A-Level Biology (A2) · Responses & Homeostasis · Medium

When blood glucose concentration rises above normal, the pancreas releases:

Answer: A) Insulin. β-cells of the islets of Langerhans secrete insulin, which lowers blood glucose by promoting uptake and glycogen synthesis.
【B-A2-24】Q91 · A-Level Biology (A2) · Inheritance · Hard

In a population, the frequency of the recessive allele (a) is 0.3. What is the frequency of heterozygotes under Hardy-Weinberg equilibrium?

Answer: A) 0.42. q=0.3, so p=0.7. Heterozygote frequency = 2pq = 2×0.7×0.3 = 0.42.
【B-A2-24】Q92 · A-Level Biology (A2) · Populations & Evolution · Medium

Which type of natural selection favors extreme phenotypes over the intermediate phenotype?

Answer: A) Disruptive selection. Disruptive selection selects against the mean, favoring both extremes. Stabilizing favors the mean; directional favors one extreme.
【B-A2-25】Q93 · A-Level Biology (A2) · Ecosystems · Easy

What percentage of energy is typically transferred from one trophic level to the next?

Answer: A) ~10%. On average only ~10% of energy is passed up each trophic level; most is lost as heat, in waste, or used in respiration.
【B-AS-15】Q94 · A-Level Biology (AS) · Cell Division · Medium

Which stage of mitosis involves sister chromatids being pulled to opposite poles?

Answer: A) Anaphase. In anaphase, centromeres divide and spindle fibers shorten, pulling sister chromatids to opposite poles.
【B-A2-25】Q95 · A-Level Biology (A2) · Genetics (Gene Tech) · Hard

Which enzyme is used to cut DNA at specific recognition sequences in genetic engineering?

Answer: A) Restriction endonuclease. Restriction enzymes cut DNA at specific palindromic sites; DNA ligase joins fragments; DNA polymerase synthesizes DNA.

Additional Economics & Business (15 questions)

【E-AS-13】Q96 · A-Level Economics (AS) · Micro (Costs) · Easy

Total cost = $500 at Q=10 and $550 at Q=11. What is the marginal cost of the 11th unit?

Answer: A) $50. MC = ΔTC/ΔQ = (550-500)/(11-10) = 50/1 = $50.
【E-A2-21】Q97 · A-Level Economics (A2) · Micro (Monopoly) · Medium

Compared to perfect competition, a single-price monopoly typically produces:

Answer: A) Less output at a higher price. Monopolies restrict output to increase price and earn supernormal profits, causing allocative inefficiency.
【E-AS-15】Q98 · A-Level Economics (AS) · Macro (AD-AS) · Easy

Which of the following is NOT a component of Aggregate Demand (AD)?

Answer: A) Imports (M). AD = C + I + G + (X - M). Imports are subtracted from exports (X-M), so imports alone are not a component; net exports (X-M) is.
【E-A2-24】Q99 · A-Level Economics (A2) · Macro (Economic Growth) · Medium

Long-run economic growth is best represented by:

Answer: A) An outward shift in the LRAS curve. Long-run growth comes from increasing productive capacity (factors of production/technology), shifting LRAS outwards or PPF outwards.
【E-A2-25】Q100 · A-Level Economics (A2) · International Trade · Hard

According to comparative advantage, trade between two countries is beneficial if:

Answer: A) Each has lower opportunity cost in producing one good. Comparative advantage means specializing according to lower opportunity cost, leading to gains from trade.
【E-A2-22】Q101 · A-Level Economics (A2) · Labour Markets · Medium

An increase in the minimum wage above the equilibrium wage in a competitive labour market will most likely cause:

Answer: A) Unemployment (excess supply of labour). Wage floor above equilibrium: Qs of labour rises, Qd falls → surplus = unemployment.
【E-A2-26】Q102 · A-Level Economics (A2) · Development Economics · Easy

Which of the following is typically an indicator of economic development (not just growth)?

Answer: A) Rising Human Development Index (HDI). HDI combines health (life expectancy), education, and income (GNI per capita) to measure broader development.
【E-AS-13】Q103 · A-Level Business (AS) · Marketing (4Ps) · Easy

Which is NOT one of the traditional 4 Ps of marketing?

Answer: A) People. Traditional 4 Ps: Product, Price, Place, Promotion. "People" is part of the extended 7 Ps.
【E-AS-13】Q104 · A-Level Business (AS) · Finance (Ratios) · Medium

Current assets = $200k, Current liabilities = $100k, Inventories = $80k. What is the acid test (quick) ratio?

Answer: A) 1.2. Acid test = (Current assets - Inventories)/Current liabilities = (200-80)/100 = 120/100 = 1.2.
【E-A2-24】Q105 · A-Level Business (A2) · Investment Appraisal · Hard

A project costs $1000 and yields net cash flows of $600 at end of Year 1 and $720 at end of Year 2. What is the payback period?

Answer: A) 1 year and 8 months. After Y1: $600 received, remaining $400. In Y2 $720 comes in uniformly: 400/720 = 5/9 of year ≈ 6.67 months ≈ 1 yr 8 months.
【E-AS-13】Q106 · A-Level Business (AS) · Operations Management · Easy

Just-in-time (JIT) production primarily aims to:

Answer: A) Minimize inventory and waste. JIT produces only when needed, reducing holding costs and waste from overproduction.
【E-A2-22】Q107 · A-Level Business (AS) · HR (Motivation) · Medium

According to Maslow's hierarchy, which is the lowest level need?

Answer: A) Physiological needs. Maslow: Physiological → Safety → Social → Esteem → Self-actualization (lowest to highest).
【E-A2-21】Q108 · A-Level Business (A2) · Strategic Planning · Medium

In SWOT analysis, which pair represent external factors?

Answer: A) Opportunities and Threats. SWOT: Strengths & Weaknesses (internal); Opportunities & Threats (external).
【E-A2-21】Q109 · A-Level Business (A2) · Competitive Strategy · Hard

According to Porter's generic strategies, offering a unique, differentiated product to a broad market is:

Answer: A) Differentiation strategy. Porter's: Cost leadership (broad, low cost); Differentiation (broad, unique); Focus (narrow market, either cost or differentiation).
【E-AS-15】Q110 · A-Level Economics (AS) · Macro (Circular Flow) · Easy

In the circular flow of income, which of the following is a leakage (withdrawal)?

Answer: A) Savings. Leakages: Savings (S), Taxes (T), Imports (M). Injections: Investment (I), Government spending (G), Exports (X).

Psychology, Law, Computer Science & Sociology (10 questions)

【B-A2-23】Q111 · A-Level Psychology · Memory (MSM) · Easy

According to the Multi-Store Model, the approximate capacity and duration of short-term memory (STM) are:

Answer: A) 7±2 items; 18-30 seconds. Miller's magical number 7±2 for capacity; without rehearsal, STM lasts about 20-30 seconds (Peterson & Peterson).
【B-A2-23】Q112 · A-Level Psychology · Social Influence · Medium

Milgram's famous obedience study found that most participants:

Answer: A) Administered what they believed were lethal electric shocks to the "learner". 65% of participants went all the way to 450V, demonstrating high obedience to authority.
【B-A2-23】Q113 · A-Level Psychology · Psychopathology · Hard

The cognitive approach to explaining depression emphasizes:

Answer: A) Negative, irrational thought patterns (cognitive triad). Beck's cognitive triad: negative view of self, world, and future; irrational schema-driven thinking.
【B-A2-23】Q114 · A-Level Law · Legal System · Easy

In English common law, the doctrine of stare decisis means:

Answer: A) Courts must follow precedents from higher courts in similar cases. "Stare decisis" = stand by decisions; binding precedent ensures consistency and certainty.
【B-A2-23】Q115 · A-Level Law · Criminal Law · Medium

The two essential elements (actus reus and mens rea) required for most criminal offences are:

Answer: A) Guilty act and guilty mind. Actus reus = the prohibited conduct/result; mens rea = the mental state (intent, recklessness, etc.).
【M-P4-41】Q116 · A-Level Computer Science · Data Structures · Easy

Which data structure follows the LIFO (Last In, First Out) principle?

Answer: A) Stack. Stack: push/add to top and pop/remove from top (LIFO). Queue is FIFO.
【M-P4-41】Q117 · A-Level Computer Science · Algorithms (Searching) · Medium

Binary search operates on a data set that is:

Answer: A) Sorted. Binary search requires the array to be sorted; it repeatedly halves the search interval by comparing with the middle element.
【M-P4-41】Q118 · A-Level Computer Science · OOP · Hard

Which OOP concept allows a subclass to provide a specific implementation of a method already defined in its superclass?

Answer: A) Polymorphism (method overriding). Overriding allows a subclass to redefine a superclass method with same signature—runtime polymorphism.
【B-A2-25】Q119 · A-Level Sociology · Family · Easy

A nuclear family typically consists of:

Answer: A) Two parents and their dependent children. Nuclear family = parents + dependent children; extended includes grandparents/other kin.
【B-A2-25】Q120 · A-Level Sociology · Education · Medium

Functionalists view the education system as primarily:

Answer: A) A way to socialize children into shared values and role allocation (sifting/sorting). Functionalists (Durkheim, Parsons, Davis & Moore) see education performing: socialization, skill provision, and meritocratic role allocation.