Curriculum/DP Design/B3.4 Electronic Systems Application and Selection

Electronic Systems Application and Selection | B3.4

Guiding questionHow can electronic systems be incorporated into product design?

Where A3.4 gave you the vocabulary, B3.4 asks you to specify: which sensor, which output, how much current, which protocol, and what happens when the battery runs low. This is the level at which designers actually work with electronics. You are rarely the person soldering, but you are frequently the person who decided the product needed to know the temperature, and every one of those decisions has consequences in cost, power and size.

The calculations here are the most predictable marks in the topic. Ohm's law and electrical power are not difficult, and once you are comfortable rearranging them you have a reliable source of marks in Paper 2 that does not depend on how well you write. Beyond the exam, this material is unusually practical. If you have ever wanted to build something that responds to the world, the input, process and output framework plus a sensible sensor choice is most of what you need to start, and I would genuinely encourage you to try it outside of class.

Students must be able toAnalyse simple electronic products and circuits to identify the main component parts that enable them to perform a specific function.

IPO model diagram showing Input, Process and Output stages with examples

The Input–Process–Output (IPO) model is the fundamental framework for understanding any electronic system. It breaks a complex product into three stages:

  • Input: sensors detect changes in the environment (light, temperature, pressure, motion, sound, user commands) and convert them into electrical signals for the process stage.
  • Process: a microcontroller, logic circuit, or embedded processor receives input signals, applies a programmed algorithm, and decides what to do next.
  • Output: actuators, displays, speakers, motors, or relays respond, communicating information to a user or physically controlling the environment.

Electronics are now embedded in almost every product category: home appliances (refrigerators, washing machines, microwaves), entertainment (TVs, game consoles), communication (smartphones, computers), automotive (engine control units, GPS, advanced driver assistance), and personal wearables (smartwatches, fitness trackers). When analysing a product, the first task is to identify which components serve which stage of the IPO model.

Students must be able toDescribe how to use basic electronic measuring apparatus, including multi-meters on voltage, current and resistance ranges, and oscilloscopes to observe waveforms.

Bench showing multimeter, oscilloscope and clamp meter

Choosing the right instrument (and connecting it correctly) is as important as the measurement itself. Using a current meter in parallel, for example, will short-circuit the component and may destroy the meter.

Digital multimeter (DMM), the most versatile handheld instrument:

  • Voltage: connect in parallel across the component. No circuit interruption needed.
  • Current: connect in series: the circuit must be broken and the meter inserted into the path so current flows through it.
  • Resistance: the component must be removed from the circuit entirely, then connected to the meter's Ω terminals. The meter applies its own small current and measures the voltage drop.

Digital storage oscilloscope (DSO): visualises voltage waveforms over time (voltage on Y-axis, time on X-axis). Indispensable for diagnosing: ringing (damped oscillations indicating impedance problems), distorted rising edges (slow component or excessive capacitance), and amplitude problems (incorrect voltage levels indicating a faulty supply). A multimeter cannot reveal any of these: it only shows a single numerical value.

Function generator: produces test signals (sine, square, triangle waves) at a chosen frequency. Frequently used alongside a DSO: the generator provides a known input, the DSO captures the circuit's response.

Clamp meter: measures current without breaking the circuit by clamping around the conductor. For AC it uses a current transformer; for DC it uses the Hall effect (detecting the magnetic field produced by the current).

Other instruments: Megohmmeter (tests insulation resistance at high voltage: a downward trend indicates insulation breakdown); Wattmeter (measures real power P = VI); LCR meter (measures inductance, capacitance and resistance using AC test signals); Logic analyser (captures multiple digital signals simultaneously to debug timing and decode communication protocols such as I²C, SPI, UART).

InstrumentMeasuresConnectionKey limitation
DMMV, I, RV: parallel / I: series / R: removedOnly static values: no waveform
DSOWaveform over timeParallel (high impedance probe)Can miss very slow DC drift
Clamp meterCurrent onlyClamp around wire (no break)Cannot measure very low currents
MeggerInsulation resistanceHigh-voltage DC appliedCannot test live circuits
LCR meterL, C, RComponent removed from circuitAC test signal only
Logic analyserDigital signals (timing)Probes on multiple pinsNo analog voltage detail
Macropad Builder preview
Interactive Tool
Macropad Builder

