Machine Intelligence & Artificial Intelligence
ICSE Class X — Computer Applications Notes
1. What is Artificial Intelligence?
AI is the application of technology to make machines perform tasks that resemble human cognitive functions — i.e.,
the capability of a machine to imitate intelligent human behaviour.
2. Human Intelligence
Human intelligence is the ability of people to think, learn, solve problems, and adapt to new situations. It helps us
make decisions, create new things, and connect with others emotionally.
Key Features of Human Intelligence
• Learning: ability to learn new skills, subjects or life lessons and remember them.
• Problem Solving: thinking of solutions when facing challenges.
• Creativity: ability to imagine and create (drawing, writing, building).
• Emotions & Understanding Others: understanding our own and others' feelings; helps form friendships
and teamwork.
• Adaptability: ability to adjust to new situations (e.g., new class, new activity).
3. Machine Intelligence (Artificial Intelligence)
Machine intelligence, also called AI, is when machines like computers or robots are designed to think and make
decisions like humans. Machines don't have a brain — they are programmed with instructions and use data to solve
problems.
How Machine Intelligence Functions
• Learning Through Data: machines analyse large amounts of data to "learn" (e.g., learning to recognise
dogs from thousands of images).
• Decision-Making: machines follow algorithms (structured sets of rules) to make decisions.
• Problem Solving: machines solve certain problems faster than humans (e.g., a calculator).
• Pattern Recognition: AI identifies patterns in data that humans may miss (e.g., song/movie
recommendations).
4. Human Intelligence vs Machine Intelligence
Human Intelligence Machine Intelligence
Uses brain to perform tasks. Relies on trained data to come to the result.
Based on previous experiences and creativity. Based on data patterns to predict the result.
Has feelings and emotions. Lacks feelings and emotions.
Based on innovative or creative ideas. Cannot be creative or innovative.
Has limited physical capabilities. Can work 24 x 7 without any limitations.
5. Alan Turing and the Turing Test
Alan Turing is considered the father of modern computer science. He developed the first modern computer and
helped decode the German Enigma machine encryption during World War II. In 1950, he proposed the Turing Test
to determine whether a machine could think intelligently like a human.
Setup of the Turing Test
• There are three players: two humans and a computer.
• One human (the questioner) asks questions; the other human and the computer answer them.
• The questioner must decide which answers came from the computer and which from the human.
• This is repeated many times.
• If the questioner cannot tell the difference at least half the time, the computer is considered intelligent.
Conclusion: If a computer passes the test successfully, the machine is said to be intelligent — able to think like a
human being. Communication in the test happens only through keyboard/text (not voice or appearance).
6. Modern Applications of Artificial Intelligence (Timeline)
Year Development
2011 Siri – voice assistant on iPhone; understands voice commands, answers questions,
performs tasks.
2011 IBM Watson – question-answering AI system; won Jeopardy! against champions Ken
Jennings and Brad Rutter ($1 million prize).
2014 Alexa – Amazon's virtual assistant; works on speakers, TVs, smartwatches; uses NLP and
machine learning.
2016 Sophia – first robot to gain citizenship (Saudi Arabia); made by David Hanson (Hanson
Robotics); named first Innovation Champion by UNDP.
2017 Amper – first AI music composer; co-produced the album "I AM AI" with singer Taryn
Southern; song "Break Free" was first human-AI music collaboration.
2022 ChatGPT – AI chatbot by OpenAI (with Microsoft); launched 30 Nov 2022; can chat,
translate, summarise, code, and act as a search engine.
7. Human-Machine Interaction (HMI)
HMI refers to the interaction between humans and machines. It covers technologies and interfaces that enable
communication and collaboration between the two, focusing on usability and effectiveness.
Types of Human-Machine Interaction
• Command User Interface (CUI): user and computer interact using text commands (keyboard for input,
monitor for output).
• Graphical User Interface (GUI): most common interface; uses graphical features like menus, windows,
and pointers.
• Voice User Interface (VUI): speech recognition technology; interact with devices using voice commands.
• Touch User Interface: interact using fingertip movements (tap, move, type) on touch-controlled devices.
• IoT Technology: Internet of Things — a network of connected devices that communicate with each other
and the cloud.
8. AI Game Example: Rock, Paper, Scissors (Based on Data)
A classic two-player game played by forming a hand shape for rock, paper, or scissors on the count of "Rock, Paper,
Scissors, shoot!"
Rules
• Paper beats Rock (Paper covers Rock)
• Rock beats Scissors (Rock breaks Scissors)
• Scissors beats Paper (Scissors cuts Paper)
Online version: Player 1 is a human and Player 2 is the computer. The AI analyses and tracks the human's past
moves and picks its move accordingly based on that data pattern.
Quick Revision Points
• AI = machines imitating human intelligent behaviour.
• Human intelligence: learning, problem solving, creativity, emotions, adaptability.
• Machine intelligence: learns through data, uses algorithms, lacks emotions/creativity.
• Turing Test (1950) by Alan Turing — tests if a machine can "think" like a human via text-based Q&A.
• AI timeline: Siri & Watson (2011) → Alexa (2014) → Sophia (2016) → Amper (2017) → ChatGPT
(2022).
• HMI types: CUI, GUI, VUI, Touch UI, IoT.