FREE Live Master Session: Code Your AI Companion for Kids

    Register for Free →
    HomeClass 9 AI (417)Chapter 1: AI Project Cycle & Ethics
    Unit 1 · Subject Specific Skills55 Hours · 10 Marks · CBSE Curriculum

    Class 9 AI Reflection, Project Cycle & EthicsNotes, Questions from CBSE Curriculum, MCQs & Q&A

    Study the complete official CBSE Unit 1 curriculum from the Intel Facilitator Handbook. Covers AI reflection, 3 domains, the 6-stage AI Project Cycle, 4Ws Canvas, System Mapping, Confusion Matrix metrics, and AI Ethics principles.

    Curriculum Study Guide

    Class 9 AI Reflection, Project Cycle & Ethics Notes

    1.1

    Understanding AI: Domains & Applications

    Official Duration: 10 Hours · Theory & Perceptual Labs

    What is Artificial Intelligence? When a computational machine possesses the ability to mimic human intelligence—such as making decisions, predicting future events, learning, and improving on its own—it is said to have Artificial Intelligence.

    Data + Algorithm = AI Machine

    The Three Domains of AI (Three Strands Braid Analogy)

    Just as three different colored strands are woven tightly together to make a single sturdy braid, the three distinct domains of AI intertwine to build intelligent systems:

    Statistical Data

    Focuses on numerical, tabular, and historical statistics to uncover trends, analyze risk, and predict outcomes (e.g., fraud detection, loan default prediction).

    Computer Vision (CV)

    Enables software to process, analyze, and interpret visual inputs from cameras, 2D scans, and video streams (e.g., smartphone face locks, medical imaging).

    NLP

    Enables machines to comprehend, analyze, and generate human spoken and written natural language (e.g., smart voice assistants like Siri and Alexa).

    Three Interactive Classroom Games

    • Rock, Paper, Scissors: Demonstrates Data for AI as the machine attempts to predict player moves by detecting cyclical input patterns.
    • Semantris (Google Research): Demonstrates Natural Language Processing (NLP) using semantic word associations.
    • Quick, Draw (Google): Demonstrates Computer Vision (CV) via neural networks trained on millions of doodle drawings.
    1.2

    The AI Project Cycle

    Official Duration: 30 Hours · Frameworks, System Mapping & Evaluation

    The AI Project Cycle is the structured cyclical roadmap followed when designing AI solutions. It provides:

    1. Efficiency

    Develop solutions faster with lesser wasted effort.

    2. Modularity

    Break down a massive problem into simple steps so adjustments do not require rebuilding the whole system.

    The 6 Sequential Stages

    1. Problem Scoping

    Setting the goal with the 4Ws Canvas

    2. Data Acquisition

    Collecting authentic training & test data

    3. Data Exploration

    Visualizing trends and choosing models

    4. Modeling

    Rule-Based vs Learning-Based algorithms

    5. Evaluation

    Testing with Confusion Matrix metrics

    6. Deployment

    Real-world rollout, monitoring & maintenance

    1.2.1 Problem Scoping & The 4Ws Canvas

    Problem scoping frames the vision of an AI project. The 4Ws Problem Canvas identifies key parameters:

    Who? (Stakeholders)

    The people affected by the problem and benefited by the solution.

    What? (Nature of Issue)

    The specific pain point, backed by evidence (newspaper clips, reports).

    Where? (Context & Location)

    The situation, environment, and physical locations where it arises.

    Why? (Value & Benefits)

    How the ideal solution will improve stakeholders' lives and society.

    Problem Statement Template Structure:

    Our [Stakeholders] have a problem that [Issue / Need] when/while [Context / Situation]. An ideal solution would [Benefit for them].

    1.2.2 Data Acquisition & System Maps

    Data Acquisition involves collecting authentic, relevant datasets. Key concepts include:

    • Training Data vs. Testing Data: Training data teaches the machine; testing data evaluates its prediction accuracy.
    • Data Features: Characteristics extracted to represent a problem (e.g., for salary prediction: salary amount, increment %, period).
    • Data Sources: Surveys, Sensors, Cameras, Observations, APIs, and open-source government portals like data.gov.in and india.gov.in.
    • System Maps: Graphical models showing relationships between elements. A + sign indicates a direct relationship (increase leads to increase); a - sign indicates an inverse relationship; longer arrows indicate time delays.

    1.2.4 Modeling: Rule-Based vs. Learning-Based

    FeatureRule-Based ApproachLearning-Based Approach
    Rule DefinitionExplicitly coded by the developerAlgorithm discovers rules on its own
    AdaptabilityStatic; cannot handle new exceptionsAdaptive; adjusts to unseen dataset patterns
    Syllabus ExampleGolf Playing Decision Tree (Outlook, Temp, Humidity, Wind)Apple vs Banana image classifier (100 labeled photos)

    1.2.5 Evaluation & Confusion Matrix (Forest Fire Case Study)

    Evaluation assesses model reliability on unseen testing data. In a classification model, testing produces four conditions based on Prediction vs. Reality:

    True Positive (TP)

    Fire in reality (Yes) + Model predicts Fire (Yes).

    True Negative (TN)

    No fire in reality (No) + Model predicts No Fire (No).

    False Positive (FP)

    No fire in reality (No) + Model predicts Fire (Yes) [False Alarm].

    False Negative (FN)

    Fire in reality (Yes) + Model predicts No Fire (No) [Dangerous Miss].

    1.2.6 Deployment

    Deployment is implementing the validated AI model into real-world tools. Key steps: (a) Testing and validation, (b) System integration, and (c) Monitoring and ongoing maintenance.

    Preventable Blindness Case Study (Aravind Eye Hospital + Google):

    AI screening model deployed across 71 vision centers in rural Tamil Nadu achieves 98.6% accuracy in detecting Diabetic Retinopathy from retinal camera photos, matching specialist eye doctor diagnosis.

    1.3

    AI Ethics & Morality

    Official Duration: 15 Hours · Bias, Privacy, Inclusion & Human Rights

    Morals

    Beliefs dictated by society, culture, or religion (e.g., "Always speak the truth").

    Ethics

    Guiding principles chosen by individuals to evaluate good vs. bad in context (e.g., "Is it good to speak truth if it threatens someone's life?").

    The Four Core Principles of AI Ethics

    1. Human Rights

    AI must preserve human dignity and freedom and not cause wrongful unemployment without reskilling.

    2. Bias

    Eliminate unfair prejudice stemming from biased training data (e.g., resume screeners favoring male applicants).

    3. Privacy

    Protect user personal information with transparent consent; prevent unauthorized data surveillance.

    4. Inclusion

    Ensure AI accessibility benefits all population groups equitably, bridging socioeconomic divides.

    Official Source Questions

    Questions from the CBSE Curriculum

    Every quiz, review question, and discussion prompt extracted verbatim from the Grade 9 Facilitator Handbook, complete with official answers.

    Subunit 1.1: AI Quiz (p. 14)Curriculum Question #1

    Which one of the following is an application of AI?

    A. Remote controlled Drone
    B. Self-Driving Car ✓ (Official Key)
    C. Self-Service Kiosk
    D. Self-Watering Plant System
    TeacherColab Explanation: A self-driving car perceives surroundings, makes navigational decisions, and predicts pedestrian/vehicle movements using Computer Vision and AI algorithms, whereas remote drones or automated kiosks follow fixed hardware instructions.
    Subunit 1.1: AI Quiz (p. 14)Curriculum Question #2

    This language is easy to learn and is one of the most popular languages for AI today:

    A. C++
    B. Python ✓ (Official Key)
    C. Ruby
    D. Java
    TeacherColab Explanation: Python offers clear, human-like syntax and extensive scientific computing and machine learning libraries (NumPy, Pandas, Scikit-Learn), making it the premier language for AI education.
    Subunit 1.1: AI Quiz (p. 14)Curriculum Question #3

    This field is enabling computers to identify and process images as humans do:

    A. Face Recognition
    B. Model-view-controller
    C. Computer Vision ✓ (Official Key)
    D. Eye-in-Hand System
    TeacherColab Explanation: Computer Vision (CV) is the specific domain of Artificial Intelligence focused on enabling computational systems to interpret, process, and analyze visual data from images and video feeds.
    Subunit 1.1: AI Quiz (p. 14)Curriculum Question #4

    What does NLP stand for in AI?

    A. Neutral Learning Projection
    B. Neuro-Linguistic Programming
    C. Natural Language Processing ✓ (Official Key)
    D. Neural Logic Presentation
    TeacherColab Explanation: Natural Language Processing (NLP) is the AI domain concerned with giving computers the ability to understand, interpret, and manipulate human language in textual or spoken form.
    Subunit 1.1: AI Quiz (p. 14)Curriculum Question #5

    Which of the following is not a domain of artificial intelligence?

    A. Data Management System ✓ (Official Key)
    B. Computer Vision
    C. Natural Language Processing
    D. Data Science / Statistical Data
    TeacherColab Explanation: The three recognized domains of AI in the CBSE syllabus are Computer Vision, Natural Language Processing, and Statistical Data (Data Science). A Data Management System (DBMS) is traditional database software.
    Subunit 1.2.3: Data Exploration Quiz (p. 37)Curriculum Question #6

    Which one of the following is the second stage of the AI project cycle?

    A. Data Exploration
    B. Data Acquisition ✓ (Official Key)
    C. Modelling
    D. Problem Scoping
    TeacherColab Explanation: The AI Project Cycle stages proceed in strict sequence: (1) Problem Scoping, (2) Data Acquisition, (3) Data Exploration, (4) Modeling, (5) Evaluation, (6) Deployment.
    Subunit 1.2.3: Data Exploration Quiz (p. 37)Curriculum Question #7

    Which of the following comes under Problem Scoping?

    A. System Mapping
    B. 4Ws Canvas ✓ (Official Key)
    C. Data Features
    D. Web scraping
    TeacherColab Explanation: The 4Ws Problem Canvas (Who, What, Where, Why) is the foundational framework used in Stage 1 (Problem Scoping) to establish the project goal.
    Subunit 1.2.3: Data Exploration Quiz (p. 37)Curriculum Question #8

    Which of the following is not valid for Data Acquisition?

    A. Web scraping
    B. Surveys
    C. Sensors
    D. Announcements ✓ (Official Key)
    TeacherColab Explanation: Data acquisition involves empirical gathering methods like surveys, sensors, cameras, APIs, observations, and ethical web scraping. Verbal announcements are not structured data collection methods.
    Subunit 1.2.3: Data Exploration Quiz (p. 37)Curriculum Question #9

    In a System Map, if an arrow goes from X to Y with a '-' (minus) sign, it means that:

    A. If X increases, Y decreases ✓ (Official Key)
    B. The direction of relation is opposite
    C. If X increases, Y increases
    D. It is a bi-directional relationship
    TeacherColab Explanation: In system dynamics mapping, a '-' (minus) label on an arrow signifies an inverse relationship: an increase in the cause variable leads to a decrease in the effect variable.
    Subunit 1.2.3: Data Exploration Quiz (p. 38)Curriculum Question #10

    Which of the following is not a part of the 4Ws Problem Canvas?

    A. Who?
    B. Why?
    C. What?
    D. Which? ✓ (Official Key)
    TeacherColab Explanation: The 4Ws are strictly: Who (stakeholders), What (problem nature), Where (context & location), and Why (solution benefits). 'Which?' is not part of the canvas.
    Subunit 1.2.5: AI Project Cycle Revision (p. 62)Curriculum Question #11

    The process of breaking down a big problem into a series of simple steps is known as:

    A. Efficiency
    B. Modularity ✓ (Official Key)
    C. Both a and b
    D. None of the above
    TeacherColab Explanation: Modularity refers to dividing a complex overarching system into smaller, self-contained sub-units so that if an AI solution fails, developers do not need to rewrite the entire project.
    Subunit 1.2.5: AI Project Cycle Revision (p. 62)Curriculum Question #12

    The primary purpose of data exploration in the AI project cycle is:

    A. To make data more complicated
    B. To simplify complex data
    C. To discover patterns and insights in data ✓ (Official Key)
    D. To visualize data
    TeacherColab Explanation: Data exploration enables developers to analyze acquired datasets visually and statistically to identify trends, correlations, and relationships that dictate which AI model to select.
    Subunit 1.2.6: Deployment Revision (p. 59)Curriculum Question #13

    Does modeling mean creating an AI model?

    A. YES ✓ (Official Key)
    B. NO
    TeacherColab Explanation: AI Modeling refers to developing algorithms or neural networks that can be trained on datasets to yield intelligent computational outputs.
    Subunit 1.2.6: Deployment Revision (p. 59)Curriculum Question #14

    Can we deploy and use AI models on mobile phones?

    A. YES ✓ (Official Key)
    B. NO
    TeacherColab Explanation: AI models are frequently packaged and deployed as mobile apps (such as the CottonAce pest advisory app or diabetic retinopathy vision center assistants).
    Subunit 1.3: Ethics Revision (p. 73)Curriculum Question #15

    'Preference for one over the other' in AI systems is known as:

    A. Morality
    B. Bias ✓ (Official Key)
    C. Inclusion
    D. Security
    TeacherColab Explanation: AI bias is the unfair preference or partiality toward or against a particular demographic or group, typically inherited from skewed training data.
    Exam Preparation

    Class 9 AI Project Cycle & Ethics MCQs

    25 high-yield practice MCQs created strictly from the Facilitator Handbook content. Test yourself with instant interactive feedback!

    TeacherColab Practice MCQ #1
    1.1 AI Definition & EquationEasy

    Which of the following best represents the fundamental formula of an AI Machine?

    TeacherColab Practice MCQ #2
    1.1 AI Domains AnalogyMedium

    In the CBSE Grade 9 handbook, AI is compared to three strands woven into a braid. What are the three strands?

    TeacherColab Practice MCQ #3
    1.1 AI Applications in FinanceMedium

    How do banking institutions utilize AI to prevent bad debts and loan defaults?

    TeacherColab Practice MCQ #4
    1.2 AI Project Cycle StagesEasy

    What is the correct sequential order of the 6 stages in the AI Project Cycle?

    TeacherColab Practice MCQ #5
    1.2.1 4Ws Problem CanvasMedium

    In the 4Ws Problem Canvas, which block involves examining newspaper clippings, media reports, and factual announcements?

    TeacherColab Practice MCQ #6
    1.2.1 Problem Statement TemplateMedium

    How does the Problem Statement Template summarize the 'Why' block of the 4Ws Canvas?

    TeacherColab Practice MCQ #7
    1.2.1 CottonAce Case StudyHard

    In the CottonAce pest management project, what economic improvements were recorded by small farms using the AI application?

    TeacherColab Practice MCQ #8
    1.2.2 Data Acquisition TerminologyEasy

    The historical salary dataset fed into an AI system to help it learn salary increment trends is known as:

    TeacherColab Practice MCQ #9
    1.2.2 System Maps - Time DelayHard

    In a System Map created using tools like Loopy, what does a longer arrow between two elements signify?

    TeacherColab Practice MCQ #10
    1.2.2 Open-Source Data PortalsEasy

    Which of the following is an authentic open-source Government of India portal recommended for acquiring datasets?

    TeacherColab Practice MCQ #11
    1.2.4 AI vs ML vs DL RelationshipMedium

    Which of the following statements correctly describes the Venn diagram relationship between AI, ML, and DL?

    TeacherColab Practice MCQ #12
    1.2.4 Rule-Based AI ModelsMedium

    What is a primary characteristic of a Rule-Based AI approach, such as the Golf Decision Tree?

    TeacherColab Practice MCQ #13
    1.2.4 Learning-Based ModelingMedium

    In the Apple vs Banana image classification model, what makes it a Learning-Based approach?

    TeacherColab Practice MCQ #14
    1.2.5 Overfitting DefinitionHard

    Why should a developer never evaluate an AI model using the exact same data used to train it?

    TeacherColab Practice MCQ #15
    1.2.5 Confusion Matrix - Forest Fire CaseMedium

    In the Forest Fire detection scenario, if a fire has broken out in reality, but the AI system predicts 'No Fire', this outcome is a:

    TeacherColab Practice MCQ #16
    1.2.5 Confusion Matrix - False AlarmMedium

    If there is NO forest fire in the forest, but the AI triggers an alarm predicting 'Fire', this outcome is a:

    TeacherColab Practice MCQ #17
    1.2.5 Evaluation MetricsHard

    What metric is illustrated in the Facilitator Handbook (Page 57) comparing algorithms like BLS, MLP, CNN, Wavelet MLP, and SVM?

    TeacherColab Practice MCQ #18
    1.2.6 Deployment Case StudyHard

    In the Diabetic Retinopathy screening deployment at Aravind Eye Hospital in rural Tamil Nadu, what accuracy did the AI model achieve?

    TeacherColab Practice MCQ #19
    1.3 Morals vs Ethics DistinctionMedium

    Which statement accurately captures the distinction between Morals and Ethics according to CBSE Class 9?

    TeacherColab Practice MCQ #20
    1.3 Moral Machine DilemmaMedium

    What is the primary purpose of the MIT 'Moral Machine' platform referenced on Page 66?

    TeacherColab Practice MCQ #21
    1.3 AI Ethics - Jack's Essay CaseHard

    Why did the middle-school student Jack receive an unfairly low grade from the AI essay grading tool?

    TeacherColab Practice MCQ #22
    1.3 AI Ethics PrinciplesMedium

    Which of the following is NOT one of the 4 core AI Ethics principles highlighted in the CBSE Class 9 curriculum?

    TeacherColab Practice MCQ #23
    1.3 Bias in Recruitment SystemsHard

    In the case study on Page 73 where a company's AI recruiting tool penalized resumes containing the words 'women chef', what caused the bias?

    TeacherColab Practice MCQ #24
    1.3 Ethical Principle of InclusionMedium

    What does the ethical principle of 'Inclusion' demand from AI system designers?

    TeacherColab Practice MCQ #25
    1.3 AI and Future of WorkMedium

    What is the recommended constructive response when AI automates monotonous factory tasks?

    Subjective Prep

    Class 9 AI Project Cycle & Ethics Questions and Answers

    Structured by examination typology: Very Short, Short, Long, Application-Based, and Case-Based questions.

    Very Short Answer Questions (1 Mark Each)

    Question #1From the CBSE Curriculum

    Q: What is Artificial Intelligence according to the Class 9 Facilitator Handbook?

    Answer:

    When a machine possesses the ability to mimic human traits—such as making decisions, predicting future events, learning, and improving on its own—it is said to have Artificial Intelligence.

    Explanation: Stated on Page 6: AI systems collect data, understand it, analyze it, learn from it, and improve over successive iterations.

    Question #2From the CBSE Curriculum

    Q: What does the acronym NLP stand for in Artificial Intelligence?

    Answer:

    Natural Language Processing.

    Explanation: Page 12 defines NLP as the AI domain focused on textual and spoken communication, enabling machines to comprehend and generate human language.

    Question #3From the CBSE Curriculum

    Q: Name the three primary domains of Artificial Intelligence.

    Answer:

    1. Statistical Data, 2. Computer Vision (CV), and 3. Natural Language Processing (NLP).

    Explanation: Page 12 and Page 13 group all AI applications into these three interconnected domains, illustrated by the Three Strands Braid Analogy.

    Question #4From the CBSE Curriculum

    Q: What are the four 'W's in the 4Ws Problem Canvas?

    Answer:

    Who, What, Where, and Why.

    Explanation: Page 25 introduces the 4Ws Canvas: Who (stakeholders), What (problem nature & evidence), Where (context & location), Why (benefits of solution).

    Question #5TeacherColab Practice Question

    Q: What is Overfitting in the context of AI model evaluation?

    Answer:

    Overfitting is when an AI model memorizes the training data completely, causing it to predict training points perfectly while failing to generalize to new, unseen testing data.

    Explanation: Page 53 explicitly warns against evaluating models with training data due to the risk of overfitting.

    Short Answer Questions (2–3 Marks Each)

    Question #1From the CBSE Curriculum

    Q: Why do we need an AI Project Cycle? Explain the two main reasons.

    Answer:

    1. Efficiency: Allows teams to develop better AI solutions faster with less effort. 2. Modularity: Breaks complex challenges into simpler, self-contained sub-stages so that if a model fails, the team only needs to modify that specific stage rather than rebuilding everything.

    Explanation: Page 20 highlights Efficiency and Modularity as the twin pillars for using a systematic AI Project Cycle.

    Question #2From the CBSE Curriculum

    Q: How does a System Map represent direct vs. inverse relationships between data features?

    Answer:

    In a System Map, arrows show cause-and-effect relationships. A '+' sign indicates a direct relationship (if X increases, Y increases). A '-' sign indicates an inverse relationship (if X increases, Y decreases). Longer arrows represent time delays.

    Explanation: Page 35 explains how loops, signs, and arrow lengths visualize system dynamics.

    Question #3From the CBSE Curriculum

    Q: Differentiate between Rule-Based and Learning-Based AI modeling approaches.

    Answer:

    In a Rule-Based model, developer-written rules strictly dictate behavior, and learning is static (e.g., Golf Play decision tree). In a Learning-Based model, the machine learns features and relationships directly from data and adapts dynamically to handle exceptions (e.g., Apple vs. Banana classifier).

    Explanation: Pages 50-52 contrast these two core approaches with concrete syllabus examples.

    Question #4From the CBSE Curriculum

    Q: Explain the difference between Morals and Ethics with suitable examples.

    Answer:

    Morals are societal beliefs dictated by culture or tradition (e.g., 'always speak the truth'). Ethics are guiding principles that an individual chooses to evaluate good vs. bad in complex real-world situations (e.g., 'is it ethical to withhold truth if speaking it will endanger someone's life?').

    Explanation: Page 65 table provides clear distinctions and relatable contextual questions.

    Long Answer Questions (4–5 Marks Each)

    Question #1From the CBSE Curriculum

    Q: List and explain the 6 stages of the AI Project Cycle in sequential order.

    Answer:

    1. Problem Scoping: Identifying the problem, scoping goals using the 4Ws Canvas, and drafting a Problem Statement Template. 2. Data Acquisition: Gathering authentic, relevant training and testing data via surveys, sensors, APIs, or open-source portals (data.gov.in). 3. Data Exploration: Visualizing data trends, distributions, and patterns using graphs (bar, line, scatter) to guide model strategy. 4. Modeling: Selecting or engineering algorithms (Rule-Based vs. Learning-Based) and training them on acquired datasets. 5. Evaluation: Testing model performance on unseen test data using Confusion Matrix parameters (TP, FP, TN, FN) and ROC curves to guard against overfitting. 6. Deployment: Packaging the validated model into real-world applications (mobile apps, web services) with continuous monitoring and maintenance.

    Explanation: Detailed throughout Pages 20-62 of the handbook.

    Question #2From the CBSE Curriculum

    Q: Explain the four core principles of AI Ethics with real-world considerations for each.

    Answer:

    1. Human Rights: Ensuring AI preserves freedom, prevents bodily or financial harm, and does not unjustly displace workers without reskilling. 2. Bias: Preventing partiality and unfair discrimination by curating balanced, representative training datasets (avoiding scenarios like search engines showing only women for 'personal secretary'). 3. Privacy: Strictly safeguarding personal user data with explicit consent, transparent data usage policies, and end-to-end security against breaches. 4. Inclusion: Designing accessible, equitable AI tools that empower diverse socioeconomic groups, regardless of wealth, language, or geography.

    Explanation: Pages 70-73 define and analyze each principle thoroughly.

    Application & Case-Based Questions

    Question #1From the CBSE Curriculum

    Q: Case Study: CottonAce Pest Management App. Explain how the AI Project Cycle was implemented to solve the Pink Bollworm problem for Indian cotton farmers.

    Answer:

    • Problem Scoping: 6 million Indian farmers suffer crop loss from Pink Bollworms invisible to the naked eye. Goal: create an advisory app to optimize pesticide spraying. • Data Acquisition: Collecting photos of pests, farm sizes, farmer names, and pesticide usage records. • Data Exploration: Cleaning non-uniform images and graphing infestation patterns vs. seasonal weather. • Modeling: Developing a Computer Vision model trained on labeled pest photos. • Evaluation: Testing on blank sheets of paper with captured insects; initial 70% accuracy was refined with improved algorithms. • Deployment: Releasing the CottonAce mobile app, leading to a 26.5% jump in farm profit margins and a 38% drop in pesticide costs.

    Explanation: Pages 17-20 provide the full narrative walkthrough of this case study.

    Question #2From the CBSE Curriculum

    Q: Case Study: Forest Fire Confusion Matrix. Define TP, FP, TN, and FN using the Forest Fire prediction scenario.

    Answer:

    • True Positive (TP): Reality = Fire has broken out; AI Prediction = Fire detected. (Correct alarm) • True Negative (TN): Reality = No fire; AI Prediction = No fire. (Correct quiet state) • False Positive (FP): Reality = No fire; AI Prediction = Fire detected. (False alarm, sending fire engines unnecessarily) • False Negative (FN): Reality = Fire has broken out; AI Prediction = No fire. (Dangerous miss, fire spreads unchecked without warning).

    Explanation: Pages 54-56 break down this exact scenario across four visual cases.

    Question #3From the CBSE Curriculum

    Q: Case Study: The 'Women Chef' Recruiting Engine Failure. A company built an AI recruiting engine that penalized resumes containing the phrase 'women chef'. What ethical issue does this represent and why did it occur?

    Answer:

    This represents Algorithmic Bias. It occurred because the machine learning model was trained on historical company hiring data from prior years when male chefs dominated the applicant pool. The AI incorrectly learned that male candidates were statistically preferable, turning historical societal discrimination into an active algorithm rule.

    Explanation: Page 73 Case Study 6 explicitly details this real-world failure of uninspected machine learning models.

    Exam Revision Cheat Sheet

    Quick Revision: Unit 1 At a Glance

    Key Formulas & Definitions

    • AI Equation: Data + Algorithm = AI Machine.
    • AI Project Cycle: Problem Scoping → Data Acquisition → Data Exploration → Modeling → Evaluation → Deployment.
    • Problem Statement Template: Our [Who] has problem that [What] when [Where]. Ideal solution would [Why].
    • System Map Arrows: '+' = Direct; '-' = Inverse; Longer arrow = Time delay.

    Confusion Matrix Terms

    • TP (True Positive): Reality Yes, Model Yes.
    • TN (True Negative): Reality No, Model No.
    • FP (False Positive): Reality No, Model Yes (False Alarm).
    • FN (False Negative): Reality Yes, Model No (Dangerous Miss).

    Rule-Based vs. Learning-Based

    • Rule-Based: Developer defines all rules; static learning (Golf Decision Tree).
    • Learning-Based: Machine learns patterns from data; dynamic adaptation (Apple vs. Banana).

    The 4 AI Ethics Principles

    • Human Rights: Protect freedom, prevent harm and unfair job loss.
    • Bias: Eliminate training dataset skew and prejudice.
    • Privacy: Consent, personal data protection, transparency.
    • Inclusion: Equal benefit for all socioeconomic demographics.
    Student FAQs & AEO

    Frequently Asked Questions

    🎓 Live 1-on-1 Classes

    Book a Free Demo Class

    Get personalised CBSE Class 9 AI coaching from expert educators. Interactive live sessions, doubt resolution, and exam preparation — tailored to your pace.