Plan the switches, wiring and components for a real macropad, then generate downloadable code to build it with an ESP32.

Students must be able toCalculate power, voltage, current and resistance in a circuit, considering V = IR and P = VI by rearranging equations and substituting values.

Ohm's law triangle and power formula triangle

Ohm's law: the voltage across a component equals the current through it multiplied by its resistance.

V = I × R    →    I = V / R    →    R = V / I

Power formulas: electrical power is the rate of energy conversion. Three equivalent forms:

P = V × I    =    I² × R    =    V² / R

Use whichever form avoids an intermediate calculation step. If you know V and R but not I, use P = V²/R directly rather than calculating I first.

Single-phase vs three-phase power:

  • Single-phase: one AC waveform (one active wire). Used in homes and small businesses. Voltage rises and falls to zero twice per cycle, producing a momentary dip in power.
  • Three-phase: three AC waveforms staggered 120° apart (three active wires). Used in industrial settings. The phases combine so that total power delivery is constant: one phase is always near its peak. More efficient for large motors and high-power equipment.

IEC 60309 industrial plug colour coding: yellow = 100–130 V, blue = 200–250 V, red = 380–480 V. Colour coding prevents incorrect connection of equipment to incompatible voltages.

Worked examples

GivenFindFormulaResult
V = 12 V, R = 470 ΩII = V / RI = 12 / 470 = 25.5 mA
V = 12 V, I = 25.5 mAPP = V × IP = 12 × 0.0255 = 0.306 W
V = 12 V, R = 470 ΩP (direct)P = V² / RP = 144 / 470 = 0.306 W
Interactive
Ohm's Law / Power Calculator

Enter any two of V, I and R, or one of them plus P, and the rest solve automatically, with the working shown below.

V
A
Ω
W

Students must be able toCalculate resistance and capacitance in series and parallel in a circuit.

Series and parallel resistor diagrams alongside low-pass and high-pass RC filter circuits

Resistors in series: total resistance is the sum of all resistors. Current is the same through each.

R_total = R₁ + R₂ + R₃ + …

Resistors in parallel: total resistance is always less than the smallest individual resistor. Voltage is the same across each; current splits between branches.

1 / R_total = 1/R₁ + 1/R₂ + 1/R₃ + …    (for equal R: R_total = R / n)

RC circuits: a resistor (R) and capacitor (C) together create time-dependent behaviour. The capacitor charges through the resistor; the time constant τ = R × C (in seconds when R is in Ω and C is in Farads) determines how quickly voltage rises or falls.

Low-pass filter: resistor in series, capacitor in parallel with the output. Passes low-frequency (slow) signals; attenuates high-frequency (fast) signals. The capacitor charges slowly, smoothing rapid fluctuations.

High-pass filter: capacitor in series, resistor in parallel with the output. Blocks low-frequency signals (capacitor blocks DC and very slow signals); passes high-frequency signals.

Contact bounce (chatter) elimination: when a mechanical switch closes, the contacts bounce and produce multiple rapid 1s and 0s before settling. A low-pass RC filter smooths this leading edge, so the logic gate receives a clean single transition rather than a burst of false triggers.

Worked examples (resistor networks)

ConfigurationCalculationResult
Series: 100 Ω + 220 Ω + 330 Ω100 + 220 + 330650 Ω
Parallel: 100 Ω ∥ 100 ΩR / n = 100 / 250 Ω
Parallel: 47 Ω ∥ 47 Ω47 / 223.5 Ω
Combination: 100 Ω + (50 Ω ∥ 50 Ω)50/2 = 25; 100 + 25125 Ω

For combination circuits, always resolve the parallel branches first, then add the series elements, just as you would apply BODMAS to arithmetic.

Students must be able toConstruct flow diagrams (using appropriate symbols) to model a programmable system that controls an electronic device.

