Electricity & Charge Basics
Chapter: 1.1 Electricity & Charge Basics Level: 2 — Recall (definitions, standard problems, short derivations) Time Limit: 30 minutes Total Marks: 40
Instructions: Answer all questions. Show working for calculation questions. Use -free SI units throughout.
Q1. Define each of the following, including the SI unit where applicable: (4 marks) (a) Electric charge (b) The coulomb (c) Current (d) Resistance
Q2. Explain the difference between a conductor, an insulator, and a semiconductor, giving one example of each. (3 marks)
Q3. A charge of passes through a wire in . (a) Calculate the current. (2 marks) (b) State how many electrons this corresponds to, given . (2 marks)
Q4. State Ohm's Law and use it to answer the following: (4 marks) A resistor carries a current of when connected across a supply. Find its resistance.
Q5. A appliance draws a current of . (4 marks) (a) Calculate the power dissipated using . (b) Using , verify the power by first finding .
Q6. Distinguish between DC and AC signals. Give one everyday source of each. (3 marks)
Q7. Explain the difference between conventional current and electron flow, stating the direction of each relative to the positive terminal of a battery. (3 marks)
Q8. Define the following quantities and give the SI unit of each: (6 marks) (a) Voltage (potential difference) (b) Capacitance (c) Inductance
Q9. A resistor dissipates energy for while carrying a current of . (4 marks) (a) Calculate the power dissipated. (b) Calculate the total energy consumed, and state the difference between energy and power.
Q10. Identify the component represented by each schematic symbol description: (5 marks) (a) Two parallel lines of equal length (b) A zig-zag line (or rectangle, IEC style) (c) A long line and a short parallel line (d) A coil / series of loops (e) A circle with a wavy line inside
Answer keyMark scheme & solutions
Q1. (4 marks — 1 each)
- (a) Electric charge: a fundamental property of matter that experiences a force in an electric field; can be positive or negative. (Concept of the source of electrical force.)
- (b) The coulomb (C): the SI unit of charge; equal to the charge transported by a current of 1 A in 1 s. (Links charge to current × time.)
- (c) Current: the rate of flow of electric charge; , unit ampere (A). (Defines flow.)
- (d) Resistance: opposition to the flow of current; , unit ohm (). (Ratio of voltage to current.)
Q2. (3 marks — 1 each)
- Conductor: has many free electrons, allows current to flow easily (e.g. copper).
- Insulator: very few free charge carriers, resists current flow (e.g. rubber/glass).
- Semiconductor: conductivity between the two, controllable by doping/temperature (e.g. silicon).
Q3. (4 marks)
- (a) . (Definition of current.) (2)
- (b) . (Total charge ÷ charge per electron.) (2)
Q4. (4 marks)
- Statement: The current through a conductor is directly proportional to the voltage across it, provided temperature is constant: . (2)
- . (2)
Q5. (4 marks)
- (a) . (2)
- (b) ; then — consistent. (2)
Q6. (3 marks)
- DC (direct current): charge flows in one constant direction; magnitude typically steady (1). Source: battery (0.5).
- AC (alternating current): direction and magnitude reverse periodically (1). Source: mains/wall socket (0.5).
Q7. (3 marks)
- Conventional current: assumed direction of positive charge flow, from + terminal to − terminal externally (1.5).
- Electron flow: actual movement of electrons, from − terminal to + terminal — opposite to conventional current (1.5).
Q8. (6 marks — 2 each: 1 definition + 1 unit)
- (a) Voltage: energy per unit charge between two points (); unit volt (V).
- (b) Capacitance: ability to store charge per unit voltage (); unit farad (F).
- (c) Inductance: property opposing change in current, producing an emf (); unit henry (H).
Q9. (4 marks)
- (a) . (1.5)
- (b) . (1.5)
- Difference: Power is the rate of energy transfer (J/s = W); energy is the total transferred (J). (1)
Q10. (5 marks — 1 each)
- (a) Capacitor
- (b) Resistor
- (c) Battery / cell (DC source)
- (d) Inductor
- (e) AC source
[
{"claim":"Q3a current = 3 A", "code":"I=12/4; result = (I==3)"},
{"claim":"Q3b electrons = 7.5e19", "code":"n=12/(1.6e-19); result = abs(n-7.5e19) < 1e15"},
{"claim":"Q4 resistance = 18 ohm", "code":"R=9/0.5; result = (R==18)"},
{"claim":"Q5 power both methods = 1200 W", "code":"P1=240*5; R=240/5; P2=5**2*R; result = (P1==1200 and P2==1200)"},
{"claim":"Q9 power=4W and energy=120J", "code":"P=0.2**2*100; E=P*30; result = (P==4 and E==120)"}
]