Detailed notes on Automated and emerging technologies for Cambridge IGCSE Computer Science, covering key concepts, explanations, examples, and exam-focused revision points.
Automated Systems Study Notes — Cambridge IGCSE Computer Science 0478 (2026-2028 syllabus)
Systems that monitor and control real-world processes using sensors, microprocessors and actuators — with little or no human input. The 5-step control loop, real-world examples (industrial, agricultural, transport, weather, lighting, security), and the trade-offs of letting computers take charge.
Actuators convert electrical signals to physical actions.
Pros: 24/7, precision, lower long-term cost.
Cons: high upfront cost, job displacement, fragile to edge cases.
Always specify the SPECIFIC sensor type for the scenario.
What you’ll learn
Mapped to the Cambridge IGCSE 0478 syllabus (2026-2028).
1.12.1 — Describe what an automated system is.
1.12.2 — Explain how sensors, a microprocessor and actuators work together.
1.12.3 — Identify uses of automated systems in industry, transport, agriculture and the home.
1.12.4 — Discuss advantages and disadvantages of automation.
How an automated system works — the 5-step loop
▼
Read the sensor, compare against a threshold, trigger the actuator, repeat.
Every automated system follows the same loop, regardless of whether it's a glasshouse controller or an aircraft autopilot.
Step 1 — Sensor reading. A sensor takes a continuous reading of the relevant physical quantity (temperature, light, motion, pressure, moisture, pH, gas concentration, distance).
Step 2 — Analogue-to-digital conversion. If the sensor produces an analogue signal, it's converted to a digital value by an ADC. (Some sensors produce digital output directly.)
Step 3 — Comparison to threshold. The microprocessor compares the digital value to a PRE-SET range or threshold stored in its program — for example, 'temperature should be 18-26°C'.
Step 4 — Actuator response. If the reading is OUTSIDE the target range, the microprocessor sends signals to ACTUATORS — motors, valves, heaters, alarms, displays — to bring conditions back. If within range, no action.
Step 5 — Loop continues. Sensors keep reading; the comparison-and-respond cycle repeats forever (or until the user intervenes).
This is a feedback loop — the system keeps adjusting based on what it observes. Almost every embedded controller in the world works this way.
Sensor → ADC → microprocessor → actuator → environment → back to sensor. The same loop runs in glasshouses, ABS brakes, and robot vacuums.
Cambridge tip. Mark schemes use this five-step structure verbatim. Memorise it and adapt the sensor/actuator names to match the scenario in the question.
Industry, transport, agriculture, home, weather, security — each fits the same pattern.
Automated systems show up everywhere modern life touches.
Industrial production. Pick-and-place machines on circuit-board assembly. Welding lines on cars. Bottling lines at drinks factories. Sensors check alignment, fill level, temperature; actuators move arms, drop valves, fire heaters.
Smart lighting — light + motion sensors control indoor and outdoor lights.
Weather and environmental monitoring. Automatic weather stations log temperature, pressure, humidity, wind speed/direction and rainfall, transmitting readings to a central server.
Security. Burglar alarms (door switches, motion sensors → siren + control panel). Automatic gates with proximity / RFID sensors and motor actuators.
Cambridge tip. When a question gives an unfamiliar scenario, fit it to the five-step loop — name a sensor for each input quantity, an actuator for each output action, and a microprocessor doing the comparing.
Feedback loop — readings keep coming, decisions keep being made.
Always specify the specific sensor type for the scenario.
How it’s examined
Automated systems appear on every Paper 1. Most-tested questions: describe how an automated system works (6 marks), automated [glasshouse/heating/factory/etc.] scenario (6-8 marks), advantages and disadvantages (6 marks). Examiner reports flag generic 'a sensor' answers and missing the microprocessor step as the most common errors.
Step-by-step solutions to past-paper-style questions on automated systems, written exactly the way a tutor would explain them at the board.
1Name the three parts of an automated system (2 marks)
Getting started• 0478 Paper 1 — style• automated-system
▼
Question
An automated system controls a process with little or no human intervention. Name the THREE types of component such a system needs. (2 marks)
Step-by-step solution
Step 1
Input + output devices (1 mark). SENSORS take readings of the environment (input). ACTUATORS produce a physical action to change the environment (output).
Step 2
The decision-maker (1 mark). A MICROPROCESSOR sits between them — it reads the sensor data, makes the decision and switches the actuators. Naming all three (sensor, microprocessor, actuator) earns both marks.
Answer
Sensors, a microprocessor, and actuators.
Examiner tip
The most-dropped word here is 'microprocessor'. Listing only 'sensors and actuators' caps you at 1 mark — the processing/decision component must be named.
2Sensor or actuator? (2 marks)
Getting started• 0478 Paper 1 — style• automated-system, sensors
▼
Question
An automatic security light turns on when it gets dark and someone walks past. For EACH device below, state whether it is a sensor or an actuator: (i) light sensor, (ii) motion (infra-red) sensor, (iii) the lamp. (2 marks)
Step-by-step solution
Step 1
The inputs (1 mark). A device that MEASURES a physical quantity and feeds data IN is a sensor. So (i) the light sensor and (ii) the motion sensor are both sensors.
Step 2
The output (1 mark). A device that performs a physical ACTION in response to the microprocessor is an actuator. So (iii) the lamp is an actuator (driven by a relay/switch).
Answer
(i) sensor, (ii) sensor, (iii) actuator.
Examiner tip
Tell input from output by direction of data: sensors send data TO the microprocessor; actuators receive signals FROM it.
3How an automated system works (6 marks)
Building confidence• Adapted from 0478/12 Oct/Nov 2023 Q4• automated-system
▼
Question
Describe how an automated system uses sensors and a microprocessor to control its environment. (6 marks)
Step-by-step solution
Step 1
Sensors take readings (1 mark). The system has appropriate sensors (temperature, light, pressure, motion, humidity, etc.) that continuously capture readings.
Step 2
Analogue-to-digital conversion (1 mark). If the sensor output is analogue, an ADC converts it to a digital value the microprocessor can read.
Step 3
Comparison to thresholds (2 marks). The microprocessor compares each reading to PRE-SET thresholds (target range, alarm levels) stored in its program.
Step 4
Actuator response (1 mark). If the reading is outside the target range, the microprocessor sends signals to ACTUATORS (motors, valves, heaters, alarms) to bring conditions back in range.
Step 5
Loop continues (1 mark). Sensors keep taking readings; the comparison-and-respond cycle repeats continuously without human input.
Answer
Sensor → ADC → microprocessor → compare to threshold → actuator → loop. The same five steps fit ANY automated-system question; adapt the sensors and actuators to the scenario.
Examiner tip
The 2-mark step is the COMPARISON to stored/preset values — that is what makes it 'automated' rather than just 'a sensor with a light'. Make the comparison explicit.
4Advantages and disadvantages of automation (5 marks)
Building confidence• 0478 Paper 1 — style• automation
▼
Question
State THREE advantages and TWO disadvantages of using an automated system in industry. (5 marks)
Step-by-step solution
Step 1
Advantages (3 marks). (a) RUNS 24/7 — no breaks, no shifts, higher output. (b) GREATER PRECISION — fewer human errors, consistent quality. (c) LOWER LONG-TERM COSTS — smaller wage bill, less waste.
Step 2
Disadvantages (2 marks). (a) HIGH UPFRONT COST — sensors, actuators, microprocessors, integration, training. (b) JOB DISPLACEMENT — workers may lose roles; reskilling needed. (Other valid: vulnerable to cyber attack; if a sensor fails the whole loop fails; cannot handle edge cases that weren't programmed.)
1 mark per distinct, correct point. Repeating the same idea twice (e.g. 'cheaper' and 'saves money') only scores once — make each point genuinely different.
5Automated glasshouse (6 marks)
Stretch• 0478 Paper 1 — style• automated-system, agriculture
▼
Question
An automated glasshouse maintains optimal conditions for growing tomatoes. Describe the sensors and actuators it uses, and explain how the system controls the temperature. (6 marks)
Step-by-step solution
Step 1
Sensors (2 marks). TEMPERATURE — air temperature in the glasshouse. MOISTURE — soil-moisture sensor in the growing beds. (LIGHT — light-intensity sensor on the roof — also creditable.)
Step 2
Actuators (2 marks). Temperature: VENT MOTORS / FANS to cool, HEATER to warm. Moisture: SPRINKLER VALVE / DRIP-IRRIGATION pump. (Grow-light relay / shade motors for light — also creditable.)
Step 3
Temperature control loop (2 marks). The microprocessor reads the temperature sensor and compares it to the stored target range (e.g. 18-26°C). If too high it opens vents / runs fans; if too low it switches on the heater; the actuator stays on until the reading returns to range. The loop repeats continuously.
Answer
Sensors: temperature + moisture (+ light). Actuators: vents/fans/heater + sprinkler valve. Microprocessor compares temperature to the stored range and drives the matching actuator in a continuous feedback loop.
Examiner tip
A 'Stretch' answer pins the loop to ONE named variable (temperature) end-to-end — sensor, comparison to a concrete range, the actuator chosen for too-high vs too-low, and the repeat. Generic 'it controls conditions' loses the explanation marks.
6Automated system in a self-driving car (6 marks)
Stretch• 0478 Paper 1 — style• automated-system, transport
▼
Question
A self-driving car uses an automated system to keep a safe distance from the vehicle in front. Explain how the sensors, microprocessor and actuators work together to do this. (6 marks)
Step-by-step solution
Step 1
Sensing the gap (2 marks). Proximity / distance sensors (e.g. radar, ultrasonic or LiDAR) at the front of the car continuously measure the distance to the vehicle ahead and the car's own speed.
Step 2
Microprocessor decision (2 marks). The microprocessor compares the measured distance to a stored SAFE minimum (which it scales with speed). It decides whether the car is too close, at a safe gap, or too far.
Step 3
Actuator response + loop (2 marks). If too close, it signals the BRAKING actuator to slow down / reduce the throttle; if the gap is large it signals the throttle/accelerator actuator to speed up to the set limit. Sensors keep reading and the cycle repeats many times a second — a feedback loop with no driver input.
Answer
Distance sensors measure the gap → microprocessor compares it to a stored safe value (scaled by speed) → it triggers the brake actuator (too close) or throttle actuator (too far) → loop repeats continuously.
Examiner tip
Top answers make the COMPARISON the centre of the explanation and name the actuator for each case (brake vs throttle). Reward the continuous feedback loop, not a one-off 'sees the car and stops'.
Model Answers — Automated Systems
High-scoring sample answers for automated systems on the Cambridge IGCSE 0478 paper, with examiner-style notes mapping each response to the mark scheme and assessment objectives.
Question 1
0478 Paper 1 — style1 mark
State what is meant by an actuator in an automated system. [1]
Model answer
An actuator is an output device that converts a signal from the microprocessor into a physical action — for example a motor, valve, heater or alarm.
Why this scores
AO1 (1 mark): output device that produces a physical action / movement in response to the microprocessor. Just naming an example device (e.g. 'a motor') with no idea of its role does not score.
Question 2
0478 Paper 1 — style2 marks
An automated greenhouse contains a moisture sensor and a water pump. State which is the input device and which is the output device, and give a reason for each. [2]
Model answer
The moisture sensor is the INPUT device because it measures a physical quantity (soil moisture) and sends that data TO the microprocessor. The water pump is the OUTPUT device (an actuator) because it receives a signal FROM the microprocessor and performs a physical action (pumping water) to change the environment.
Why this scores
AO2 (2 marks): 1 mark for correctly identifying sensor = input / pump = output, 1 mark for a valid reason tied to direction of data (sensor → microprocessor; microprocessor → actuator). Identification alone with no reason scores 1.
Question 3
0478 Paper 1 — style3 marks
An automated central-heating system keeps a house at a comfortable temperature. Identify the sensor and the actuator it uses, and state what the microprocessor compares the sensor reading against. [3]
Model answer
The sensor is a temperature sensor that measures the air temperature in the house. The actuator is the boiler / heater (relay-switched) that warms the rooms (a motorised valve or pump is also acceptable). The microprocessor compares the temperature reading against a stored/preset target temperature (or target range) set by the user, and switches the heater on or off accordingly.
Why this scores
AO1/AO2 (3 marks): 1 sensor, 1 actuator, 1 for the comparison value (preset/target temperature). Many candidates name the sensor and actuator but omit what the reading is compared to — that is the mark that distinguishes a real automated system.
Question 4
0478 Paper 1 — style4 marks
A car factory replaces a manual production line with an automated system. State two advantages and two disadvantages of this change. [4]
Model answer
Advantages: (1) The system can run 24 hours a day without breaks, increasing output. (2) Work is more precise and consistent, so there are fewer human errors and less waste. Disadvantages: (1) The initial cost is high — sensors, actuators, microprocessors and installation are expensive. (2) Workers may lose their jobs (job displacement), and remaining staff need retraining to maintain the system.
Why this scores
AO1/AO2 (4 marks): 1 mark each for two distinct advantages and two distinct disadvantages. Both sides must be covered — four advantages cap at 2 marks. Distinct points only: 'cheaper' and 'saves money' count once.
Question 5
0478 Paper 1 — style5 marks
Describe how an automated system uses sensors and a microprocessor to control the temperature of water in an automated fish tank. [5]
Model answer
A temperature sensor in the tank continuously measures the temperature of the water and sends the readings to the microprocessor (an ADC converts the analogue reading to digital if needed). The microprocessor compares each reading against a stored/preset target range for the fish (e.g. a safe temperature band). If the temperature is too low, the microprocessor sends a signal to the heater actuator to switch it on; if the temperature is too high, it switches the heater off (or turns on a cooler/fan). The sensor keeps taking readings and the compare-and-respond cycle repeats continuously as a feedback loop, with no human intervention.
Why this scores
AO1/AO2 (5 marks): sensor reads (1); data sent to microprocessor / ADC converts (1); microprocessor COMPARES to a preset value (1); actuator switched in response, with the correct action for too-high vs too-low (1); continuous loop / no human input (1). The comparison and the loop are the marks weak answers miss.
Question 6
0478 Paper 1 — style6 marks
Discuss the advantages and disadvantages of using automated systems instead of human workers in a large warehouse. [6]
Model answer
Advantages: Automated systems (e.g. sensor-guided robots and conveyors controlled by microprocessors) can operate 24/7 without rest, increasing throughput. They work with greater precision and consistency, so there are fewer picking and packing errors and less wasted stock. They can work safely in conditions that are hazardous or uncomfortable for people (heavy lifting, cold stores). Over time labour costs fall.
Disadvantages: The initial outlay is very high — sensors, actuators, microprocessors, software and installation. Workers may be made redundant (job displacement) and need retraining. The system depends on its sensors and software: if a sensor fails or the network is attacked (cyber-security risk), the whole process can stop, and the system cannot easily handle unusual situations it was not programmed for.
Conclusion: Automation suits high-volume, repetitive warehouse work where reliability and round-the-clock running outweigh the high setup cost, but the business must plan for the upfront investment, staff impact and maintenance/security of the system.
Why this scores
AO1/AO2/AO3 (6 marks): up to 4 marks for balanced, developed points (at least one advantage AND one disadvantage required — a one-sided answer caps at ~3); marks for development/context (warehouse-specific examples such as sensor-guided robots); 1-2 marks for a reasoned conclusion/judgement (AO3). Listing without any link to the warehouse context limits the mark.
Key Definitions and Keywords — Automated Systems
Definitions to memorise and the exact keywords mark schemes credit for automated systems answers — sharpened from recent examiner reports for the 2026 0478 sitting.
Automated system
Examiner keyword▼
A system that uses sensors, a microprocessor and actuators to monitor and control a process WITHOUT continuous human input.
Microprocessor
Examiner keyword▼
A single-chip CPU that runs the program controlling an automated system — reads sensors, compares values, triggers actuators.
Actuator
Examiner keyword▼
An output device that converts an electrical signal into a physical action (motor, valve, heater, alarm). The microprocessor's way of changing the environment.
Threshold
▼
A pre-set value (or range) the microprocessor compares sensor readings against. Crossing a threshold triggers an actuator response.
Feedback loop
▼
A control cycle where sensor readings continuously inform actuator decisions. Used by every automated system.
ADC (Analogue-to-Digital Converter)
▼
Converts analogue sensor signals (continuous voltage/current) into digital values the microprocessor can process.
Common Mistakes and Misconceptions — Automated Systems
The traps other students keep falling into on automated systems questions — taken from recent Cambridge IGCSE 0478 examiner reports and mark schemes — and how to avoid them.
✕Equating 'automated system' with 'robot'
▼
Why it happens
Both involve machines acting without people.
How to avoid it
Robots are ONE kind of automated system (mechanical agents that interact with the physical world). A glasshouse controller, a smart heating system or a printing line is automated but not a robot.
✕Forgetting to mention the microprocessor
0478 Examiner Reports 2022-2024
▼
Why it happens
Students focus on sensors and actuators.
How to avoid it
Mark scheme expects: sensors → MICROPROCESSOR (compares, decides) → actuators. The middle step is the most important and the one most often dropped.
✕Listing only advantages of automation
▼
Why it happens
Students associate automation with progress.
How to avoid it
Mark scheme always wants BOTH SIDES — high cost, job displacement, dependency, cyber-attack exposure are all valid disadvantages.
✕Saying 'a sensor' without specifying type
▼
Why it happens
Students don't pause to choose the right one.
How to avoid it
Always specify temperature / moisture / light / pressure / motion / humidity / pH — whichever fits the scenario.
Automated Systems — frequently asked questions
The things students keep getting wrong in this sub-topic, answered.