Flowchart showing standard symbols: terminator, process, input/output, decision

A flow diagram (flowchart) maps the sequence of steps in an algorithm using standardised symbols. In electronics, flowcharts are used to plan and communicate how a microcontroller will respond to inputs.

Standard flowchart symbols:

  • Terminator (rounded rectangle or oval): marks the Start or End of the program.
  • Process (rectangle): a calculation or action (e.g., "Turn fan ON", "Increment counter").
  • Input / Output (parallelogram): data entering or leaving the system (e.g., "Read temperature sensor", "Display value on LCD").
  • Decision (diamond): a yes/no branch based on a condition (e.g., "Temperature > 30°C?"). Two paths exit: one for Yes, one for No.

Flow diagrams are useful before writing code because they separate the logic of what the system must do from the syntax of how to code it. A well-drawn flowchart can be translated directly into any programming language.

Students must be able toConstruct diagrams for simple circuits that use resistors, capacitors, switches, relays, diodes, transistors, operational amplifiers, integrated circuits, and input and output devices.

Examples of block diagram, circuit schematic and logic diagram side by side

Designers use different diagram types depending on the level of detail needed and the audience for the drawing:

  • Block diagram (functional diagram): shows the major subsystems of a product and how they connect at a high level. No component values or symbols: just labelled boxes and arrows. Used to plan and explain system architecture before designing circuits.
  • Circuit diagram (schematic): shows every component and its logical connection using standardised symbols (resistor, capacitor, switch, diode, transistor, relay, op-amp, IC). Values are specified. Used by engineers to build, troubleshoot and modify circuits.
  • Logic diagram: shows the arrangement of logic gates (AND, OR, NOT) and their interconnections. Used to represent the decision-making or processing stage of a digital system.
  • Flow diagram: as described in 3.4.5, maps the program algorithm. Not a circuit diagram; it represents behaviour, not physical connections.

All four types are used in IB assessment. Block and flow diagrams are expected at a conceptual level; circuit and logic diagrams require correct use of standard symbols.

Case Study
A photoelectric smoke detector opened to show its internal sensor chamber

Mapping a Smoke Detector

One tiny circuit, four completely different diagrams.

Read case study →

Students must be able toDetermine the use of sensors to collect and input information into a digital system, including accelerometer (motion), ultrasonic (distance or proximity), photoresistor (light), voltage (moisture), hygrometer (humidity and air temperature), pressure (barometric), microphone (sound) and infrared (radiation or heat).

Array of sensors including LDR, PIR, ultrasonic and temperature modules

Sensors are the input stage of the IPO model: they convert a physical quantity into an electrical signal that a microcontroller can read. The choice of sensor must match the physical quantity being measured and the output format the processor expects (analog voltage, or digital signal).

SensorDetectsOutputTypical application
AccelerometerMotion, vibration, tiltAnalog / digitalPhone orientation, fall detection
UltrasonicDistance / proximityDigital (pulse timing)Parking sensors, robotics
Photoresistor (LDR)Light levelAnalog voltageAutomatic street lights
Moisture / voltageSoil or liquid conductivityAnalogPlant watering systems
HygrometerHumidity and air temperatureAnalog / digitalHVAC, weather stations
Barometric pressureAtmospheric pressureAnalog / digitalWeather apps, altimeters
MicrophoneSoundAnalog (AC)Voice control, noise monitoring
Infrared / PIRHeat, radiation, motionDigitalIntruder detection, touchless switches
Hall effectMagnetic field strengthAnalog / digitalSpeed sensors, position sensing
Gas sensorChemical concentrationAnalogCO detectors, air quality monitors

Students must be able toCreate simple circuits that use microcontrollers as a programmable integrated circuit (PIC) with appropriate software to carry out a predetermined task.

Microcontroller board with labelled I/O pins, sensor input and output connections

An embedded system is a dedicated computer system designed to perform a specific function within a larger product. Unlike a general-purpose computer, it runs one fixed program stored in its memory.

