Artificial Intelligence

CBSE Class 9 AI Unit 1 Notes (2026–27) | AI Reflection, Project Cycle and Ethics

Class 9 · Artificial Intelligence

CBSE Class 9 Artificial Intelligence Notes – Unit 1: AI Reflection, Project Cycle and Ethics (2026–27)

Artificial Intelligence (AI) is transforming the way people live, work, study, and communicate. From unlocking smartphones using face recognition to getting personalized recommendations on YouTube, AI has become a part of our everyday lives.

This chapter introduces the fundamentals of Artificial Intelligence, explains how AI systems are developed using the AI Project Cycle, and highlights the ethical responsibilities involved while designing AI solutions.


Topics Covered

  • Understanding Artificial Intelligence (AI)
  • Applications of AI in Everyday Life
  • The Three Domains of AI
  • Importance of AI Project Cycle
  • 4Ws Problem Canvas
  • AI Project Cycle Stages
  • AI Ethics
  • Difference between Ethics and Morality
  • Ethical Scenarios in AI
  • AI Bias
  • Four Principles of Responsible AI

PART 1 : Understanding AI – Domains and Applications

What is Artificial Intelligence (AI)?

Artificial Intelligence (AI) is a form of intelligence, a technology, and a field of computer science that focuses on building machines capable of performing tasks that normally require human intelligence.

An AI machine can imitate human abilities such as:

  • Learning from experience
  • Making decisions
  • Predicting future outcomes
  • Understanding information
  • Improving its own performance over time

AI Formula

Data + Algorithm = AI Machine

An AI machine collects data, analyses it using algorithms, learns patterns from the data, and continuously improves itself to perform tasks more efficiently.


Applications of AI in Everyday Life

Artificial Intelligence is already present in many applications that we use every day.

1. Smart Home Interaction

Smart home systems use technologies such as LUIS (Language Understanding) to understand spoken commands. For example, when a user says, "Turn on the living room lights", the AI understands the command and automatically switches on the lights.

2. Smartphone Face Lock

Face Lock uses the smartphone's front camera to capture facial features. AI compares the live face with the stored facial data and unlocks the device only if both match.

3. Smart Assistants

Virtual assistants like Siri and Alexa understand human speech, recognize patterns, interpret commands, and provide useful responses.

4. YouTube Recommendations

YouTube analyses your watch history, interests, and viewing behaviour to recommend videos that you are most likely to watch.

5. Banking and Fraud Detection

Banks analyse customer profiles and transaction history using AI. The system calculates the probability of fraud and immediately alerts the bank if any suspicious transaction is detected.

6. Healthcare

Artificial Intelligence converts 2D medical scans into interactive 3D models, helping doctors understand diseases more accurately and plan better treatments.

7. Public Safety

AI-powered Computer Vision systems can detect whether people are wearing masks in public places or whether workers are wearing safety helmets at construction sites.

8. Maps and Navigation

Navigation applications analyse live traffic data to suggest the fastest and safest routes to reach a destination.


1. The Three Domains of Artificial Intelligence

Artificial Intelligence is made up of three important domains. The CBSE handbook explains these domains using the example of a braid. Just as three strands combine to form one strong braid, the three domains together build Artificial Intelligence.


1. Statistical Data (Data Science)

This domain works with numerical and tabular data. It uses statistical techniques to analyse data, identify patterns, make predictions, and support decision-making.

Focus

  • Numerical Data
  • Tabular Data
  • Predictions
  • Statistical Analysis

Example Activity – Rock, Paper and Scissors

In this AI game, the computer observes your previous moves and learns your playing pattern. Using Statistical Data, it predicts your next move and tries to defeat you.

Real-Life Applications

  • Banking fraud detection
  • Weather forecasting
  • Crop productivity prediction
  • Sales forecasting
  • Stock market analysis

2. Natural Language Processing (NLP)

Natural Language Processing (NLP) enables computers to understand, interpret, generate and manipulate human language in the form of text or speech.

Focus

  • Text
  • Speech
  • Language Understanding
  • Language Generation

Example Activity – Semantris

