Automated and Emerging Technologies
Cambridge O Level Computer Science 2210 Topic 6 revision chapter covering automated systems (how sensors, microprocessors and actuators work in collaboration, the sense-process-act control cycle from physical condition through sensor measurement, input data, comparison with a preset value, decision, output signal and actuator action, the difference between a monitoring system and a control system, and worked scenarios drawn from industry, transport, agriculture, weather, gaming, lighting and science together with the advantages and disadvantages that each scenario actually justifies), robotics (robotics as the branch of computer science covering the design, construction and operation of robots, the three characteristics of a robot as a mechanical structure or framework, electrical components such as sensors, microprocessors and actuators, and programmability, and the roles, advantages and disadvantages of robots in industry, transport, agriculture, medicine, domestic settings and entertainment), and artificial intelligence (AI as the simulation of intelligent behaviours by computers, its characteristics of collecting data, holding rules for using that data, the ability to reason and the possible ability to learn and adapt, expert systems built from a knowledge base, a rule base, an inference engine and an interface, and machine learning as a program that automatically adapts its own processes and/or data).Show moreShow less
Core Revision Module
Revision & Practice Book
Interactive revision notes with exam tips and worked examples for this chapter.
Practice & Resources
2 toolsChapter overview
A summary of this Computer Science chapter — open a section to read it. The full notes, worked examples and practice questions are in the study modules above.
What is Automated and Emerging Technologies about?
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.
Topic 6 is examined in Paper 1 – Computer Systems: a written paper of 1 hour 45 minutes worth 75 marks and 50% of the qualification. It consists of short-answer and structured questions set on Topics 1–6, all compulsory, answered on the question paper. Calculators are not allowed. Paper 1 is weighted AO1 60%, AO2 20%, AO3 20%, so most marks come from knowledge and understanding — but Topic 6 is one of the places where the AO2 and AO3 marks live, because it asks you to apply components to an unfamiliar scenario and to make a reasoned judgement about it.
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.
A sensor is an input device: it detects or measures a physical property and sends the measurement to the microprocessor as input data. A microprocessor is the processing component: it processes that data, compares it with a stored preset value or range, and decides according to its stored program whether an action is needed. An actuator is an output component: it receives an output signal and converts it into a physical action. The sensor never decides, the microprocessor never measures or moves anything itself, and the actuator never reports a measurement back. Keeping those three sentences separate is what every process description in this topic is built from.
The syllabus asks how the three components are used in collaboration, and that single word decides the marks. A list of three definitions describes the parts; it does not describe the system. What earns credit is the ordered chain: a physical condition exists → the sensor measures it → the reading is sent to the microprocessor as input data → the microprocessor compares it with the stored preset value → it decides, following its program, whether action is needed → an output signal is sent to the actuator → the actuator carries out a physical action → the condition changes → the sensor measures again. The last step is what makes it a loop rather than a line.
Key ideas to remember
- Say it as one sentence and the whole of 6.1 follows: the sensor measures, the microprocessor compares with the preset value and decides, the actuator acts, and the sensor measures again.
- Before you write any evaluation point, ask one question: could I write this exact sentence about a completely different system? If yes, it is not yet an answer. Add the sensor, the number, the cost or the consequence that makes it belong to this scenario only.
- A robot's advantages and disadvantages both come from the same fact: it has a body that does exactly what the program says. That is why it is tireless, repeatable and safe to send into danger — and equally why it is costly, needs guarding, wears out, and cannot cope when the world is not where the program expects it to be.
- Two sentences hold all of 6.3 apart: an expert system reasons with rules a person wrote down; machine learning adapts a model it derived from data. Both are AI, because both simulate intelligent behaviour. Neither understands anything.
- If you remember nothing else: the sensor measures, the microprocessor compares with the preset value and decides, the actuator acts, and then the sensor measures again. Robotics adds a body you can point at. AI adds reasoning — and the word simulation is a limit on the claim, not decoration.
What you need to be able to do
- Define an automated system and say what makes a system automated rather than merely electrical.
- State the role of a sensor, a microprocessor and an actuator, and say which are inputs and which are outputs.
- Describe, in order, how those three components collaborate: measurement, input data, comparison with a preset value, decision, output signal, physical action, repeat.
- Explain why a monitoring system may have no actuator at all, and identify when a scenario requires one.
- Apply the control cycle to an unfamiliar scenario and name the specific sensor, property, decision and actuator involved.
- Describe automated systems in industry, transport, agriculture, weather, gaming, lighting and science.
- Give advantages and disadvantages of an automated system that are justified by the given scenario, each with a reason and a consequence.
- Define robotics, and give the Cambridge examples of robots.
- Describe the three characteristics of a robot and explain what each one contributes.
- Describe roles robots perform in industry, transport, agriculture, medicine, domestic settings and entertainment, and evaluate their use in each.
- Define artificial intelligence and explain what “simulation of intelligent behaviour” does and does not claim.
- Describe the main characteristics of AI, using the syllabus wording that learning and adapting are things AI can include.
- Name and describe the four components of an expert system, and trace how a conclusion is reached.
- Define machine learning and describe, at concept level, how a program adapts its own processes or data.
- Compare an expert system with machine learning, and distinguish automated systems, robots and AI.
Why Automated and Emerging Technologies matters
Why bias matters in a syllabus answer. Suppose a fruit-sorting model is trained only on apples grown in one region, photographed under one kind of light. Deployed at a packing house that receives fruit from elsewhere, it will misclassify more often — not because it broke, but because the new cases do not resemble what it learnt from. That single example covers three examinable points at once: output is not guaranteed, training data shapes the model, and more data would only help if it were representative data.
Key terms in Automated and Emerging Technologies
- Microprocessor
- The processing component of an automated system; it processes sensor data, compares it with a stored preset value or range and decides, according to its stored program, whether to send an output signal to an actuator.
- Control Systems in Industry
- Control systems in industry, transport and agriculture are automated systems in which sensors measure a physical property, a microprocessor compares each reading with a stored preset value, and actuators are switched to change the conditions being measured.
- Machine Learning
- An area of artificial intelligence in which a program has the ability to automatically adapt its own processes and/or data, building an internal model from example data and using it to classify, predict or decide.
- Characteristics of a Robot
- The characteristics of a robot are a mechanical structure that lets it move, electrical components such as sensors, motors and a power supply, and programmability, meaning it follows a set of stored instructions that can be changed.
- Rule Base
- The component of an expert system that stores the rules, commonly represented as IF-THEN rules, which state what conclusion follows from a given combination of facts.
- Feedback Loop
- The repeating cycle in which an actuator changes a physical condition, the sensor measures the changed condition, and the microprocessor uses that new reading to decide the next action.
- 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.
- Preset Value
- A target value, limit or range stored in the microprocessor against which each sensor reading is compared, so that the system can decide whether an action is required.
- Evaluating the Use of Robots
- Evaluating the use of robots is the weighing of their benefits and drawbacks against a stated application area, where each point is argued from what that particular task demands rather than offered as a general statement about robots.
- Robotics
- A branch of computer science that incorporates the design, construction and operation of robots; examples of robots include factory equipment, domestic robots and drones.
- Sensor
- An input device that detects or measures a physical property such as temperature, light, moisture or pressure and sends the measurement to the microprocessor as input data; it takes no decisions.
- Knowledge Base
- The component of an expert system that stores the facts and domain-specific expert knowledge about one narrow subject area, gathered from human experts.
- Actuator
- An output component that receives a signal from the microprocessor and converts it into a physical action such as movement, heat, flow, light or sound; examples include motors, pumps, valves, heaters, buzzers and lamps.
- Inference Engine
- The reasoning component of an expert system; it applies the rules in the rule base to the facts supplied by the user, drawing on the knowledge base, and works towards a conclusion, generating further questions where information is missing.
- Evaluating an Automated System
- Evaluating an automated system is the weighing of its advantages against its disadvantages using the particular scenario given, where each point is stated with a reason and the consequence it produces in that setting rather than as a general claim.
- Monitoring Systems
- A monitoring system is an automated system in which sensor readings are recorded, displayed or used to raise an alarm, but no actuator changes the conditions being measured — which is what separates it from a control system.
- Roles of Robots
- The roles of robots are the specific tasks they carry out across the syllabus areas of industry, agriculture, medicine, domestic use, entertainment and transport, described by what the robot physically does rather than by naming the sector it works in.
- Robot
- A machine having a mechanical structure or framework, electrical components such as sensors, microprocessors and actuators, and the ability to be programmed to carry out a task.
- Artificial Intelligence
- A branch of computer science dealing with the simulation of intelligent behaviours by computers; its characteristics are the collection of data, the rules for using that data, the ability to reason, and it can include the ability to learn and adapt.
- Expert System
- An artificial intelligence system that reproduces the decision-making of a human expert within one narrow domain, built from a knowledge base, a rule base, an inference engine and an interface.
Common mistakes to avoid
- 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.”
- M3. “The sensor controls the actuator directly.” Why wrong This removes the comparison and the decision, which is where most of the marks in a process question sit. A sensor measures and reports; it has no route to the actuator. Say instead “The sensor sends the reading to the microprocessor, which compares it with the preset value and then sends the output signal to the actuator.”
- M4. “The microprocessor measures the temperature.” Why wrong A microprocessor never touches the environment. It receives a reading that a sensor produced. Say instead “The temperature sensor measures the temperature and sends the reading to the microprocessor as input data.”
- M5. “An actuator is an input device.” Why wrong It is an output component. Data flows one way: sensor to processor to actuator. Nothing is measured on the way back. Say instead “The actuator receives the output signal and produces the physical action. If the system needs to know the effect, a sensor measures the changed condition.”
- 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.”
- M10. “Automation always saves money and always causes unemployment.” Why wrong Both are overstatements. Automation trades a large initial cost and ongoing maintenance against lower running costs, and it changes which work is needed rather than simply removing work. Say instead “Running costs fall because water is applied only when needed, but the sensors and controller must be bought first, and it may take several seasons before the saving covers that.”
- M11. “Every robot is humanoid.” Why wrong The syllabus's own examples are factory equipment, domestic robots and drones — a bolted-down arm, a disc and an aircraft. Shape is not part of the definition. Say instead “It has a mechanical framework, electrical components and a stored program that can be changed, so it satisfies all three characteristics.”
- M12. “Every robot is autonomous.” Why wrong Autonomous means deciding its own actions without external control. Many robots follow a fixed stored sequence, and some are directed by an operator throughout. Say instead “The arm follows a stored sequence of coordinates. It is programmable, which is the characteristic required — it is not autonomous.”
- M13. “Every robot uses AI.” Why wrong A robot that repeats stored coordinates contains no reasoning and no learning at all. AI is a separate test. Say instead “The welding arm is a robot but contains no AI: it neither reasons across a body of knowledge nor adapts its own processes or data.”
- 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.”
- M15. “Robotics and AI mean the same thing.” Why wrong Robotics is a branch of computer science covering the design, construction and operation of physical machines. AI is the simulation of intelligent behaviour, and needs no body. Say instead “An expert system is AI but is not robotics; a fixed-sequence welding arm is robotics but is not AI.”
- M16. “A robot performs the surgery.” Why wrong In robot-assisted surgery the surgeon controls every movement from a console in the same room, and the team can convert to a conventional method if the equipment fails. Say instead “A robotic arm holds and moves the instruments under the direct control of a surgeon, whose hand movements can be scaled down and whose tremor is filtered out.”
- M17. “All AI systems learn and adapt.” Why wrong The syllabus says AI can include the ability to learn and adapt. An expert system reasons but does not normally learn, and it is still AI. Say instead “Its characteristics are the collection of data, the rules for using that data and the ability to reason; it can also include the ability to learn and adapt.”
- M18. “AI output is always correct, and always unbiased.” Why wrong An expert system is limited by its knowledge, its rules and what the user typed. A machine-learning model reproduces whatever is in its training data, including its errors and its bias. Say instead “The conclusion is a recommendation for a person to check, and its quality depends on the completeness of the knowledge base and the accuracy of the answers supplied.”
- M19. “An expert system and machine learning are basically the same thing.” Why wrong They differ in where the decision-making comes from: an expert system applies rules a person wrote down; machine learning applies a model the program derived from data. Say instead “In an expert system a specialist writes the rules into the rule base. In machine learning the program finds patterns in example data and builds the model itself.”
- M20. “The knowledge base and the rule base are the same component — and the inference engine stores the knowledge.” Why wrong Three separate components are being merged. The knowledge base holds facts; the rule base holds the rules that draw conclusions from facts; the inference engine holds neither — it is the reasoning process that consults both. Say instead “The inference engine searches the rule base for rules whose conditions the supplied facts satisfy, and applies them using knowledge from the knowledge base.”
- M21. “An expert system has common sense, so it will notice if a question makes no sense.” Why wrong It holds one narrow domain and nothing else. Outside that domain it has no knowledge and no basis for judging anything. Say instead “The system is limited to its domain. Given a symptom it has no rule for, it may produce a confident but wrong recommendation, which is why the output should be checked by a person.”
- M22. “Machine learning means the program rewrites its own code — and more training data always makes it better.” Why wrong What changes is the model — stored values, weightings and structures. The source code is unchanged. And more data helps only if it is accurate, relevant and representative; more of the wrong data makes a model more confidently wrong. Say instead “The program automatically adapts its own processes and/or data. Adding data helps only if the new data represents the cases the model will actually meet.”
- M23. “It recognised the pattern, so it understands — it might even be conscious.” Why wrong AI is defined as the simulation of intelligent behaviour. Output that resembles intelligence tells you about the output, not about anything happening inside the machine. Say instead “The system classified the image correctly. That is a computation over a learned model; it is not evidence of understanding.”
Examiner tips
- The scope limit is a gift, not a restriction. The syllabus says AI here is limited to expert systems and machine learning. Writing three paragraphs about neural networks or chatbots in an answer about AI components does not gain credit and uses time you need elsewhere. Anything in this chapter marked Beyond the syllabus is context only.
- How many steps should you actually write? Match the marks. A 3-mark question wants roughly three linked steps — sensor measures, microprocessor compares with preset, actuator acts. A 5- or 6-mark question wants the fuller chain including the input data, the decision, the output signal and the repeat. Never write a bare list of three components for a 6-mark question: three nouns cannot earn six marks.
- “Discuss” and “evaluate” want a conclusion. Listing three advantages and three disadvantages is the body of the answer, not the end of it. A short final judgement — which side wins in this scenario, and on what condition — is where the AO3 marks live. Notice that the conclusion above names the condition that would reverse it.
- Read the bottom three rows again. The categories overlap, and a question that asks “is this a robot?” is not asking you to rule out the other two. The strongest answers say which tests are passed and which are not, and give the evidence for each.
- A quick self-test on all twenty-three. Cover the corrections. Read each myth aloud and, without looking, say the one word that makes it false: rule-based (M1), relay (M2), microprocessor (M3), sensor (M4), output (M5), calibration (M6), continuous (M7), local (M8), monitoring (M9), trade-off (M10), characteristics (M11), programmable (M12), separate (M13), framework (M14), body (M15), surgeon-controlled (M16), can (M17), training data (M18), derived (M19), consults (M20), domain (M21), model (M22), simulation (M23).
- Command words, decoded for Topic 6. These meanings are taken from the syllabus command-word table. What each command word wants when the subject is Topic 6 Command wordSyllabus meaningWhat that means hereWhich frame Stateexpress in clear termsOne short factual point per mark. Do not explain.none needed Identifyname / select / recogniseName the sensor, the actuator, the component. One or two words each.none needed Giveproduce an answer from a given source or from recallUsually an example. Make it a specific one.none needed Describestate the points of a topic / give characteristics and main featuresFor a process, the ordered chain. For a robot, the three characteristics with what each contributes.Frame 1 or 3 Explainset out purposes or reasons / make relationships clear / say why or howEvery point needs a “because” attached. Explaining that something happens is not explaining it.Frame 2 or 3 Compareidentify / comment on similarities and/or differencesMatched pairs in the same sentence, on the same dimension.Frame 4 Suggestapply knowledge to a situation with a range of valid responsesThe scenario's own details must appear in your answer. This is the command word that most punishes memorised lists.Frame 2 Evaluatejudge or calculate the quality, importance, amount or value of somethingPoints on both sides, then a stated judgement with the condition it rests on.Frame 2, then a conclusion Two words this chapter uses that are not in that table. The 2210 command-word table does not list Discuss or Justify. Where the practice questions in this chapter tag a question “discuss” or “justify”, treat them as this chapter’s own labels: discuss is being used in the sense of Evaluate — points on both sides and then a judgement — and justify in the sense of Explain — give the evidence for the decision you have just made. Answer them with the frame the table gives for Evaluate and Explain.
Frequently asked questions
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.
What is the difference between a sensor and a microprocessor?
A sensor is an input device that measures a physical property and sends the reading onward. A microprocessor is the processing component that receives that reading, compares it with a stored preset value and decides what to do. The sensor never decides; the microprocessor never measures.
Is a drone a robot?
The syllabus names drones as an example of a robot. A drone that flies a stored route has a mechanical structure (airframe and rotors), electrical components (sensors, microprocessor, motor actuators) and is programmable, so it satisfies all three characteristics. A model aircraft flown entirely by hand on a radio-control handset is a remotely controlled vehicle rather than a robot, because nothing is programmed.
Does a robot have to be intelligent?
No. Intelligence is not one of the three characteristics. A welding arm that repeats stored coordinates for ten years is a robot and contains no AI at all. Robotics and AI are separate fields that sometimes overlap in the same machine.
Is an expert system really AI if it never learns?
Yes. The syllabus says AI can include the ability to learn and adapt — not that it must. An expert system collects data through its interface, holds rules for using that data, and reasons with them to reach a conclusion. That is three of the four characteristics, and it is squarely within the definition.
What is the difference between the knowledge base and the rule base?
The knowledge base holds the facts and expert knowledge about the domain — what is true. The rule base holds the rules, commonly written as IF … THEN, that say what conclusion follows from a combination of facts — what may be concluded. They are listed separately in the syllabus, so merging them in an answer cannot earn both marks.
Does machine learning mean the program rewrites its own code?
No. What it adapts is its model — stored values, weightings, thresholds and structures that the unchanged program consults when handling a new input. The syllabus wording is that the program “automatically adapts its own processes and/or data”, and that is exactly what it means.
Why is AI called a simulation of intelligent behaviour?
Because the definition is a claim about the output, not about the machine. A system that produces a diagnosis a specialist would recognise is simulating intelligent behaviour. Nothing about that output establishes that the system understands anything, has experiences or is conscious — and answers that assert those things lose marks.
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.
Syllabus reference and sources
Written against: Cambridge O Level Computer Science (2210) 2026–2028 Syllabus (Subject Content, Topic 6: Automated and Emerging Technologies).
Written by: Academiq Edu Instructor Panel
Source documents
All educational content, structured explanations, diagrams, worked examples, and pedagogical materials contained within this chapter revision note are the exclusive intellectual property of Academiq Edu. Unauthorized reproduction, distribution, resale, or extraction of this content without prior written permission is strictly prohibited under international copyright laws. Cambridge Assessment International Education (CAIE) is a registered trademark of Cambridge University Press & Assessment. This revision guide is independently authored by the Academiq Edu Instructor Panel for educational purposes and is not affiliated with or endorsed by Cambridge Assessment International Education.
Every chapter note, MCQ explanation, and structured mark scheme is rigorously vetted by Cambridge curriculum specialists.