The heart of the process stage is a microcontroller (MCU), also referred to as a programmable integrated circuit (PIC). A microcontroller integrates on a single chip:

  • A processor: executes the program instructions
  • Flash memory (ROM): stores the program permanently
  • RAM: holds variables and data during operation
  • Digital I/O pins: read digital sensors and control digital outputs
  • Analog inputs (ADC): convert analog sensor voltages to digital values
  • Timers, PWM outputs, and communication interfaces (I²C, SPI, UART) for interacting with other components

Educational platforms such as Arduino (AVR/ARM microcontrollers) and Raspberry Pi (single-board computer) make it accessible to prototype embedded systems. In industry, dedicated MCUs (e.g., STM32, PIC, ATmega) are chosen for their size, power consumption and cost.

Students must be able toDescribe digital systems in terms of the binary number system, Boolean algebra, logic gates (AND, OR and NOT), combinational logic circuits and sequential logic circuits, and construct truth tables for a digital circuit.

Logic gate symbols for AND, OR and NOT with truth tables

All digital systems represent data using binary: a base-2 number system using only 0 and 1 (off and on). Multiple binary digits (bits) represent larger values: 8 bits = 1 byte, capable of representing 256 values (0–255).

Boolean algebra defines how binary values are combined using logical operations. Three fundamental gates:

  • AND (A · B): output is 1 only when both inputs are 1. Used for conditions that must all be true simultaneously.
  • OR (A + B): output is 1 when at least one input is 1. Used when any one of several conditions triggers an output.
  • NOT (Ā): inverts the input: 0 becomes 1, 1 becomes 0. Used to reverse a condition.

A truth table lists every possible combination of inputs and the corresponding output. For n inputs there are 2ⁿ rows.

Combinational logic: the output depends only on the current inputs. No memory: the same input always produces the same output. Examples: AND, OR, NOT, NAND, NOR, XOR gates.

Sequential logic: the output depends on current inputs AND previous states. Uses memory elements (flip-flops). Examples: counters, registers, state machines: the basis of most microcontrollers.

Truth tables (AND, OR, NOT)

ABA AND BA OR BNOT A
00001
01011
10010
11110

Students must be able toDetermine appropriate output devices to communicate information or physically control an environment, including motors (including servos and pumps), LCD display, buzzer and relay.

Output devices: DC motor, servo, relay, LCD display and piezo buzzer

Output devices are the third stage of the IPO model: they convert the processed electrical signal into a physical action or visible/audible communication.

Output deviceFunctionNotes
DC motorContinuous rotary motionSpeed controlled by PWM; direction by H-bridge circuit
Servo motorPrecise angular positioning (0–180°)Position set by PWM pulse width; used in robotic arms, steering
PumpFluid movementEssentially a motor with an impeller; used in irrigation, aquariums
LCD displayText and numeric informationCommunicates data to the user; requires no moving parts
Piezo buzzerAudible alert or toneSimple alarm; frequency can be varied to produce different tones
RelaySwitches a separate high-power circuit using a low-power control signalElectrically isolates the control circuit from the load circuit; used to switch mains voltage from a 5V microcontroller output

When selecting an output device, consider three things: the type of action needed (motion, information, sound), the voltage and current required by the device, and whether the microcontroller can drive it directly or needs an amplifying component (transistor, relay, or motor driver IC).

Key concept
PWM (Pulse Width Modulation)

A microcontroller's digital output pin can only be fully on or fully off; it has no way to produce an intermediate voltage directly. PWM works around this by switching the pin on and off very rapidly and varying the proportion of time it spends on, called the duty cycle. A device that responds to average power rather than to the instant-by-instant signal, such as a motor or an LED, behaves as if it were receiving a steady intermediate voltage.

A 0% duty cycle is equivalent to fully off, 100% is fully on, and 50% behaves roughly like half power. This is exactly how DC motor speed and servo position are controlled in the output device table above: a DC motor's average rotational speed scales with duty cycle, while a servo reads the pulse width of each cycle (not the average) to determine the angle it should hold.

