Cambridge O Level Computer Science · Syllabus 2210 · Automated and Emerging Technologies
Sensor
What is 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.
This definition is part of the Automated and Emerging Technologies chapter in Cambridge O Level Computer Science.
Sensor 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.
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.
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.
These four areas complete the syllabus list, and between them they show the whole range of what “automated” can mean. A weather station monitors and never controls what it measures. Gaming equipment measures a person's movement and answers with force feedback in a few thousandths of a second. Lighting is the simplest complete control loop in the syllabus — one sensor, one comparison, one actuator. Science automation exists to take readings faster, more often and more regularly than a person could, and sometimes to hold an experiment at a set condition while it runs.
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.
The syllabus lists three characteristics: a mechanical structure or framework; electrical components, such as sensors, microprocessors and actuators; and programmable. Stating them earns the recall marks. Explaining what each one contributes earns the rest: the framework gives the machine a body that can hold position, bear load and reach; the electrical components give it information, decision-making and movement; and programmability means the same physical machine can be given a different task by changing its stored instructions rather than by rebuilding it.
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 Sensor
- 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.”
- 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.”
- 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.”
Examiner tips on Sensor
- 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.
- 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.
Questions students ask about Sensor
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.
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.
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.