Semantris is a word association game developed by Google. The AI analyses the words entered by the player and predicts the most meaningful word associations using Natural Language Processing.

Real-Life Applications

  • Chatbots
  • Virtual Assistants
  • Machine Translation
  • Grammar Checkers
  • Text Editors
  • Auto Correct
  • Email Spam Detection

3. Computer Vision (CV)

Computer Vision enables computers to understand and analyse images and videos in a way similar to human vision.

Focus

  • Images
  • Videos
  • Object Detection
  • Image Recognition

Example Activity – Quick Draw

Quick Draw is an AI game where the computer observes the picture you draw within 20 seconds and tries to guess what you are drawing before you finish.

Real-Life Applications

  • Face Recognition
  • Self-driving Cars
  • Medical Image Analysis
  • Attendance Systems
  • Mask Detection
  • Monitoring whether students are wearing proper school uniforms

PART 2 : The AI Project Cycle – II

Building an Artificial Intelligence solution is not a random process. Developers follow a systematic framework called the AI Project Cycle, which helps them solve problems step by step.

Stages of the AI Project Cycle

  1. Problem Scoping
  2. Data Acquisition
  3. Data Exploration
  4. Modeling
  5. Evaluation
  6. Deployment

Why is the AI Project Cycle Important?

The AI Project Cycle provides a structured roadmap for developing Artificial Intelligence solutions.

1. Efficiency

The project cycle helps teams build better AI solutions faster with less effort because every stage follows a planned sequence.

2. Modularity

Large and complex problems are divided into smaller and manageable tasks. If an issue occurs, developers only need to review the affected stage instead of rebuilding the complete project.

3. Clarity

Every member of the development team clearly understands the project objective and works towards the same goal.


Structuring an AI Problem Statement

Before developing an AI solution, the problem should be clearly understood using the 4Ws Problem Canvas.

Question Purpose
Who? Identify the stakeholders who are facing the problem.
What? Define the actual problem using evidence such as reports, surveys or news articles.
Where? Identify the place or situation where the problem exists.
Why? Explain how solving the problem will benefit stakeholders and society.

Problem Statement Template

Our [Stakeholders]

has a problem that [Issue / Need]

when / while [Context or Situation].

An ideal solution would [Benefits for Stakeholders].


Real-Life Example: AI for Pest Management in Cotton Crops

The CBSE handbook explains the AI Project Cycle using the example of Pink Bollworm infestation, which affects nearly 6 million cotton farmers in India.

Stage Real-Life Mapping
Problem Scoping Pink Bollworms are difficult to identify with the naked eye and damage cotton crops. The objective is to build an AI application that helps farmers decide when and how much pesticide should be sprayed.
Data Acquisition Collect images of Pink Bollworms, farmer names, village locations, farm size and previous pesticide usage.
Data Exploration Clean the collected data by resizing images, removing unnecessary information and identifying relationships between pesticide quantity and infestation.
Modeling Develop a Computer Vision model capable of recognising Pink Bollworms from crop images.
Evaluation Test the AI model using new crop images. Developers compare different models using evaluation metrics such as ROC Curves and choose the most accurate one.
Deployment Deploy the final AI model as a mobile application that allows farmers to scan crops and receive immediate pest management recommendations.

Additional Real-Life Examples of the AI Project Cycle

Example 2: Monitoring Student Drowsiness in the Classroom

This project helps teachers identify students who are becoming drowsy during long classroom sessions so that learning effectiveness can be improved.

AI Project Cycle Stage Real-Life Mapping
Problem Scoping Stakeholders: Teachers and Students.
Problem: Students sometimes fall asleep or lose concentration during classes.
Goal: Develop an AI system that detects drowsiness and alerts the teacher.
Data Acquisition Collect images and videos of students in different conditions such as:
  • Alert
  • Blinking
  • Drowsy (half-closed eyes)
  • Sleeping (eyes fully closed)
Data Exploration Clean and standardize the images by maintaining similar lighting conditions and image size. Study patterns such as eye closure duration and head movement.
Modeling Use Computer Vision algorithms capable of facial landmark detection to monitor eye movement and head position.
Evaluation Test the AI model using new classroom videos. The developers check:
  • True Positives – Correctly detecting a sleeping student.
  • False Positives – Incorrectly identifying an attentive student as sleeping.