PWM in everyday output devices
  • DC motor speed control: higher duty cycle, more average power, faster spin
  • LED dimming: the eye averages rapid flickering into a perceived brightness level
  • Servo positioning: the width of each individual pulse, not the duty cycle, encodes the target angle

Students must be able toCompare the protocol embedded systems used to communicate with other systems (Wi-Fi vs Bluetooth vs 5G).

Wireless protocol comparison diagram showing Bluetooth, Wi-Fi and 5G range and speed

Embedded systems often need to communicate with other devices or networks. The choice of wireless protocol depends on range, speed, power consumption and the infrastructure available.

Bluetooth: designed for low-power, short-range device-to-device communication. Operates at 2.4 GHz using frequency hopping to reduce interference. Typical range: ~10 m. Uses a layered protocol stack: the Controller layer (Radio, Link Manager, Voice CODEC) communicates with the Host layer (GAP, GATT, ATT, SMP, RFCOMM) via the HCI interface. GAP (Generic Access Profile) governs device discovery and connection setup. Used in: wireless earbuds, keyboards, fitness trackers, medical devices.

Wi-Fi: high-speed, medium-range local area network access. Connects devices to a router (and thus the internet). Higher power consumption than Bluetooth. Range: ~50 m indoors. Used in: laptops, smart home devices, IP cameras.

5G: fifth-generation cellular technology. Offers ultra-high data speeds, ultra-low latency, and the ability to connect massive numbers of devices simultaneously. Does not require a local router: connects directly to the cellular network. Used in: autonomous vehicles, smart cities, large-scale IoT deployments.

