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.

DT4: Systems Approach to Designing

Foundation Higher AQAEdexcelOCREduqasCCEA

Input-process-output, open and closed loop systems, feedback, subsystems, flowcharts, systems diagrams; applied to product design contexts.

Fastmail

Systems Approach to Designing

Input-process-output, open and closed loop systems, feedback, subsystems, flowcharts, systems diagrams; applied to product design contexts.

Key Fact: Systems approach: breaking down a product into interrelated subsystems — input (sensor/switch), process (microcontroller/logic), output (actuator/display).
Key Fact: Open-loop system: no feedback — output does not affect input. E.g. a toaster with a timer: it runs for a set time regardless of how brown the bread is.
Key Fact: Closed-loop system: uses feedback to adjust output — e.g. central heating with a thermostat senses temperature and switches the boiler on/off to maintain the set point.
Key Fact: Feedback: information about the output fed back to the input to adjust the process — essential for precision and consistency.
Key Fact: Flowcharts and systems diagrams: visual tools to represent how subsystems connect — standard symbols (oval=start/end, rectangle=process, diamond=decision, parallelogram=input/output).

📋 Key Vocabulary and Concepts

For Systems Approach to Designing, you must know:

❓ Practice Questions

Q1: Explain the difference between an open-loop and a closed-loop system, giving an example of each.

Q2: A washing machine uses sensors to detect load weight and water temperature. Draw a systems diagram and explain how feedback is used.

Q3: Why is a closed-loop system more suitable than an open-loop system for controlling a greenhouse irrigation system?

✅ Answers

  1. Open-loop: no feedback — the system does not monitor its own output. E.g. a fan heater with a simple on/off switch runs at fixed power. Closed-loop: feedback adjusts the output. E.g. a fan heater with a thermostat senses room temperature and adjusts power to maintain the desired temperature.
  2. Input: load sensor, temperature sensor, water level sensor. Process: microcontroller compares sensor data with programmed settings. Output: motor speed, water valve, heater control. Feedback: temperature sensor feeds back actual water temperature; microcontroller adjusts heater to reach target. Load sensor determines cycle time — heavier loads need longer.
  3. A greenhouse needs precise moisture levels: too little water kills plants, too much causes root rot. Closed-loop: soil moisture sensor provides feedback, microcontroller activates irrigation only when moisture drops below threshold. Open-loop: timer-based watering regardless of soil conditions — wastes water in rain, underwater in drought. Closed-loop is essential where conditions vary.

🎯 Exam Tips

📝 Exam Technique

D&T Exam Tips:
For systems questions, always: 1) State whether open or closed loop, 2) Identify input-process-output, 3) If closed loop, describe the feedback mechanism, 4) Explain why the system type is appropriate for the context. This structure covers AO1–AO3.

⚠️ Common Errors

Watch Out!

Students often make mistakes here. Wrong: A closed-loop system is always better than an open-loop system because it has feedback. Correct: Closed-loop systems are more precise but also more complex, expensive and potentially less reliable (more components can fail). Open-loop is appropriate where conditions are predictable and precision is not critical — e.g. a simple nightlight that turns on at dusk needs no feedback. Choose the simplest system that meets the requirements.

✍️ Model Answer

Full-Mark Response

Design a closed-loop system for an automatic greenhouse ventilation system. Explain the input, process, output and feedback, and justify why a closed-loop approach is necessary.

A grade 9 response will: define input (temperature sensor and humidity sensor inside greenhouse), process (microcontroller compares readings with set points — e.g. 25°C and 60% RH), output (motor opens roof vents, fan activates), feedback (continuous sensor monitoring — when temperature drops below set point, vents close, fan stops); explain why closed-loop is needed (external temperature fluctuates, solar gain varies, open-loop timer cannot respond to actual conditions); discuss safety features (vent limit switches, alarm for sensor failure) and energy efficiency (vents use natural convection before activating fans).

📊 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 systems thinking by analysing subsystem interactions and evaluating system choices with reference to specific contexts.

📝 Exam Questions by Topic

🎬 Video Resources

Detailed Notes

Systems Thinking and Block Diagrams

The systems approach to designing models complex products as interconnected systems with inputs, processes and outputs. This method simplifies product analysis by breaking down functionality into manageable blocks, each performing a specific transformation. In GCSE D&T, the input-process-output model is fundamental: a sensor detects a condition (input), a microcontroller processes the signal (process), and an actuator responds (output). For example, in an automatic hand dryer, an infrared proximity sensor (input) detects hands, the timer circuit (process) activates for a set duration, and the heating element and motor (output) deliver warm air. UK manufacturer Dyson applies systems thinking rigorously in their product development process.