Deployment Integrate the AI model with classroom cameras and the teacher's smart device so that a vibration or notification is generated whenever a student is detected as drowsy.

Example 3: Reducing Food Wastage in the School Canteen

This project predicts the quantity of food required each day so that unnecessary food wastage can be reduced.

AI Project Cycle Stage Real-Life Mapping
Problem Scoping Stakeholders: School administration and canteen staff.
Problem: Large quantities of food are wasted daily.
Goal: Predict daily food demand to prepare only the required quantity.
Data Acquisition Collect statistical data such as:
  • Student attendance
  • Daily menu
  • Special school events
  • Weather conditions
  • Daily food waste (kg)
Data Exploration Use graphs to identify trends such as:
  • Days with maximum wastage
  • Dishes liked most by students
  • Relationship between menu type and food waste
Modeling Develop a Statistical Data (Data Science) model that predicts the amount of food required based on historical data.
Evaluation Compare AI predictions with the actual quantity of food consumed. Fine-tune the model if the prediction error is high.
Deployment Create a No-Code Dashboard using Tableau or MS Excel that displays the recommended quantity of food to be prepared every morning.

PART 3 : AI Ethics – II

Artificial Intelligence should not only be intelligent but also fair, safe, transparent, and beneficial for everyone. AI Ethics provides the guiding principles that help developers build responsible AI systems.


Difference Between Ethics and Morality

Although the terms Ethics and Morality are often used together, they are not exactly the same.

Morality Ethics
Beliefs and values accepted by society, culture or tradition. Personal guiding principles used to decide what is right or wrong in a particular situation.
Usually fixed and influenced by society. Requires critical thinking before making decisions.

Examples of Morals

  • Always speak the truth.
  • Always be loyal.
  • Always be generous.

Examples of Ethical Thinking

  • Should the truth always be spoken if someone's life is in danger?
  • Is it necessary to be generous in every situation?
  • Can breaking a rule ever become the right decision?

Key Takeaway: Morality tells us what society expects, whereas Ethics helps us think critically before making decisions in difficult situations.


Ethical Scenarios while Building AI

While developing AI solutions, developers often face ethical dilemmas where there is no simple "Yes" or "No" answer.

Scenario 1 – AI Essay Grading Tool

Suppose you are a teacher with hundreds of essays to evaluate. An AI tool promises to grade every essay instantly.

Ethical Question:
Should you completely trust the AI? What if it gives incorrect marks to deserving students?


Scenario 2 – Fast Food Restaurant

You accidentally drop a burger on the floor. Your manager tells you to pick it up and serve it to the customer.

Ethical Question:
Would you obey the manager or refuse to serve unsafe food?


Scenario 3 – Everyday Ethical Decisions

  • Would you return extra money if a shopkeeper gave you too much change?
  • Is taking a pen from the library considered stealing?
  • Is taking extra napkins from a restaurant without permission ethical?
  • Is it acceptable to wear a dress for a party and then return it by giving false reasons?

Scenario 4 – AI and Employment

Modern AI systems are becoming capable of replacing human workers in factories and industries.

Some people believe AI creates unemployment, while others believe AI allows humans to upgrade their skills and focus on more creative and meaningful work.


AI Bias and How to Identify It

One of the biggest challenges while developing Artificial Intelligence systems is ensuring that the AI makes fair and unbiased decisions. If the training data itself is unfair or incomplete, the AI system may also produce unfair results. This problem is known as AI Bias.

What is AI Bias?

Bias means showing preference or partiality towards one person or group over another. In Artificial Intelligence, bias generally occurs because the data used to train the AI system is incomplete, unbalanced, or does not represent all sections of society.

As a result, the AI system may discriminate against certain groups even though the developers never intended it to do so.


Examples of AI Bias

Example 1 – Jack's Essay

Jack, a middle school student, writes an excellent essay. However, an AI essay evaluation system gives him poor marks.