Case study (Australia's 3G shutdown, October 2024): Many 4G phones were designed to fall back to 3G for voice calls because 4G voice required a separate technology called VoLTE (Voice over LTE). When Australia's ACMA shut down the 3G network, non-VoLTE phones lost all voice capability, including emergency calls. Even medical alarms and personal emergency response devices stopped working. The lesson for embedded systems designers: never assume that legacy infrastructure will remain available. Design for forward compatibility and include graceful upgrade paths.

ProtocolRangeSpeedPowerInfrastructure neededBest for
Bluetooth~10 mModerateVery lowNone (peer-to-peer)Wearables, peripherals, medical sensors
Wi-Fi~50 mHighModerateRouter / access pointSmart home, streaming, internet access
5GKilometresUltra-highHigherCellular networkAutonomous vehicles, smart cities, IoT at scale

Ten questions sampling across the eleven learning objectives. Select one answer per question, then click "Check all answers" to see your score and the explanations.

Q1 · 3.4.2 Test Equipment
A technician needs to measure the current flowing through one component of a live circuit. The correct method is a:
Current must flow through the meter, so the circuit has to be opened and the meter placed in the path. Connecting a current range in parallel short-circuits the component and can destroy the meter. Voltage is measured in parallel, and resistance only with the component removed from the circuit.
Q2 · 3.4.2 Test Equipment
Which instrument is needed to diagnose ringing, the damped oscillation that follows a switching edge?
Ringing exists only in the time domain, so it needs an instrument that plots voltage against time. A multimeter returns a single number and would show nothing unusual, a clamp meter reads current magnitude, and a megohmmeter tests insulation resistance on a circuit that is not live.
Q3 · 3.4.3 V, I, R and P
A 12 V supply is connected across a 470 Ω resistor. The power dissipated is approximately:
Using P = V² / R avoids an intermediate step: 144 / 470 = 0.306 W. Working the long way gives the same result, since I = V / R = 25.5 mA and P = VI = 12 × 0.0255 = 0.306 W. The 25.5 figure is the current in milliamps, not the power.
Q4 · 3.4.4 Resistors & Capacitors
Two 100 Ω resistors in parallel are connected in series with a 50 Ω resistor. The total resistance is:
Resolve the parallel branch first: two equal resistors give R / n = 100 / 2 = 50 Ω. Adding the series resistor gives 50 + 50 = 100 Ω. Combination networks are worked from the inside out, in the same way arithmetic follows an order of operations.
Q5 · 3.4.4 Resistors & Capacitors
A low-pass RC filter is added to a mechanical switch to remove contact bounce. In this filter the capacitor is placed:
With the resistor in the signal path and the capacitor across the output, the capacitor charges through the resistor and smooths the rapid make and break of the contacts into one clean transition. Reversing the two components, with the capacitor in series, gives a high-pass filter instead, which blocks DC and passes fast signals.
Q6 · 3.4.5 Flow Diagrams
In a flow diagram, which symbol represents a yes or no branch such as "temperature above 30 °C?"
A diamond marks a decision, with two paths leaving it. A rounded rectangle is a terminator marking start or end, a parallelogram is input or output such as reading a sensor or writing to a display, and a plain rectangle is a process. Flowcharts separate what the system must do from how it will be coded.
Q7 · 3.4.7 Sensor Inputs
A reversing aid must measure how far a vehicle is from the nearest obstacle. The most appropriate sensor is:
An ultrasonic sensor emits a pulse and times the returning echo, giving a digital distance reading that suits parking sensors and robotics. A hygrometer reads humidity and air temperature, a photoresistor light level, and an accelerometer motion, vibration or tilt. Matching the sensor to the physical quantity is the first step in specifying the input stage.
Q8 · 3.4.9 Logic
An alarm must sound only when the door sensor and the motion sensor are both active. Which gate is required, and what is its output when only one input is 1?
AND outputs 1 only when every input is 1, so a single active sensor leaves the output at 0. A truth table for two inputs has 2² = 4 rows, and only the final row of an AND table gives an output of 1. OR would trigger on either sensor alone, which is not what the specification asks for.
Q9 · 3.4.10 Output Devices
A microcontroller pin can only be fully on or fully off, yet it is used to vary the speed of a DC motor. This is achieved by:
Switching rapidly and varying the duty cycle makes a device that responds to average power behave as though it were receiving an intermediate voltage. The same technique dims an LED, because the eye averages the flicker. A servo is the exception: it reads the width of each individual pulse to set its angle rather than responding to average power.
Q10 · 3.4.11 Communication Protocols
A battery-powered fitness band must sync with a phone about a metre away and run for days on one charge. The most appropriate protocol is:
Bluetooth is built for low-power peer-to-peer links of around ten metres and needs no router or network subscription, which is why wearables, earbuds and medical sensors use it. Wi-Fi offers more speed at higher power and requires an access point, while 5G reaches kilometres and suits vehicles and large-scale IoT rather than a device living on a coin cell.
Paper 2 requires extended written responses. Write your answer before revealing the example, then compare your approach, not just the content.
Question 1 · 3.4.2 Test Equipment · 4 marks
Explain the difference between measuring voltage, current, and resistance with a digital multimeter (DMM). For each measurement, describe the correct connection method and any circuit modifications required.
Show example answer

Voltage: The voltmeter probes are connected in parallel across the two points being measured. No circuit interruption is required: the meter has very high internal resistance so that almost no current flows through it and the circuit is not disturbed. The black probe connects to COM; the red probe to the V terminal.

Current: The meter must be connected in series: the circuit must be broken and the meter inserted into the break so that the full circuit current flows through it. The power must be switched off before breaking the circuit, then restored for the reading. The black probe connects to COM; the red probe to the A (or mA) terminal. Caution: connecting a current meter in parallel will short-circuit the component.

Resistance: The component to be measured must be removed from the circuit entirely. If left in circuit, parallel current paths will give a false reading. The dial is set to Ω; the meter sends its own small test current from its internal battery through the component and calculates resistance from the resulting voltage drop. The reading is meaningless if other components remain connected in parallel.

Question 2 · 3.4.4 Resistors & Capacitors · 6 marks
A technician suspects that contact bounce from a mechanical switch is causing erratic logic gate outputs in a digital circuit.

a) Explain what contact bounce is and why it causes problems in digital circuits.
b) Describe how an RC circuit can be used to eliminate contact bounce.
c) Explain whether a low-pass or high-pass filter configuration is appropriate and why.
Show example answer

