GCSE Revision Aid: This resource is designed to support your revision and may contain errors. If you find a discrepancy with your class teaching, your teacher is correct — please let us know at gcserevise@scott.scottrix.co.uk.

DT14: Electronic and Electrical Components

Foundation Higher AQAEdexcelOCREduqasCCEA

Resistors, capacitors, transistors, LEDs, switches, relays, ICs, microcontrollers; analogue and digital systems; circuit design and component functions.

Fastmail

Electronic and Electrical Components

Resistors, capacitors, transistors, LEDs, switches, relays, ICs, microcontrollers; analogue and digital systems; circuit design and component functions.

Key Fact: Resistors: limit current flow - fixed (colour-coded), variable (potentiometers), thermistors (resistance changes with temperature - used in thermostats).
Key Fact: Capacitors: store and release electrical charge - timing circuits, smoothing power supplies. Electrolytic (high capacity, polarised) and ceramic (low capacity, non-polarised).
Key Fact: Transistors: electronic switches or amplifiers - small base current controls larger collector-emitter current. NPN and PNP types. Essential for logic circuits.
Key Fact: LEDs: light-emitting diodes - convert electrical energy to light, very efficient, polarised. Need a current-limiting resistor. RGB LEDs combine three colours.
Key Fact: Microcontrollers: programmable ICs (PIC, Arduino) - process sensor inputs, execute stored program, control outputs. Enable smart product behaviour without complex analogue circuits.

📋 Key Vocabulary and Concepts

For Electronic and Electrical Components, you must know:

❓ Practice Questions

Q1: Explain the function of a transistor in a circuit that uses a thermistor to switch on a fan when temperature rises.

Q2: Why does an LED always need a current-limiting resistor? Calculate the resistor value for a 9 V supply, 2 V LED and 15 mA current.

Q3: Compare the advantages of using a microcontroller versus a hard-wired analogue circuit for a traffic light sequence.

✅ Answers

  1. As temperature rises, the thermistor's resistance decreases, voltage at the transistor's base rises. When base voltage reaches approx 0.7 V, the transistor switches ON, allowing current to flow from collector to emitter, powering the fan. The transistor acts as an electronic switch.
  2. Without a resistor, excessive current would destroy the LED. R = (Vsupply - VLED) / I = (9 - 2) / 0.015 = 7 / 0.015 = 467 ohms. Nearest standard value: 470 ohm resistor.
  3. Microcontroller: programmable timing, flexible sequence, can add sensors, easy to modify, compact. Hard-wired: fixed sequence, difficult to modify, more components, less reliable. For a traffic light needing changes and sensor integration, a microcontroller is far superior.

🎯 Exam Tips

📝 Exam Technique

D&T Exam Tips:
For electronics questions: 1) Name the component, 2) State its function, 3) Explain how it works in context, 4) Use calculations where appropriate, 5) Evaluate the component choice.

⚠️ Common Errors

Watch Out!

Students often make mistakes here. Wrong: A transistor is just a small switch, similar to a mechanical switch. Correct: A transistor is an electronic switch with NO moving parts - switched by electrical signal (base current). Switching speed is millions of times per second, no contact bounce, no physical wear, can amplify signals, controlled by sensors/microcontrollers. Transistors enable all modern electronics.

✍️ Model Answer

Full-Mark Response

Design an electronic circuit for an automatic nightlight that turns on an LED when ambient light drops below a threshold. Name and explain each component.

A grade 9 response will: identify components - LDR (high resistance in dark, low in light), variable resistor (sets threshold), NPN transistor (switches LED), LED (light output), current-limiting resistor (protects LED); explain: LDR and variable resistor form a voltage divider - in daylight, base voltage below 0.7 V, transistor off; in darkness, base voltage exceeds 0.7 V, transistor on, LED lights.

📊 AO Deep Dive

Assessment Objective Analysis

AQA D&T 8552: Written exam 50% + NEA 50%. AOs: AO1 Recall (20%), AO2 Apply (30%), AO3 Analyse & evaluate (50%). For grade 9, demonstrate detailed understanding of component functions and circuit design principles.

📝 Exam Questions by Topic

🎬 Video Resources

Detailed Notes

Basic Electronic Components and Circuit Principles

Electronic components control the flow of electrical current to perform specific functions within a circuit. Resistors limit current flow and divide voltage, available as fixed or variable types. The resistor colour code system allows rapid identification of resistance values, a fundamental skill for GCSE D&T electronics. Capacitors store electrical charge and release it when needed, used in timing circuits, smoothing power supplies and filtering signals. Diodes allow current to flow in one direction only, with LEDs (light-emitting diodes) providing visual output in a vast range of UK consumer products from indicator lights to household lighting.

