Based on Cambridge Syllabus 2026-2028
Automated Systems
What is an Automated System?
An automated system is a technology-driven system that performs tasks with minimal or no human intervention. These systems combine hardware and software to carry out operations automatically based on input from the environment.
Key Definition:
An automated system uses sensors to detect conditions, a microprocessor to process information and make decisions, and actuators to carry out actions.
How Automated Systems Work
Environment ──► Sensors ──► Microprocessor ──► Actuators ──► Action
▲ │
└────────── Feedback ─────────┘
The system continuously monitors the environment, processes data, takes action, and checks the results in a feedback loop.
Components of Automated Systems
Automated systems rely on three key components working together:
1. Sensors
Sensors are input devices that detect physical changes in the environment and convert them into electrical signals that the microprocessor can understand.
| Sensor Type | What it Detects | Example Use |
|---|---|---|
| Temperature sensor | Heat/cold levels | Thermostat, oven control |
| Light sensor | Light intensity | Street lights, camera exposure |
| Motion sensor | Movement | Security systems, automatic doors |
| Pressure sensor | Force/pressure | Touch screens, weight measurement |
| Moisture sensor | Water content | Soil moisture for irrigation |
| Infrared sensor | Heat signatures | Remote controls, night vision |
| Ultrasonic sensor | Distance using sound waves | Parking sensors, robot navigation |
2. Microprocessor
The microprocessor is the “brain” of the automated system. It:
- Receives input data from sensors
- Processes the data according to programmed instructions
- Makes decisions based on the input
- Sends signals to actuators
How it works:
Sensor Input ──► Compare with threshold ──► Decision ──► Output to actuator
Example Logic:
IF temperature > 25°C THEN turn on fan
IF moisture level < 30% THEN turn on water pump
IF motion detected THEN turn on light
3. Actuators
Actuators are output devices that carry out physical actions based on signals from the microprocessor. They convert electrical energy into mechanical movement.
| Actuator Type | Action Performed | Example |
|---|---|---|
| Motor | Rotational movement | Fan, conveyor belt, robot wheels |
| Solenoid | Linear movement (push/pull) | Door lock, valve control |
| Pump | Moves liquids or gases | Water pump, air compressor |
| Heater/Cooler | Changes temperature | Oven element, air conditioner |
| Valve | Controls flow of liquids/gases | Irrigation system, gas supply |
| Speaker/Buzzer | Produces sound | Alarm system, notifications |
| Light/LED | Produces light | Indicator lights, display |
How They Work Together: Complete Example
Automated Greenhouse System:
Step 1: SENSORS detect conditions
├── Temperature sensor: 28°C (too hot)
├── Moisture sensor: 20% (too dry)
└── Light sensor: Low light (evening)
Step 2: MICROPROCESSOR processes data
├── Temperature > 25°C → Open vents
├── Moisture < 30% → Start watering
└── Light < threshold → Turn on grow lights
Step 3: ACTUATORS carry out actions
├── Motor opens ventilation windows
├── Pump starts watering system
└── Relay turns on grow lights
Step 4: FEEDBACK loop continues monitoring
└── Sensors check if conditions improved
Applications of Automated Systems
Industry
| Application | Sensors Used | Microprocessor Decision | Actuators |
|---|---|---|---|
| Assembly line | Position sensors, pressure sensors | When product reaches position, activate arm | Robotic arms, conveyor motors |
| Quality control | Camera sensors, weight sensors | If product defective, reject it | Reject mechanism, alarm |
| Temperature control | Temperature sensors | If too hot/cold, adjust | Heaters, coolers, fans |
Advantages in Industry:
- Faster production
- Consistent quality
- Can work 24/7
- No breaks needed
Transport
| Application | Sensors Used | Microprocessor Decision | Actuators |
|---|---|---|---|
| Automatic train doors | Pressure sensors, position sensors | If train at platform and no obstruction, open doors | Motors to open/close doors |
| Traffic lights | Light sensors, vehicle detectors | Change lights based on time or traffic | LED lights, timers |
| Automatic braking | Distance sensors, speed sensors | If obstacle too close, apply brakes | Brake actuators |
Agriculture
| Application | Sensors Used | Microprocessor Decision | Actuators |
|---|---|---|---|
| Irrigation system | Soil moisture sensors | If soil dry, start watering | Water pumps, valves |
| Greenhouse control | Temperature, humidity sensors | If conditions wrong, adjust | Vents, heaters, misters |
| Automated harvesting | Camera/colour sensors | If fruit ripe, pick it | Robotic arms, cutters |
Advantages in Agriculture:
- Optimises water usage
- Improves crop yield
- Reduces labour costs
- Precise control of growing conditions
Weather
| Application | Sensors Used | Microprocessor Decision | Actuators |
|---|---|---|---|
| Weather station | Temperature, pressure, wind sensors | Record data, transmit reports | Radio transmitter, display |
| Flood warning | Water level sensors | If water rising, activate alarm | Sirens, warning lights |
| Automatic window | Rain sensors | If rain detected, close windows | Motor to close windows |
Gaming
| Application | Sensors Used | Microprocessor Decision | Actuators |
|---|---|---|---|
| Motion-controlled games | Accelerometers, gyroscopes | Detect player movement, update game | Display, vibration motors |
| VR headsets | Position sensors | Track head movement, adjust display | Screen, audio |
| Interactive toys | Touch sensors, sound sensors | Respond to player actions | Motors, lights, speakers |
Lighting
| Application | Sensors Used | Microprocessor Decision | Actuators |
|---|---|---|---|
| Smart lighting | Light sensors, motion sensors | If dark and motion detected, turn on | LED lights |
| Street lights | Light sensors | If daylight level low, turn on | Street lamps |
| Security lighting | Motion sensors | If motion at night, turn on floodlights | Floodlights, alarm |
Advantages in Lighting:
- Energy saving
- Convenience
- Improved security
Science
| Application | Sensors Used | Microprocessor Decision | Actuators |
|---|---|---|---|
| Automated experiments | Various scientific sensors | Collect data at set intervals | Sample collectors, stirrers |
| Laboratory equipment | Temperature, pressure sensors | Maintain exact conditions | Heaters, coolers, pumps |
| Data logging | Multiple sensors | Record measurements over time | Storage, display |
Robotics
What is Robotics?
Robotics is a branch of computer science and engineering that deals with the design, construction, operation, and use of robots.
Key Definition:
Robotics incorporates the design, construction and operation of robots to perform tasks automatically.
What is a Robot?
A robot is a programmable machine that can carry out tasks automatically. Robots combine mechanical structure with electrical components and software control.
Examples of robots:
- Factory robotic arms
- Domestic vacuum cleaners (Roomba)
- Drones
- Surgical robots
- Self-driving cars
- Humanoid robots
Characteristics of Robots
Robots have three main characteristics:
1. Mechanical Structure or Framework
- Physical body that gives the robot its shape
- May include:
- Arms and grippers (for manipulation)
- Wheels or tracks (for movement)
- Legs (for walking robots)
- Joints and linkages
- Made from materials like metal, plastic, or carbon fibre
2. Electrical Components
Robots contain various electrical components to sense and interact with their environment:
| Component | Purpose |
|---|---|
| Sensors | Detect environment (cameras, touch, distance, light, sound) |
| Microprocessors | Process sensor data and make decisions |
| Actuators | Produce movement (motors, servos, solenoids) |
| Power supply | Batteries or mains electricity |
| Communication modules | Wi-Fi, Bluetooth for remote control/data transfer |
3. Programmability
- Robots are controlled by software
- Programs tell the robot what to do and when
- Can be:
- Pre-programmed – Fixed set of instructions
- Remote-controlled – Human operator sends commands
- Autonomous – Makes own decisions based on programming
Roles and Applications of Robots
Industry
| Robot Type | Tasks Performed |
|---|---|
| Welding robots | Car body assembly, metal fabrication |
| Painting robots | Spray painting vehicles and products |
| Pick and place robots | Moving items from conveyor to packaging |
| Assembly robots | Putting components together |
Advantages in Industry:
- Work continuously without breaks
- High precision and consistency
- Can work in hazardous environments (heat, fumes)
- Handle heavy loads
Transport
| Robot Type | Tasks Performed |
|---|---|
| Autonomous vehicles | Self-driving cars, delivery robots |
| Warehouse robots | Moving goods in fulfilment centres |
| Drones | Package delivery, surveillance |
| Automated trains | Driverless metro systems |
Advantages in Transport:
- Reduce human error accidents
- Optimise routes and fuel efficiency
- Operate 24/7
- Reduce labour costs
Agriculture
| Robot Type | Tasks Performed |
|---|---|
| Harvesting robots | Picking fruits and vegetables |
| Milking robots | Automatic cow milking |
| Weeding robots | Identify and remove weeds |
| Drone sprayers | Crop spraying from air |
Advantages in Agriculture:
- Address labour shortages
- Precise application of water/pesticides
- Reduce waste
- Work day and night
Medicine
| Robot Type | Tasks Performed |
|---|---|
| Surgical robots | Assist surgeons with precision operations |
| Rehabilitation robots | Help patients regain movement |
| Disinfection robots | Clean hospital rooms with UV light |
| Pharmacy robots | Dispense medications automatically |
| Telepresence robots | Allow remote doctor-patient consultations |
Advantages in Medicine:
- Greater precision than human hands
- Smaller incisions, faster recovery
- Reduce infection risk
- Reach difficult areas in surgery
Domestic Settings
| Robot Type | Tasks Performed |
|---|---|
| Vacuum cleaners | Automatic floor cleaning |
| Lawn mowers | Automatic grass cutting |
| Pool cleaners | Automatic pool cleaning |
| Personal assistants | Companion robots for elderly |
| Security robots | Home monitoring |
Advantages in Domestic Settings:
- Save time on household chores
- Help elderly or disabled people
- Consistent cleaning
- Can be scheduled when not at home
Entertainment
| Robot Type | Tasks Performed |
|---|---|
| Animatronics | Lifelike creatures in theme parks |
| Toy robots | Interactive playthings |
| Robot competitions | Battlebots, robot soccer |
| Film props | Robots in movies and TV |
Advantages in Entertainment:
- Create engaging experiences
- Safe interaction with audiences
- Repeatable performances
- Can be more durable than human performers
Artificial Intelligence (AI)
What is Artificial Intelligence?
Artificial Intelligence (AI) is a branch of computer science dealing with the simulation of intelligent behaviour by computers.
Key Definition:
AI enables computers to perform tasks that normally require human intelligence, such as visual perception, speech recognition, decision-making, and language translation.
Main Characteristics of AI
| Characteristic | Description |
|---|---|
| Collection of data | AI systems store and organise large amounts of information |
| Rules for using data | Have programmed rules or algorithms to process information |
| Ability to reason | Can draw conclusions and make decisions from available data |
| Ability to learn and adapt | Can improve performance based on experience (machine learning) |
How AI Simulates Intelligent Behaviour
AI systems use a combination of components to simulate human-like intelligence:
┌─────────────────┐
│ User Input │
└────────┬────────┘
▼
┌─────────────────────────────────────────┐
│ AI SYSTEM │
│ ┌──────────────┐ ┌──────────────┐ │
│ │ Knowledge │ │ Rule Base │ │
│ │ Base │ │ │ │
│ └──────┬───────┘ └──────┬───────┘ │
│ └────────┬────────┘ │
│ ▼ │
│ ┌─────────────────────┐ │
│ │ Inference Engine │ │
│ └──────────┬──────────┘ │
└─────────────────┼────────────────────────┘
▼
┌─────────────────┐
│ Output/Decision │
└─────────────────┘
Expert Systems
What is an Expert System?
An expert system is a computer program that simulates the decision-making ability of a human expert in a specific field.
Purpose: To capture human expertise and make it available to non-experts.
Components of an Expert System
| Component | Description | Example |
|---|---|---|
| Knowledge Base | Stores facts and information about the domain | Symptoms of diseases, drug information |
| Rule Base | Contains IF-THEN rules to apply the knowledge | IF fever AND rash THEN check for measles |
| Inference Engine | Applies rules to facts to reach conclusions | Combines user input with rules to make diagnosis |
| User Interface | Allows user to interact with the system | Questions, explanations, results display |
How an Expert System Works
User answers questions
│
▼
┌─────────────────┐
│ User Interface │
└────────┬────────┘
│
▼
┌────────────────────────────────────┐
│ INFERENCE ENGINE │
│ ┌──────────────┐ ┌──────────────┐ │
│ │ Matches │ │ Applies │ │
│ │ user input │─►│ rules │ │
│ │ to facts │ │ │ │
│ └──────────────┘ └──────┬───────┘ │
│ ▼ │
│ ┌──────────────┐ ┌──────────────┐ │
│ │ Accesses │ │ Reaches │ │
│ │ knowledge │─►│ conclusion │ │
│ │ base │ │ │ │
│ └──────────────┘ └──────────────┘ │
└────────────────────────────────────┘
│
▼
┌─────────────────┐
│ Conclusion │
│ Recommendation │
└─────────────────┘
Example: Medical Diagnosis Expert System
Knowledge Base contains:
- Common diseases
- Symptoms of each disease
- Patient demographics
- Medication information
Rule Base contains rules like:
IF temperature > 38°C AND cough present THEN possible influenza
IF headache AND stiff neck AND fever THEN possible meningitis
IF symptoms last > 7 days THEN refer to specialist
Inference Engine:
- Asks user questions
- Applies rules to answers
- May ask follow-up questions based on previous answers
- Reaches diagnosis or suggests further tests
User Interface:
- Displays questions in simple language
- Allows user to select symptoms
- Shows diagnosis and explanation
- May offer “why” explanation for reasoning
Applications of Expert Systems
| Field | Application |
|---|---|
| Medicine | Disease diagnosis, treatment recommendations |
| Law | Legal advice, case analysis |
| Finance | Loan approval, investment advice |
| Engineering | Fault diagnosis in machinery |
| Agriculture | Crop disease identification |
| Education | Tutoring systems |
Machine Learning
What is Machine Learning?
Machine learning is a subset of AI where a program has the ability to automatically adapt its own processes and/or data based on experience, without being explicitly programmed for every scenario.
Key Definition:
Machine learning enables systems to automatically learn and improve from experience without being explicitly programmed for every possible situation.
How Machine Learning Works
Step 1: TRAINING PHASE
Large dataset ──► Machine Learning ──► Model
Algorithm
Step 2: PREDICTION PHASE
New data ──► Model ──► Prediction/Decision
│
▼
Feedback loop
(improves over time)
Types of Machine Learning
| Type | Description | Example |
|---|---|---|
| Supervised learning | Trained on labelled data (input + correct output) | Email spam detection |
| Unsupervised learning | Finds patterns in unlabelled data | Customer segmentation |
| Reinforcement learning | Learns through trial and error with rewards | Game-playing AI |
Machine Learning vs Traditional Programming
Traditional Programming:
Rules + Data ──► Computer ──► Answers
Machine Learning:
Data + Answers ──► Computer ──► Rules/Model
Applications of Machine Learning
| Application | How It Works |
|---|---|
| Spam filters | Learns to identify spam emails from examples |
| Recommendation systems | Suggests products based on your history |
| Facial recognition | Learns to identify faces from photos |
| Speech recognition | Converts spoken words to text |
| Self-driving cars | Recognises objects, predicts movement |
| Fraud detection | Identifies unusual transactions |
Example: Email Spam Filter
Training phase:
- System given thousands of emails
- Each email labelled “spam” or “not spam”
- Algorithm identifies patterns: certain words, sender addresses, etc.
Resulting model:
- Contains rules like: “Emails with ‘lottery’ and ‘winner’ are 95% likely to be spam”
Prediction phase:
- New email arrives
- System applies model to classify it
- If spam, moves to junk folder
- User can correct mistakes, further improving the system
Advantages and Disadvantages Summary
Automated Systems
| Advantages | Disadvantages |
|---|---|
| Increases efficiency and productivity | High initial setup cost |
| Reduces human error | Job displacement in some sectors |
| Can operate 24/7 without breaks | Requires regular maintenance |
| Improves safety in hazardous environments | Limited flexibility without reprogramming |
| Consistent quality output | May malfunction without warning |
| Can monitor multiple processes simultaneously | Complex to design and implement |
Robotics
| Advantages | Disadvantages |
|---|---|
| Perform dangerous tasks safely | Expensive to develop and maintain |
| Improve precision and consistency | May malfunction without warning |
| Can operate in environments unsuitable for humans | Cannot replicate human creativity |
| Reduces long-term labour costs | Ethical concerns (job losses) |
| Can work continuously without breaks | Requires skilled programmers |
| Handle repetitive tasks without boredom | Limited adaptability to new situations |
Artificial Intelligence
| Advantages | Disadvantages |
|---|---|
| Can process vast amounts of data quickly | Requires large amounts of quality data |
| Available 24/7 without fatigue | Lacks human empathy and judgment |
| Makes consistent decisions based on rules | May perpetuate biases in training data |
| Can identify patterns humans might miss | Difficult to understand how decisions are made |
| Improves with more data (machine learning) | High development costs |
| Handles multiple tasks simultaneously | Security and privacy concerns |
Summary & Key Takeaways
Automated Systems
- Use sensors to detect conditions
- Microprocessor processes data and makes decisions
- Actuators carry out physical actions
- Work together in a continuous feedback loop
Robotics
- Branch of computer science for designing and operating robots
- Robots have: mechanical structure, electrical components, programmability
- Used in industry, transport, agriculture, medicine, domestic, entertainment
Artificial Intelligence
- Simulates intelligent behaviour in computers
- Uses data and rules to reason and make decisions
- Can include learning and adaptation
Expert Systems
- Simulate human expert decision-making
- Components: knowledge base, rule base, inference engine, user interface
- Apply IF-THEN rules to facts to reach conclusions
Machine Learning
- Programs that automatically adapt and improve from experience
- Trained on data to create models
- Used for predictions and decisions
Practice Questions
Section A: Automated Systems
- Describe how sensors, microprocessors and actuators work together in an automated system.
- For an automated greenhouse, explain:
a) What sensors might be used and what they detect
b) What decisions the microprocessor would make
c) What actuators would carry out the actions - Give two advantages and two disadvantages of using automated systems in industry.
- Explain the role of feedback in an automated system.
Section B: Robotics
- What is meant by robotics?
- State three characteristics of a robot.
- Describe three different roles that robots can perform in society. Give a specific example for each.
- Give two advantages and two disadvantages of using robots in:
a) Manufacturing
b) Medicine
c) Domestic settings
Section C: Artificial Intelligence
- What is artificial intelligence?
- Describe the main characteristics of AI.
- Explain the difference between an expert system and machine learning.
Section D: Expert Systems
- Draw and label the components of an expert system.
- Explain the purpose of each component in an expert system:
a) Knowledge base
b) Rule base
c) Inference engine
d) User interface - Give an example of how an expert system might be used in medicine.
Section E: Machine Learning
- What is machine learning?
- Explain how a spam filter uses machine learning to improve over time.
- Give two examples of machine learning applications in everyday life.
Section F: Scenario-Based Questions
- A farmer wants to automate their irrigation system. Describe:
a) What sensors would be needed
b) How the microprocessor would be programmed
c) What actuators would be used
d) Two advantages of this automated system - A hospital is considering using robots for surgery. Give:
a) Two advantages of using surgical robots
b) Two disadvantages or concerns - Compare how a human expert and an expert system would diagnose a patient. Give one advantage and one disadvantage of each.
Quick Reference Card
| Topic | Key Points |
|---|---|
| Sensors | Input devices that detect environment (temperature, light, motion, moisture) |
| Microprocessor | Processes data, makes decisions based on programmed rules |
| Actuators | Output devices that carry out actions (motors, pumps, valves) |
| Automated system | Sensors + Microprocessor + Actuators working together |
| Robotics | Design, construction and operation of robots |
| Robot characteristics | Mechanical structure, electrical components, programmable |
| AI | Simulation of intelligent behaviour by computers |
| AI characteristics | Data collection, rules, reasoning, ability to learn |
| Expert system | Knowledge base + Rule base + Inference engine + User interface |
| Machine learning | Program adapts itself based on experience |
| Advantages | Efficiency, safety, consistency, 24/7 operation |
| Disadvantages | Cost, job displacement, maintenance, limited flexibility |
End of Chapter 6: Automated and Emerging Technologies
Below is the link to download the presentation for this chapter. Download it to study this chapter from slides.
