DT14: Electronic and Electrical Components
Resistors, capacitors, transistors, LEDs, switches, relays, ICs, microcontrollers; analogue and digital systems; circuit design and component functions.
Resistors, capacitors, transistors, LEDs, switches, relays, ICs, microcontrollers; analogue and digital systems; circuit design and component functions.
Resistors, capacitors, transistors, LEDs, switches, relays, ICs, microcontrollers; analogue and digital systems; circuit design and component functions.
For Electronic and Electrical Components, you must know:
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.
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.
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.
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.
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.
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 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.
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.
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.
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.
| Component | Function | Key Specification | Circuit Symbol | GCSE Use |
|---|---|---|---|---|
| Resistor | Limits current | Resistance (Ohms), power (W) | Zigzag | Potential dividers, timing |
| Capacitor | Stores charge | Capacitance (Farads), voltage | Two parallel lines | Timing, smoothing, filtering |
| LED | Emits light | Forward voltage, current | Triangle + line | Visual output, indicators |
| LDR | Light sensor | Resistance decreases with light | Resistor + arrows | Automatic lighting, alarms |
| Thermistor (NTC) | Temp sensor | Resistance decreases with heat | Resistor + temp symbol | Heating control, thermostats |
| 555 Timer IC | Timer/oscillator | Supply voltage, output current | Rectangle with pins | Monostable/astable circuits |
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.
Get the best revision books and guides to boost your grades.