a) Contact bounce: When a mechanical switch closes, the spring contacts do not make a single clean connection. Instead, they bounce or vibrate against each other for several milliseconds before settling. This produces a rapid series of 1s and 0s at the logic gate input instead of one clean transition from 0 to 1. The circuit cannot tell the difference between bounce and several deliberate presses, so it responds to all of them. A counter, for example, might advance five or six times when the user pressed the button once.

b) RC circuit solution: A resistor-capacitor (RC) circuit is placed between the switch output and the logic gate input. When the switch closes, the capacitor does not charge instantly: it charges through the resistor at a rate determined by the time constant τ = R × C. The output voltage rises smoothly from 0 V toward the supply voltage rather than jumping immediately. This smooth rise filters out the rapid spikes caused by bouncing. By the time the voltage crosses the logic gate's switching threshold, the contacts have settled and a clean transition is presented to the gate.

c) Low-pass filter: A low-pass filter configuration is appropriate: resistor in series, capacitor in parallel with the output. A low-pass filter passes slow (low-frequency) signals and attenuates fast (high-frequency) signals. The intended switch closure is a slow event (the user presses the button over tens of milliseconds); the bounce spikes are fast events (milliseconds). The RC filter smooths away the fast spikes while still allowing the slow, intended transition to reach the logic gate. A high-pass filter would do the opposite: it would block the intended slow signal and pass the fast bounce spikes, which is exactly what must be avoided.

Question 3 · 3.4.2 Test Equipment · 5 marks
A digital storage oscilloscope (DSO) and a multimeter are both available to a technician.

a) What can a DSO show that a multimeter cannot?
b) Give three examples of signal abnormalities that a DSO can reveal.
c) Why might a technician use both instruments rather than relying on one alone?
Show example answer

a) What a DSO shows that a multimeter cannot: A DSO visualises voltage as a waveform over time, displaying voltage on the vertical axis and time on the horizontal axis. It captures the shape, frequency, period, and timing of a signal. A multimeter (even a high-quality digital model) only displays a single numerical value (RMS voltage, average current, or resistance). It cannot reveal signal shape, timing relationships, or transient events.

b) Three signal abnormalities a DSO can reveal:

  1. Ringing: damped oscillations that appear after a sharp rising or falling edge, indicating impedance mismatches. These can cause false triggering in digital circuits.
  2. Distorted rising/falling edges: an edge that slopes too slowly suggests a slow component, excessive load capacitance, or a weak driver circuit.
  3. Incorrect amplitude: a signal whose high level is too low or low level is too high reduces noise margins and may indicate a faulty power supply or excessive current draw.

c) Why use both: The multimeter excels at steady-state DC measurements (precise voltage levels, continuity checking, and resistance values) quickly and portably. The DSO excels at dynamic, time-varying signals: capturing transients, measuring frequency and duty cycle, and debugging communication timing. The instruments complement each other: use the multimeter first to verify that power supply voltages are correct and there are no short circuits, then use the DSO to verify signal integrity and timing. A function generator paired with the DSO allows a technician to inject a known test signal and observe the circuit's response: a powerful combination for diagnosing filters, amplifiers and logic circuits.

Question 4 · 3.4.4 Resistors & Capacitors · 4 marks
Calculate the total resistance for each of the following resistor configurations. Show all working.

a) Three resistors in series: 100 Ω, 220 Ω, and 330 Ω.
b) Two resistors in parallel: 100 Ω and 100 Ω.
c) Two resistors in parallel: 47 Ω and 47 Ω.
d) A combination circuit: a 100 Ω resistor in series with two 50 Ω resistors connected in parallel with each other.
Show example answer

a) Series:
R_total = 100 + 220 + 330 = 650 Ω

b) Two equal resistors in parallel (100 Ω ∥ 100 Ω):
R_total = R / n = 100 / 2 = 50 Ω
Verification: 1/R_total = 1/100 + 1/100 = 0.02; R_total = 1/0.02 = 50 Ω ✓

c) Two equal resistors in parallel (47 Ω ∥ 47 Ω):
R_total = 47 / 2 = 23.5 Ω

