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.
EN13: Electronic Systems
AQA 8852 & WJEC Eduqas 5799QA
Sensors, logic gates, microcontrollers, interfacing and programmable devices in engineering.
Electronic Systems
Sensors, logic gates, microcontrollers, interfacing and programmable devices in engineering.
Key Fact: Electronic systems process information using electronic components: input (sensors), process (logic/programming), output (actuators).
Key Fact: Analogue signals vary continuously; digital signals have only two states (high/low, 1/0); ADCs convert analogue to digital.
Key Fact: Logic gates process digital signals: AND (output high only if all inputs high), OR (output high if any input high), NOT (inverts).
Key Fact: Combining logic gates creates combinational logic circuits for specific decision-making functions.
Key Fact: Programmable devices (microcontrollers, PICs) can be programmed to perform complex control tasks using software.
Key Fact: Flowcharts represent program logic: start/stop terminals, process boxes, decision diamonds and I/O parallelograms.
Key Fact: Transistors and FETs act as electronic switches or amplifiers, interfacing between low-power logic and high-power loads.
Key Fact: Timer circuits (555 timer) generate timed delays or oscillating signals for control applications.
Key Fact: Counter and comparator circuits process digital signals for counting events, timing or comparing values.
Key Fact: Output components include LEDs, 7-segment displays, LCDs, buzzers, piezo sounders and stepper motors.
Key Fact: Process blocks follow the input-process-output model: sensor detects, processor decides, actuator responds.
📋 Key Vocabulary and Concepts
For Electronic Systems, you must know:
Microcontroller: A programmable integrated circuit containing a processor, memory and input/output ports on a single chip.
ADC: Analogue-to-Digital Converter — a circuit that converts a continuous analogue signal into a discrete digital value.
Logic gate: An electronic component that performs a Boolean logic function on one or more digital inputs to produce a single output.
LDR: Light Dependent Resistor — a sensor whose resistance decreases as light intensity increases.
Thermistor: A temperature-sensitive resistor whose resistance changes significantly with temperature (NTC: resistance decreases as temperature rises).
FET: Field Effect Transistor — a voltage-controlled semiconductor device used as a switch or amplifier.
❓ Practice Questions
Q: Explain the difference between analogue and digital signals, giving an example of each.
Q: Draw a truth table for a 2-input AND gate and a 2-input OR gate.
Q: Explain why a microcontroller is more flexible than a hard-wired logic gate circuit.
Q: Describe how a transistor is used as an interface between a logic gate and a motor.
Q: A system must sound a buzzer when temperature exceeds 30 degrees C AND a door is open. Design the logic solution.
✅ Answers
Analogue signals vary continuously over a range (e.g. temperature sensor output 0-5V). Digital signals have only two states, high or low (e.g. a switch output that is either 0V or 5V).
AND: output is 1 only when both inputs are 1 (00->0, 01->0, 10->0, 11->1). OR: output is 1 when any input is 1 (00->0, 01->1, 10->1, 11->1).
A microcontroller's behaviour is determined by its program, which can be changed without altering the hardware. A logic gate circuit performs a fixed function determined by the wiring; any change requires rewiring. Microcontrollers can also handle complex sequences, timing, counting and decision-making that would require many logic gates.
The logic gate output (typically 5V, a few mA) is connected to the transistor base through a resistor. The transistor acts as a switch: when the logic output is high, the transistor turns on, allowing a much larger collector current to flow through the motor from the power supply. The transistor thus amplifies the small logic signal to drive the high-current load.
A thermistor and potential divider produce a high output above 30 degrees C. A door switch produces a high output when open. Both signals feed into a 2-input AND gate. The AND gate output goes high only when both conditions are true, driving a transistor that powers the buzzer.
🎯 Exam Tips
When designing electronic systems, always identify the input, process and output blocks separately.
Logic gate truth tables must be complete for all input combinations — use systematic ordering (00, 01, 10, 11).
In microcontroller questions, describe the program using flowchart symbols or pseudocode.
Transistor interfacing questions are common: explain base, collector and emitter currents clearly.
Remember that sensors produce analogue signals that need ADC conversion before digital processing.
📝 Exam Technique
GCSE Engineering Exam Tips — Electronic Systems:
1. For Electronic Systems questions, use precise design and technology terminology
2. Consider function, aesthetics, ergonomics, sustainability and cost in your answers
3. When evaluating, justify your design decisions with reference to user needs and specifications
4. Show your understanding of Electronic Systems through both theory and practical application
5. Reference real products and manufacturing processes where relevant
⚠️ Common Errors
✗ Logic gates can directly drive motors and other high-current loads.✓ Logic gate outputs are low current (a few mA); a transistor or relay interface is needed to switch the higher current required by motors and other loads.
✗ Microcontrollers do not need programming to work.✓ Microcontrollers must be programmed with specific instructions; without a program, they do nothing.
✗ An LDR's resistance increases when light intensity increases.✓ An LDR (light dependent resistor) has resistance that DECREASES as light intensity increases.
✗ Analogue and digital signals are interchangeable without any conversion.✓ Analogue signals must be converted to digital using an ADC before a microcontroller can process them; digital signals need a DAC to produce analogue outputs.
✍️ Model Answer
Full-Mark Response
A greenhouse ventilation system must automatically open a window (using a motor) when temperature exceeds 25 degrees C and light level is above a threshold. Design the input-process-output system. [6 marks]
The input uses a thermistor in a potential divider to produce a voltage that rises with temperature; a comparator (or ADC threshold in a microcontroller) outputs a digital high when temperature exceeds 25 degrees C. A second input uses an LDR in a potential divider to detect high light levels, also outputting a digital high when the light threshold is exceeded. The process block is a 2-input AND gate (or software logic in a microcontroller) that outputs high only when both temperature AND light conditions are met. The output drives a transistor interfacing circuit that switches the motor to open the window. A limit switch detects when the window is fully open and stops the motor. A microcontroller solution offers greater flexibility: the temperature and light thresholds can be adjusted in software, and additional features (timer delays, manual override, display of current readings) can be added without hardware changes.
📊 AO Deep Dive
Assessment Objective Analysis
AO1 (Knowledge & Understanding): Demonstrate knowledge and understanding of electronic systems, including materials, manufacturing processes and engineering systems relevant to AQA 8852 & WJEC Eduqas 5799QA.
AO2 (Application): Apply knowledge and understanding of electronic systems to analyse, design and manufacture engineering solutions.
AO3 (Evaluation): Evaluate engineering solutions, making reasoned judgements about material choices, manufacturing processes, performance and practical considerations, constructing supported arguments.