Block diagrams represent systems visually, showing how subsystems connect and communicate. Each block represents a functional element with defined inputs and outputs, connected by signal flow arrows. Feedback loops, where the output signal feeds back to influence the input, are crucial for control systems. Negative feedback stabilises a system around a set point (like a thermostat maintaining room temperature), whilst positive feedback amplifies changes (like a microphone howling near a speaker). Understanding feedback is essential for GCSE electronics and control systems questions, and students should be able to identify and explain feedback in familiar products.

Example

A student analysing a UK central heating system draws a block diagram showing: temperature sensor (input) feeds current room temperature to a comparator (process), which compares it against the thermostat setting. If the room is too cold, the comparator signals the relay (process) to activate the boiler and pump (output). As the room warms, the sensor detects the change, and the comparator switches the boiler off, demonstrating negative feedback control.

Subsystems and Integration

Complex products consist of multiple subsystems that must work together reliably. A modern UK washing machine contains a water heating subsystem, a motor control subsystem, a timing subsystem, a display subsystem and a safety subsystem. Each can be designed and tested independently before integration, which is the core advantage of the systems approach. Interface design between subsystems is critical: voltage levels, signal types (analogue or digital) and communication protocols must be compatible. The I2C and SPI protocols are common standards for connecting microcontrollers to sensors and displays in GCSE project work.

The BBC Micro:bit exemplifies subsystem integration in UK education. Its accelerometer subsystem provides tilt and motion data, the compass subsystem provides heading information, the radio subsystem enables wireless communication between Micro:bits, and the GPIO subsystem connects external components. Students programming the Micro:bit for GCSE projects learn to manage multiple subsystems simultaneously, using event-driven programming to respond to sensor inputs whilst controlling outputs. Understanding how subsystems share resources (processor time, memory, power) and communicate is a key systems concept that examiners test in extended response questions.

Example

A student designing a weather station using the BBC Micro:bit integrates four subsystems: a temperature sensor (analogue input via ADC), a wind speed sensor (digital pulse input), a 16x2 LCD display (output via I2C), and a radio link (communication subsystem) to send data to a base station. They design a main program loop that polls each sensor in sequence, processes the data, updates the display and transmits readings every 60 seconds.

Control Systems and Automation

Control systems regulate a process variable to maintain a desired output. Open-loop systems operate without feedback, executing a predetermined sequence regardless of the actual output state. A simple timer-based garden watering system is open-loop: it runs for a set time regardless of soil moisture. Closed-loop systems use feedback to compare the actual output with the desired output, adjusting the process accordingly. Most UK domestic heating systems use closed-loop control with a room thermostat providing feedback. GCSE students must be able to distinguish between open and closed-loop systems and justify the choice for specific applications.

Programmable logic controllers (PLCs) are industrial computers used in UK manufacturing for automation and control. They are programmed using ladder logic, a graphical language that represents logic operations as switch contacts and coil outputs. The UK food and beverage industry uses PLCs extensively for automated bottling, packaging and quality control. For GCSE purposes, microcontrollers (PIC, Arduino, Micro:bit) serve a similar function on a smaller scale, processing sensor inputs and controlling actuators according to programmed logic. Understanding the principles of control, including set points, comparators and actuators, enables students to design effective automated systems for their NEA projects.

Example

A student designing an automated greenhouse ventilation system uses a closed-loop control approach: a temperature sensor measures the internal temperature (feedback), a Micro:bit compares this against the desired 22 degrees Celsius set point, and a servo motor opens or closes the roof vent to regulate temperature. They implement proportional control, where the vent opens wider the further the temperature exceeds the set point, providing smoother regulation than simple on/off switching.

Comparison

Control System Type Comparison

System TypeFeedbackExampleAdvantageLimitation
Open-loopNoneTimer-based wateringSimple, cheapNo error correction
Closed-loopNegativeCentral heating thermostatSelf-correcting, stableMore complex, costlier
Bang-bangOn/offOven thermostatSimple implementationOscillation around set point
ProportionalContinuousIndustrial temperature controlSmooth, preciseSteady-state error
MicrocontrollerProgrammableBBC Micro:bit projectsFlexible, multifunctionRequires programming
PLCIndustrialUK food packaging linesRobust, standardisedExpensive for small scale

Extended Practice

Q1: Draw a block diagram for an automatic hand dryer, identifying the input sensor, process controller and output actuators. Explain how the system uses feedback to prevent the dryer from running indefinitely, and evaluate whether an open-loop or closed-loop approach is more appropriate for this application.

Q2: A UK central heating system uses closed-loop control with a room thermostat. Explain how negative feedback maintains the desired temperature, and evaluate the advantages of adding a programmable timer and weather compensation sensor to improve the system's efficiency.

Share this page

Ready to ace your GCSE Design & Technology exams?

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