d) Combination (100 Ω in series with 50 Ω ∥ 50 Ω):
Step 1 (resolve the parallel branch first): R_parallel = 50 / 2 = 25 Ω
Step 2 (add the series resistor): R_total = 100 + 25 = 125 Ω

ConfigurationResult
Series: 100 + 220 + 330650 Ω
Parallel: 100 ∥ 10050 Ω
Parallel: 47 ∥ 4723.5 Ω
Combination: 100 + (50 ∥ 50)125 Ω
Question 5 · 3.4.3 & 3.4.11 Calculations and Protocols · 6 marks
A battery-powered soil moisture sensor is being designed for a garden. It runs from a 5 V supply and sends readings to a phone.

a) The sensor's indicator LED is driven through a 220 Ω resistor. Calculate the current through the LED and the power dissipated by the resistor.

b) The designer must choose between Bluetooth, Wi-Fi and 5G to send the readings. Recommend one and justify your choice.
Show example answer

a) Current:
I = V / R = 5 / 220 = 0.0227 A = 22.7 mA

Power in the resistor:
P = V × I = 5 × 0.0227 = 0.114 W, or about 114 mW. Using P = V² / R gives the same result: 25 / 220 = 0.114 W. A standard 0.25 W resistor is therefore adequate.

Note: this is a simplified calculation that ignores the LED's own forward voltage. Taking a typical forward voltage of 2 V, the resistor would drop only 3 V, giving I = 3 / 220 = 13.6 mA. Either method earns the marks if the working is shown and the assumption is stated.

b) Recommended protocol: Bluetooth.

  • Power: the product runs on a battery in a garden, and Bluetooth uses far less power than Wi-Fi or 5G. This is the deciding factor, because battery life determines how often the user has to maintain the product.
  • Range: Bluetooth reaches about 10 m, which is enough to reach a phone held nearby when the user checks the reading.
  • Infrastructure: Bluetooth is peer to peer and needs no router or network subscription, so the product works in a garden with no Wi-Fi coverage.
  • Why not the others: Wi-Fi would allow readings to be uploaded continuously but needs an access point and drains the battery faster. 5G offers far more range and speed than this product needs, at the highest power cost and with a subscription attached.

Mark scheme: 1 mark for correct current with unit; 1 mark for correct power with unit; 1 mark for a stated assumption or correct use of an alternative power formula; 1 mark for naming a suitable protocol; 2 marks for justification referring to at least two of power, range and infrastructure.

Circuit Construction Kit: DC, PhET Interactive Simulations
phet.colorado.edu/en/simulations/circuit-constructi…
Build series and parallel resistor networks, add capacitors, and measure with virtual instruments. Test your Ohm’s law and RC filter understanding here before building the real circuit.
Multimeter, Wikipedia
en.wikipedia.org/wiki/Multimeter
Meter types and how to connect for voltage, current and resistance, with diagrams of series and parallel connection and what happens when you get it wrong. Supports 3.4.2.
Bluetooth, Wikipedia
en.wikipedia.org/wiki/Bluetooth
The protocol stack, frequency hopping at 2.4 GHz and the version history. Covers the controller and host layers referenced in 3.4.11.
The Engineering Mindset, YouTube channel
youtube.com/c/Theengineeringmindset
Animated coverage of multimeter use, oscilloscope basics and single phase against three phase power. Technically accurate and pitched at the right level for HL.

Linking Questions

  • How does the foundational understanding of electronic components introduced in A3.4 inform the selection and application of circuits in product design? (A3.4)
  • In what ways can the IPO model be applied to the design of user-centred products, and what role do sensors play in gathering the data needed to meet user needs? (B1.1)
  • To what extent does the choice of wireless communication protocol affect the sustainability, repairability and end-of-life strategy of a connected product? (C2.1)
  • How might the increasing integration of electronics into everyday products change what designers must consider when conducting life cycle analyses? (C3.2)
  • How do the design decisions made during electronic system selection affect the inclusivity of a product for users with varying technical literacy? (C1.2)