Cambridge O Level Computer Science · Syllabus 2210 · Automated and Emerging Technologies
Microprocessor
What is 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.
This definition is part of the Automated and Emerging Technologies chapter in Cambridge O Level Computer Science.
Microprocessor 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.
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 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 Microprocessor
- 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.”
- 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.”
- 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.”
- 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.”
Examiner tips on Microprocessor
- 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).
Questions students ask about Microprocessor
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.