The reason is that the AI was trained only on essays written by university students from a different country. Since Jack's writing style was different, the AI considered it incorrect.

This is an example of biased training data.


Example 2 – Google Image Search

When users search for "Personal Secretary", the search results mainly display images of women.

This creates a stereotype that only women work as personal secretaries, which is an example of visual bias.


Example 3 – AI Recruitment Tool

A company developed an AI system to recruit chefs.

The AI automatically rejected resumes containing the words "Women Chef" because it had learned from historical hiring data that men were selected more frequently.

Although nobody intentionally programmed the AI to discriminate, biased historical data caused unfair recruitment decisions.


How Can We Identify AI Bias?

Before deploying an AI system, developers should ask the following important questions:

  1. Does the training data represent all sections of society equally?
  2. Will the AI discriminate against any gender, religion, age group, language, or community?
  3. Does the AI exclude certain people from benefiting from the technology?

If the answer to any of these questions is "Yes", then the training data should be reviewed and improved before deploying the AI solution.


The Four Principles of Responsible AI

To build AI systems that are safe, fair, and beneficial for everyone, developers should follow four important ethical principles.


1. Human Rights

Artificial Intelligence should always respect human dignity and freedom.

  • AI should never violate human rights.
  • AI should never discriminate against people.
  • AI should not reduce anyone's freedom or opportunities.
  • Every individual should be treated equally.

Example: A school admission system should not reject students simply because of their religion, gender, or financial background.


2. Bias

Developers must ensure that the training data fairly represents all sections of society.

Removing biased data helps AI produce fair and unbiased decisions.

Example: A recruitment AI should evaluate every applicant using the same criteria instead of favouring one gender or community.


3. Privacy

AI systems should protect users' personal information and clearly explain:

  • What information is being collected.
  • Why it is being collected.
  • How it will be used.
  • Who can access it.

Users should always have the right to know how their personal data is being handled.


4. Inclusion

Artificial Intelligence should be designed so that everyone can benefit from it, regardless of age, gender, language, disability, or economic background.

Technology should be simple, accessible, and useful for all members of society.

Example: An educational AI application should support multiple languages so that students from different regions can use it comfortably.


Quick Revision

  • Artificial Intelligence enables machines to mimic human intelligence.
  • AI Formula: Data + Algorithm = AI Machine.
  • The three domains of AI are Statistical Data (Data Science), Natural Language Processing (NLP), and Computer Vision (CV).
  • The AI Project Cycle consists of six stages: Problem Scoping, Data Acquisition, Data Exploration, Modeling, Evaluation, and Deployment.
  • The 4Ws Problem Canvas includes: Who, What, Where, and Why.
  • Morality refers to beliefs accepted by society, whereas Ethics helps people make responsible decisions in difficult situations.
  • AI Bias occurs when the training data is incomplete or unfair.
  • Always check whether the training data equally represents every section of society.
  • The four principles of Responsible AI are: Human Rights, Bias, Privacy, and Inclusion.

Exam Tips

  • Remember the AI Formula: Data + Algorithm = AI Machine.
  • Learn one real-life example for each AI domain:
    • Rock, Paper and Scissors → Statistical Data
    • Semantris → Natural Language Processing
    • Quick Draw → Computer Vision
  • Practice writing the 4Ws Problem Canvas and the official Problem Statement Template.
  • Revise all six stages of the AI Project Cycle in sequence.
  • Study the three real-life project examples:
    • Pink Bollworm Detection
    • Student Drowsiness Detection
    • School Canteen Food Wastage Prediction
  • Understand the difference between Ethics and Morality with examples.
  • Learn the three examples of AI Bias from the textbook.
  • Memorize the four principles of Responsible AI: Human Rights, Bias, Privacy, and Inclusion.

Conclusion

Artificial Intelligence is changing the world by helping humans solve problems more efficiently. However, building intelligent systems is not enough. Developers must also ensure that AI systems are fair, transparent, secure, inclusive, and respectful of human rights. By understanding AI fundamentals, following the AI Project Cycle, and applying ethical principles, students can build responsible AI solutions that benefit individuals as well as society.