Artificial Intelligence

Summary: The simulation of human intelligence processes by computer systems, including learning, reasoning, problem-solving, perception, and language understanding. Encompasses machine learning, expert systems, robotics, and natural language processing. Raises significant ethical concerns. Tags: igcse computer-science Created: 2026-05-08T14:03:00Z Last Updated: 2026-07-16


What is Artificial Intelligence?

Artificial Intelligence (AI) is the field of computer science concerned with creating machines and software that can perform tasks normally requiring human intelligence. These include visual perception, speech recognition, decision-making, language understanding, and learning from experience.

AI is not a single technology but a broad field with many sub-disciplines and approaches.

Key Branches of AI

Machine Learning

Machine learning (ML) is a subset of AI where systems learn from data without being explicitly programmed for every scenario. Instead of writing rules for every case, developers provide data and algorithms that find patterns.

ApproachHow It WorksExample
Supervised learningTrained on labelled data (input-output pairs)Recognising handwritten digits from labelled images
Unsupervised learningFinds patterns in unlabelled dataGrouping customers by purchasing behaviour
Reinforcement learningLearns by trial and error, receiving rewards/penaltiesGame-playing AI (AlphaGo), robot navigation

Expert Systems

An expert system emulates the decision-making ability of a human expert in a specific domain. It consists of two main parts:

ComponentDescription
Knowledge baseA database of facts and rules about the domain (e.g., symptoms and diseases)
Inference engineSoftware that applies logical rules to the knowledge base to draw conclusions (e.g., “If fever AND rash THEN possible measles”)

Applications: Medical diagnosis (e.g., MYCIN for bacterial infections), geological prospecting (e.g., PROSPECTOR for mineral deposits), fault diagnosis in machinery, legal advice systems.

Expert systems are good for narrow, well-defined domains but cannot handle situations outside their knowledge base.

Robotics

Robotics involves designing, building, and programming machines (robots) to perform physical tasks. Robots use:

  • Sensors: Cameras, microphones, distance sensors to perceive the environment
  • Actuators: Motors, hydraulic arms, grippers to interact physically
  • Control software: Processes sensor input and determines actions

Applications: Manufacturing (assembly lines), surgery (precision operations), exploration (Mars rovers), autonomous vehicles.

Natural Language Processing (NLP)

NLP enables computers to understand, interpret, and generate human language. Applications include:

  • Voice assistants (Siri, Alexa, Google Assistant)
  • Machine translation (Google Translate)
  • Chatbots and customer service automation
  • Sentiment analysis (determining opinion from text)

Applications of AI

ApplicationExample
Autonomous vehiclesSelf-driving cars (Tesla, Waymo) use computer vision and ML to navigate
Voice assistantsSiri, Alexa, Google Assistant use speech recognition and NLP
Recommendation systemsNetflix, Amazon, Spotify suggest content based on user behaviour
Facial recognitionSecurity systems, phone unlocking, law enforcement identification
Medical diagnosisAI analysis of X-rays, MRIs, and patient data to detect diseases
Fraud detectionBanks use ML to flag unusual transactions in real time
Language translationGoogle Translate, DeepL for near-instant translation

Ethical Concerns

ConcernDescription
Job displacementAutomation may replace human workers in manufacturing, driving, and knowledge work
Bias and fairnessAI systems trained on biased data produce biased outcomes (e.g., hiring algorithms discriminating by gender or race)
PrivacyAI-powered surveillance, data collection, and facial recognition threaten personal privacy
AccountabilityWhen AI makes a wrong decision (e.g., self-driving car accident), who is responsible? The developer, the user, or the company?
Autonomous weaponsAI-controlled weapons raise moral questions about machines making life-or-death decisions
MisinformationAI-generated deepfakes and synthetic text can spread false information convincingly

Sources

  • BBC Bitesize GCSE Computer Science — Artificial Intelligence, BBC (free educational resource)
  • Cambridge IGCSE Computer Science 0478 — Automated and Emerging Technologies, Cambridge Assessment International Education
  • CK-12 Computer Science — AI and Machine Learning, CK-12 Foundation (free, CC BY-NC 3.0)
  • Machine Learning — Learning from data without explicit programming
  • Expert System — Knowledge base + inference engine for decision support
  • Robot — Programmable physical machines
  • Robotics — The field of designing and building robots
  • Automated System — Systems combining sensors, processors, and actuators
  • Algorithm — The step-by-step instructions underlying AI programs
  • CS-Index

Common Misconceptions

MisconceptionReality
”AI thinks like a human”Current AI does not “think” or “understand” in a human sense. It processes patterns in data statistically. It has no consciousness, self-awareness, or genuine comprehension.
”AI is always correct and objective”AI reflects the biases in its training data and the assumptions of its designers. It can be systematically wrong or unfair.
”Machine learning and AI are the same thing”ML is a subset of AI. AI also includes rule-based systems (expert systems), search algorithms, and symbolic reasoning — not all of which involve learning.
”AI will definitely replace most human jobs”While AI will transform many jobs, it also creates new roles. Historical technological shifts (Industrial Revolution) changed rather than eliminated work. The outcome is not predetermined.
”Expert systems can handle any problem”Expert systems are limited to narrow, well-defined domains with codified knowledge. They fail on problems requiring common sense, creativity, or knowledge outside their knowledge base.