Transistors are the fundamental building blocks of modern electronics, acting as electronic switches or amplifiers. The bipolar junction transistor (BJT) has three terminals (base, collector, emitter) and is used in GCSE project circuits for switching LEDs, motors and relays. Field-effect transistors (FETs) are voltage-controlled devices used in digital logic circuits. Integrated circuits (ICs) contain thousands or millions of transistors on a single chip. The 555 timer IC is the most commonly used IC in UK GCSE electronics projects, configurable as an astable (oscillating) or monostable (one-shot) timer for applications ranging from timing circuits to pulse-width motor control.

Example

A student designing an automatic greenhouse watering system uses a 555 timer IC in monostable configuration to activate a water pump for a fixed duration when a moisture sensor detects dry soil. They calculate the timing using the formula t = 1.1 x R x C, selecting a 1MOhm resistor and 10uF capacitor to produce an approximately 11-second watering cycle, demonstrating AO2 application of circuit theory.

Input and Output Devices

Input devices convert physical quantities (light, temperature, pressure, sound) into electrical signals that a circuit can process. Light-dependent resistors (LDRs) decrease resistance as light intensity increases, used in automatic lighting and burglar alarm circuits. Thermistors change resistance with temperature, with NTC types (negative temperature coefficient) decreasing resistance as temperature rises, used in UK heating control systems and engine management. Potential dividers combine two resistors to produce a voltage output that varies with a physical quantity, forming the sensing element in most GCSE electronic projects.

Output devices convert electrical energy into useful work. Buzzers and piezo sounders provide audible alerts, used in alarm and notification circuits. Solenoids are electromagnetic actuators that produce linear motion, used in door locks and valve control. Relays are electrically-operated switches that allow low-power circuits to control high-power devices safely, essential in UK applications where a microcontroller output (5V, 20mA) must switch a mains appliance. Servo motors provide precise angular positioning, widely used in UK robotics and automation projects. 7-segment displays provide numeric output, whilst LCD modules display text and custom characters for more sophisticated user interfaces.

Example

A student designing a UK home security system specifies a reed switch (magnetic input sensor) on each door and window, connected to a PIC microcontroller that monitors all inputs. When any sensor is triggered in armed mode, the microcontroller activates a relay to switch a 12V siren, an LED indicator, and sends a signal to a wireless module. The relay provides safe isolation between the low-voltage logic circuit and the higher-current siren circuit.

Systems Approach and Microcontroller Programming

The systems approach models electronic products as input-process-output structures, with the process block performing the decision-making function. In modern GCSE D&T, programmable microcontrollers such as the PIC, Micro:bit or Arduino perform this processing role. The BBC Micro:bit, developed by the BBC and UK technology partners, is specifically designed for UK education and features an LED matrix, accelerometer, compass, Bluetooth and GPIO pins. Its MakeCode block programming environment and MicroPython support make it accessible for GCSE students whilst providing genuine embedded systems experience.

Flowchart-based programming allows students to design control logic before writing code. GCSE exam questions frequently require students to interpret or design flowcharts for electronic systems. Key programming constructs include sequencing (steps in order), selection (IF/THEN/ELSE decisions) and iteration (FOR/NEXT and WHILE loops). Subroutines allow code reuse and modular program design. Students should understand that microcontrollers process digital signals (0 or 5V) and require analogue-to-digital conversion (ADC) to read sensor values. The Micro:bit's built-in ADC simplifies this process, reading analogue inputs as values between 0 and 1023, which can be compared against thresholds in program logic.

Example

A student designing an automatic nightlight using the BBC Micro:bit writes a program that reads the LDR value on Pin 0 every 500 milliseconds. If the reading exceeds a threshold (indicating darkness), the Micro:bit displays a dim smiley face on the LED matrix and turns on Pin 1 to activate an external LED circuit. They include a debounce routine to prevent flickering at the threshold, demonstrating process thinking and programming competence.

Comparison

Electronic Component Comparison

ComponentFunctionKey SpecificationCircuit SymbolGCSE Use
ResistorLimits currentResistance (Ohms), power (W)ZigzagPotential dividers, timing
CapacitorStores chargeCapacitance (Farads), voltageTwo parallel linesTiming, smoothing, filtering
LEDEmits lightForward voltage, currentTriangle + lineVisual output, indicators
LDRLight sensorResistance decreases with lightResistor + arrowsAutomatic lighting, alarms
Thermistor (NTC)Temp sensorResistance decreases with heatResistor + temp symbolHeating control, thermostats
555 Timer ICTimer/oscillatorSupply voltage, output currentRectangle with pinsMonostable/astable circuits

Extended Practice

Q1: A student is designing an automatic plant watering system using a BBC Micro:bit. Draw a block diagram showing the input-process-output structure, identify the specific sensors and actuators required, and explain how the microcontroller program processes the sensor data to control the output.

Q2: Compare the use of a 555 timer IC and a BBC Micro:bit for controlling an electronic system in a GCSE NEA project. Evaluate the advantages and limitations of each approach with reference to flexibility, precision, complexity and the ability to modify functionality.

Share this page

Ready to ace your GCSE Design & Technology exams?

Get the best revision books and guides to boost your grades.