Cambridge O Level Computer Science · Syllabus 2210 · Automated and Emerging Technologies
Automated System
What is Automated System?
A system in which sensors, a microprocessor and — where the task requires them — actuators work in collaboration so that a process is monitored, and often controlled, according to programmed instructions with limited or no continuous human intervention.
This definition is part of the Automated and Emerging Technologies chapter in Cambridge O Level Computer Science.
Automated System in context
An automated system is a system in which sensors, a microprocessor and — where the task requires them — actuators work together so that a process is monitored, and often controlled, with limited or no continuous human intervention. Robotics is a branch of computer science that covers the design, construction and operation of robots — machines that have a mechanical structure, electrical components and a program that can be changed. Artificial intelligence is a branch of computer science concerned with the simulation of intelligent behaviours by computers, and at this level it means two things only: expert systems and machine learning. The three ideas overlap in real products, but they are three separate tests, and an answer that treats them as one loses marks.
These three terms are not interchangeable, and they are not mutually exclusive either. Each one is a separate test that a machine either passes or fails, and a single machine can pass one, two or all three. A streetlight with a light sensor is an automated system but is neither a robot nor AI. A welding arm running a fixed stored program is an automated system and a robot but is not AI. An expert system that identifies a machine fault from typed answers is AI but has no sensors, no actuators and no mechanical body at all.
An automated system is a system that carries out its operations with limited or no continuous human intervention, acting on input data from sensors according to programmed instructions held in a microprocessor. What makes it automated is not the electricity, the moving parts or the screen: it is that the system takes its own measurements and decides its own next action, repeatedly, without somebody standing there deciding for it. A person may still set the target value, switch the system on and off, maintain it and override it — automation removes the continuous supervision, not the human being.
The syllabus names seven scenario areas — industry, transport, agriculture, weather, gaming, lighting and science — and expects you to describe automated systems drawn from them. The trap is to learn seven vague sentences. What actually earns marks is one concrete system per area, held in memory with its sensor, its measured property, its preset value and its actuator, so that when an unfamiliar variant appears you have a working template rather than a slogan. This section covers the first three areas; section 6.1 E covers the remaining four.
The syllabus outcome is “describe the advantages and disadvantages of an automated system used for a given scenario”. Those last four words are the whole assessment. A memorised list — faster, cheaper, more accurate, expensive, job losses — will not score, because it would be equally true of a photocopier. What scores is a point that could only be made about this system: which sensor, which reading, which cost, which consequence for the named farm, factory, junction or laboratory.
Robot evaluation follows the same three-part frame as automated systems — point, reason, consequence in this scenario — but the reasons are different, because a robot has a body. Its advantages come from what a body can do that a person's body cannot: repeat a movement to the same coordinates for years, hold a heavy load without tiring, enter a space that is too hot, too small, too contaminated or too far away. Its disadvantages come from the same source: bodies are expensive to buy, they wear out, they are dangerous when they move, and they cannot improvise when the object in front of them is not where the program says it is.
Almost every mark lost in this topic comes from merging two things that the syllabus keeps apart. These three tables are the separations that matter: sensor against microprocessor against actuator, automated system against robot against AI, and expert system against machine learning. If you can reproduce all three from memory, you can answer any comparison question Topic 6 can set.
Common mistakes with Automated System
- M1. “Every automated system is artificially intelligent.” Why wrong Almost every automated system in this syllabus compares one measurement with one preset value and switches something. That is rule-based control, and no reasoning across a body of knowledge takes place. Say instead “The microprocessor compares the reading with the stored preset value and, following its stored program, sends an output signal to the actuator.”
- M2. “Every automated system contains a robot.” Why wrong Most have no mechanical body at all. A relay switching a lamp, a valve opening and a heating element are actuators, not robots. Say instead “The actuator is a switching relay, which turns the lamp on. There is no mechanical framework, so this is not a robot.”
- M6. “Automated systems are always correct.” Why wrong The system acts faithfully on whatever the sensor reports. A blocked, dirty, drifting or broken sensor still produces a number, and the system will act on that number as though it were true. Say instead “If the moisture probe corrodes and reads high, the microprocessor will conclude the soil is wet and will not irrigate, even though the crop is dry.”
- M7. “Automated systems never need human supervision.” Why wrong Someone sets the preset values, calibrates and maintains the sensors, and must be able to override the system when something happens that its rules do not cover. Say instead “Automation removes the need for continuous supervision, not the need for people.”
- M8. “Every automated system needs internet access.” Why wrong A sensor, a microprocessor and an actuator wired together form a complete automated system. A network is needed only if readings must travel somewhere. Say instead “The greenhouse controller works entirely locally. The weather station needs a transmitter because the readings must reach the forecasting centre, not because it is automated.”
- M9. “Every automated system must have an actuator.” Why wrong A monitoring system stores, displays or transmits data. A weather station is fully automated and changes nothing about the weather. Say instead “No actuator is required. The output of this system is the stored and transmitted record.”
- M14. “Any machine that uses electricity is a robot.” Why wrong A kettle, a lamp and a hairdryer are electrical. None has a programmable mechanical framework with sensors and actuators. Say instead “A washing machine is an automated system, but it is not a robot: its structure is fixed for one task and it cannot be reprogrammed to do another.”
Questions students ask about Automated System
Is a washing machine an automated system?
Yes. It has sensors — water level, temperature, sometimes load weight — a microprocessor running the selected wash program, and actuators including the drum motor, the water valve and the heater. Once the program is started it runs to completion without anybody making decisions. It is not a robot, because it has no mechanical framework that moves through its environment or manipulates objects, and it cannot be reprogrammed for a different task.
Does an automated system have to have an actuator?
No. A control system needs one, because something must change the condition being measured. A monitoring system — an automatic weather station, a data logger, a river-level station — may have none at all: its output is stored, displayed or transmitted data. Inventing an actuator that a monitoring scenario never mentions describes a system that does not exist.
How much should I write for a “describe how this automated system works” question?
Roughly one linked step per mark. Three marks: sensor measures, microprocessor compares with the preset value, actuator acts. Six marks: add the input data, the decision, the output signal as a separate step from the action, and the fact that the sensor measures again so the cycle repeats.

