Subject Code 417 Β· Class X Β· Complete Interactive Study Guide for Session 2026β27 β detailed theory, infographics, practical, projects, question banks & 5 CBSE-pattern sample papers with step-by-step marking.
100Total Marks
50+50Theory + Practical
12Units (A + B)
5Sample Papers + Marking
7Question Types
i About this guide
A single-file, click-to-learn AI textbook for Class X. Every topic of the AI-417 syllabus is explained in depth with worked examples, real-life cases and labelled SVG infographics. Each chapter ends with seven banks of interactive questions, and the guide finishes with 5 full sample papers built in the exact CBSE pattern, each with a collapsible answer + value-point marking scheme just like the official Board scheme.
Build AI solutions for social impact using no-code tools and Advance Python.
Tip: Use the sidebar to navigate. Your MCQ score is tracked in the top bar. In the Sample Papers, click "Show Answer & Marking" under any question to see the step-by-step marks.
πΊοΈ
Full Blueprint
Complete Syllabus, Hours & Marks
Total Marks: 100 β Theory 50 + Practical 50. Part A (Employability, 10 marks) + Part B (Subject-Specific AI, 40 marks) form the 50-mark theory; Practical, Project & Viva form the other 50.
Part A β Employability Skills (10 marks)
Unit
Hours
Marks
1 Β· Communication Skills-II
10
2
2 Β· Self-Management Skills-II
10
2
3 Β· ICT Skills-II
10
2
4 Β· Entrepreneurial Skills-II
10
2
5 Β· Green Skills-II
10
2
Total
50
10
Part B β Subject-Specific AI Skills (40 marks)
Unit
Theory hrs
Practical hrs
Marks
1 Β· Revisiting AI Project Cycle & Ethical Frameworks
5 questions (each "answer any 4β5 of 6"), 1 mark each
24
B
Subjective
16 questions, attempt 10 β Employability (3 of 5 Γ 2), Subject (4 of 6 Γ 2), Long (3 of 5 Γ 4)
26
Total Theory
50
Question paper has 21 questions (5 in Section A + 16 in Section B). A candidate answers 15 (5 + 10) in 2 hours. There is no negative marking. All 5 sample papers in this guide follow this exact pattern.
Detailed Topic List (Part B)
Unit
Key topics covered
U1 Β· Project Cycle & Ethics
Stages of AI Project Cycle; three AI domains; Ethical Frameworks (sector-based, value-based); Bioethics & case study
U2 Β· Modeling
AI vs ML vs DL; data terminology; Rule-based vs Learning-based; Supervised (Classification, Regression), Unsupervised (Clustering, Association), Reinforcement; ANN & CNN; how AI decides
U3 Β· Evaluating Models
Need for evaluation; Train-test split; Accuracy & Error; Confusion Matrix; Precision, Recall, F1-Score; ethical concerns (bias, transparency)
U4 Β· Statistical Data
Data Science; No-Code & Low-Code AI; Orange Data Mining; AI cycle in Orange (Palmer Penguins)
Follow a Read β Visualise β Test β Solve Papers loop. Everything works offline in any browser.
Read the theory
Study the illustrated notes & SVG diagrams for each unit.
Study examples
Work through the solved examples & calculations.
Attempt 7 question types
MCQ, T/F, Fill, A&R, Match, Competency, Theory.
Solve sample papers
Do all 5 papers in 2-hour timed mode.
Self-mark
Reveal the step-by-step marking scheme & score yourself.
π
How marking works
In the sample papers, each question has a green "Show Answer & Marking" button. It reveals the value points and exactly how marks are split β e.g. "1 mark for formula + 1 mark for correct calculation" β mirroring the CBSE marking scheme.
π¨οΈ
Print / PDF
Use Print β Save as PDF. All units, answers and full marking schemes auto-expand into a clean printable book.
B1
Part B Β· Unit 1 (7 marks)
Revisiting AI Project Cycle & Ethical Frameworks
In Class X we revisit the AI Project Cycle and the three domains, then go deeper into the ethics of AI through formal ethical frameworks β the rules and values that keep AI fair and safe.
π― Learning Objectives
Recall the six stages of the AI Project Cycle and the three AI domains.
Understand what an ethical framework is and why AI needs one.
Differentiate sector-based and value-based ethical frameworks.
Explain Bioethics and analyse a healthcare case study.
Section 1 Β· Revisiting the basics
1.1 The AI Project Cycle (recap)
Every AI project follows six stages. You learnt these in Class IX; here is the quick map you must remember.
Fig 1.1 The six stages of the AI Project Cycle. Evaluation often loops back to earlier stages β the cycle is iterative.
Let us understand each stage and its key terms in detail, using one running example β an AI project to predict whether it will rain tomorrow so a farmer can plan irrigation.
β Problem Scoping
Problem Scoping means clearly understanding and defining the problem you want to solve before building anything. A vague problem leads to a useless AI; a well-scoped problem leads to a focused solution.
The main tool here is the 4Ws Problem Canvas β four questions that frame the problem:
Term
What it means
Rain example
Who
Who is affected by the problem? (the stakeholders)
Farmers and their families
What
What is the problem & what is the evidence?
Crops are lost when irrigation is wrongly timed
Where
Where/when does it occur? (the context)
In the village fields, during the sowing season
Why
Why is solving it valuable? (the benefit)
Saves water, money and the harvest
Stakeholders = all the people who are affected by or interested in the problem. Problem statement = one sentence summarising the 4Ws.
EXAMPLE Β· Problem statement
"Our farmers (Who) who lose crops due to wrongly-timed irrigation (What) in the village during sowing season (Where). An ideal solution would predict tomorrow's rain so they can plan irrigation (Why)."
β‘ Data Acquisition
Data Acquisition means collecting the data (facts and figures) needed to solve the problem. Good data must be reliable, relevant and authentic.
Term
What it means
Rain example
Data
Raw facts & figures
Past temperature, humidity, rainfall records
Data Features
The specific pieces of information that affect the problem
Temperature, humidity, wind speed, cloud cover
Data Source
Where the data comes from
Weather department, sensors, websites/APIs
System Map
A diagram showing how features are related (with + / β arrows)
Higher humidity β higher chance of rain (+)
Tip: A system map uses a "+" arrow when one feature increases another and a "β" arrow when one decreases another.
β’ Data Exploration
Data Exploration (also called data visualisation) means cleaning the collected data and turning it into graphs/charts so patterns become easy to see.
Modeling means building the AI model β the part that learns patterns from data and makes predictions. There are two broad approaches.
Term
What it means
Example
Model
The "brain" that maps inputs β output
Weather β "Rain / No Rain"
Rule-based
Follows fixed rules given by the developer
"If humidity > 80% β Rain"
Learning-based
Learns patterns from data & improves itself
Learns from years of weather data
β€ Evaluation
Evaluation means testing how good the model is by checking its predictions against reality on new (unseen) data.
Term
Meaning
Rain example
True Positive (TP)
Predicted Yes, actually Yes
Predicted rain β it rained β
True Negative (TN)
Predicted No, actually No
Predicted no rain β it stayed dry β
False Positive (FP)
Predicted Yes, actually No (false alarm)
Predicted rain β it didn't rain
False Negative (FN)
Predicted No, actually Yes (a miss)
Predicted no rain β it rained, crops over-watered loss
(Detailed metrics like Accuracy, Precision, Recall & F1 are covered fully in Unit 3 β Evaluating Models.)
β₯ Deployment
Deployment means putting the tested model into real-world use so people actually benefit from it.
EXAMPLE Β· Deployment
The rain-prediction model is placed inside a simple mobile app. Every evening it sends the farmer a message: "80% chance of rain tomorrow β you may skip irrigation." That is deployment. If results worsen over time, the team loops back (iteration) to collect fresh data and retrain.
Iterative nature: the cycle is a loop, not a straight line. After deployment, real-world feedback often sends the team back to an earlier stage to improve the project β this repeating is why we call it "iterative".
1.2 The Three Domains of AI (recap)
π
Statistical Data
Numbers & tables. Used in price comparison, recommendations, predictions.
ποΈ
Computer Vision
Images & videos. Used in face unlock, vehicle counting, medical scans.
π¬
Natural Language Processing
Language & text. Used in chatbots, translation, sentiment analysis.
Section 2 Β· Ethical Frameworks for AI
2.1 What is an Ethical Framework?
Definition: An ethical framework is a structured set of principles and guidelines that helps people make decisions that are morally right and do not cause unintended harm. For AI, it ensures the technology is fair, safe, transparent and respects human values.
AI now makes or influences important decisions β who gets a loan, which patient is treated first, what news you see. Because these affect real lives, we need ethical frameworks so that AI choices are responsible and just.
Did you know? "Ethics" comes from the Greek word ethos meaning "character". An ethical framework gives an AI system a "good character" to guide its decisions.
2.2 Types of Ethical Frameworks
Fig 1.2 Two families of ethical frameworks: sector-based (built for an industry) and value-based (built on moral principles).
Rights-based: values human rights/life above other considerations.
Virtue-based: asks whether developers uphold good moral character/values.
Utility-based: aims to maximise the overall good for the most people.
2.3 Bioethics β a Sector-Based Framework
Bioethics is the study of ethical issues in health, medicine and biological sciences. It guides decisions about patient privacy, consent, data security and fair treatment when AI is used in healthcare.
CASE STUDY Β· AI in healthcare
An AI tool predicts which patients are most likely to need urgent care. Bioethics asks: Is patient data kept private and secure? Did patients give consent? Is the model fair to all groups, or biased against some? Does a doctor review the AI's suggestion (accountability)? Only if these are satisfied is the AI ethically acceptable.
Key ethical concerns in AI: data privacy, bias/fairness, transparency (explainability), accountability and consent. A good AI project addresses all of these.
π Terminology Explained (Unit 1)
Term
Simple meaning
Example
Ethics
Rules of right and wrong behaviour
Not using someone's photo without permission
Ethical Framework
A set of principles guiding moral decisions in AI
Bioethics, Rights-based framework
Sector-based Framework
Ethics made for one industry
Bioethics for healthcare
Value-based Framework
Ethics built on core moral values
Rights-based, Virtue-based, Utility-based
Bioethics
Ethics of health, medicine & biology
Keeping patient data private
Bias
Unfair results from unbalanced data
A face system that fails for some skin tones
Transparency
Being able to explain how AI decided
Showing why a loan was rejected
Accountability
Someone is responsible for the AI's actions
A doctor reviews the AI's suggestion
Consent
Permission taken before using data
Asking users before using their photos
π Chapter Summary
AI Project Cycle = Problem Scoping β Data Acquisition β Data Exploration β Modeling β Evaluation β Deployment.
Three domains: Statistical Data, Computer Vision, NLP.
Ethical framework = principles to ensure AI causes no unintended harm.
Two types: sector-based (e.g. Bioethics) & value-based (rights/virtue/utility).
Bioethics governs AI in health β privacy, consent, fairness, accountability.
AI Project CycleEthical FrameworkSector-BasedValue-BasedBioethicsRights-basedTransparencyAccountability
π Practice Question Bank β Unit 1
B2
Part B Β· Unit 2 (11 marks)
Advanced Concepts of Modeling in AI
A model is the "brain" of an AI project β the part that learns from data and makes predictions. This unit explores the different kinds of AI models and the neural networks behind them.
π― Learning Objectives
Differentiate AI, ML and DL and draw their Venn diagram.
Know the common data terminology used in modeling.
Compare rule-based and learning-based approaches.
Explain Supervised, Unsupervised and Reinforcement learning and their sub-types.
Understand Artificial & Convolutional Neural Networks and how AI makes a decision.
Section 1 Β· AI, ML & DL
2.1 Differentiating AI, ML and DL
Fig 2.1 AI β ML β DL. AI is the umbrella; ML is a subset; DL is a subset of ML using multiple algorithms (neural networks).
Term
Meaning
Example
AI
Any technique that lets computers mimic human intelligence (works on algorithms + data).
Chess engine (Deep Blue), Siri, expert systems
ML
Machines improve at tasks with experience, learning from new data and from mistakes.
Software trains itself on vast data using multiple ML algorithms (neural networks).
Self-driving car vision, face recognition, ChatGPT
2.2 Common Data Terminology
Dataset: a collection of related data used to train/test a model.
Features: the input columns/attributes (e.g. height, weight).
Label / Target: the output we want to predict (e.g. "species").
Training data: data used to teach the model; Testing data: unseen data used to check it.
Section 2 Β· Types of AI Models
2.3 Rule-Based vs Learning-Based
π
Rule-Based
The developer feeds fixed rules. The machine follows them and cannot learn new things if rules don't change. e.g. "if temp > 38 β fever".
π±
Learning-Based
The machine learns patterns from data itself and improves over time. e.g. a spam filter that learns from examples.
2.4 Categories of Machine Learning
Fig 2.2 The family tree of machine-learning models.
Type
Data
Goal
Sub-types / Example
Supervised
Labelled
Predict known output
Classification, Regression Β· spam, house price
Unsupervised
Unlabelled
Find hidden patterns
Clustering, Association Β· customer segments, "bought together"
Reinforcement
No fixed data
Learn by reward/penalty
Self-parking car, game-playing AI
Supervised sub-types
π·οΈ
Classification
Predicts a category/label (discrete). Data classified by labels. e.g. grading students A/B/C; spam or not.
π
Regression
Predicts a continuous number. e.g. predicting tomorrow's temperature or house price.
Unsupervised sub-types
π΅
Clustering
Groups similar items together. e.g. customer segmentation, grouping shopping behaviour.
π
Association
Finds items that occur together. e.g. "customers who bought X also bought Y".
EXAMPLE 2.1 Β· Which model?
β’ Identify spam email β Classification (label: spam/not). β’ Predict tomorrow's temperature β Regression (a number). β’ Group customers by behaviour β Clustering. β’ "Bought X also bought Y" β Association. β’ Train a car to park itself β Reinforcement.
Section 3 Β· Neural Networks
2.5 Artificial Neural Networks (ANN)
ANN: Artificial Neural Networks are computing systems modelled on the human brain and nervous system. They automatically extract features from data without the programmer specifying them, and are useful when the dataset is very large. Each node (neuron) is essentially a small machine-learning algorithm.
Fig 2.3 A neural network has an Input layer, one or more Hidden layers and an Output layer. Data flows left to right; each connection has a weight the network learns.
2.6 Convolutional Neural Network (CNN)
CNN: A Convolutional Neural Network is a deep-learning algorithm that takes an input image, assigns importance (learnable weights/biases) to various features in the image, and can tell one object from another. CNNs are specially designed to process images by automatically extracting visual features. (Covered in detail in Unit 5.)
π Terminology Explained (Unit 2)
Term
Simple meaning
Example
Model
The trained "brain" that makes predictions
A spam-detector model
Dataset
A collection of data used to train/test
1000 emails marked spam/not-spam
Feature
An input attribute/column
Email length, sender, keywords
Label / Target
The answer we want to predict
"Spam" or "Not Spam"
Training data
Data used to teach the model
800 of the 1000 emails
Testing data
Unseen data used to check the model
The other 200 emails
Supervised learning
Learns from labelled data
Spam detection, price prediction
Unsupervised learning
Finds patterns in unlabelled data
Grouping customers
Reinforcement learning
Learns by reward & penalty
A car learning to park
Classification
Predicts a category/label
Cat vs Dog
Regression
Predicts a continuous number
Tomorrow's temperature
Clustering
Groups similar items
Customer segments
Association
Finds items occurring together
"Bought X also bought Y"
Neuron (node)
One unit of a neural network (a tiny ML algorithm)
A node in a hidden layer
ANN
Brain-inspired network of neurons
Predicting handwriting
CNN
Deep-learning model for images
Face recognition
π Chapter Summary
AI β ML β DL. ML learns from experience; DL uses many algorithms (neural nets) on vast data.
Rule-based follows fixed rules; learning-based learns from data.
ML types: Supervised (Classification, Regression), Unsupervised (Clustering, Association), Reinforcement.
ANN = brain-inspired network with input, hidden & output layers; CNN processes images.
Building a model is not enough β we must check how good it is. Evaluation tells us whether the model can be trusted on new, unseen data. This is one of the most important (and most-tested) units.
π― Learning Objectives
Explain the need for model evaluation.
Apply the train-test split method.
Understand Accuracy and Error.
Build a Confusion Matrix and calculate Accuracy, Precision, Recall & F1-Score.
Choose the right metric and discuss ethical concerns (bias, transparency).
Section 1 Β· Why & how we evaluate
3.1 Why evaluate a model?
Evaluation checks whether the model has truly learned patterns or merely memorised the training data. A model that memorises does great on seen data but fails on new data β this is called overfitting.
Overfitting: when a model memorises the training data instead of learning general patterns. Never evaluate a model on the same data it was trained on β it would look perfect but be useless on new data.
3.2 Train-Test Split
Train-Test Split is a technique to evaluate a machine-learning algorithm. The dataset is divided into two parts: a training set (to make the model learn) and a testing set (to evaluate it on new, unseen data). A common ratio is 80:20 or 70:30.
Fig 3.1 The dataset is split so the model is tested on data it has never seen.
Section 2 Β· The Confusion Matrix
3.3 Confusion Matrix
A confusion matrix compares the model's prediction with the actual reality in a 2Γ2 table.
Fig 3.2 TP and TN are correct predictions; FP (false alarm) and FN (missed) are errors.
Which error is worse? It depends on the situation. In a fire alarm or self-driving car, a False Negative (failing to detect real danger) is the most dangerous. In a spam filter, a False Positive (a real email marked spam) is more annoying.
Section 3 Β· Evaluation Metrics
3.4 The four key metrics
Metric
Formula
Meaning
Accuracy
(TP + TN) / (TP+TN+FP+FN)
Overall, how many predictions were correct?
Precision
TP / (TP + FP)
Of all "Yes" predictions, how many were right?
Recall
TP / (TP + FN)
Of all real "Yes" cases, how many did we catch?
F1-Score
2 Γ (Precision Γ Recall) / (Precision + Recall)
Harmonic mean β balances precision & recall.
WORKED EXAMPLE 3.1 Β· Step-by-step (CBSE style)
A cyber-attack model tested on 1500 activities gives: TP = 1000, TN = 250, FP = 200, FN = 50.
Marking tip: CBSE gives Β½ mark for the correct formula and Β½β1 mark for the correct value. Always write the formula first, then substitute, then the answer.
3.5 Ethical concerns in evaluation
Bias: if the test data is unbalanced, the metrics can be misleading and unfair to some groups.
Transparency: we should be able to explain how the model reached its decision.
Accuracy paradox: high accuracy can hide poor performance when classes are imbalanced β so we also use precision & recall.
π Terminology Explained (Unit 3)
Term
Simple meaning
Example / Formula
Evaluation
Checking how good a model is on new data
Testing on the 20% test set
Overfitting
Model memorises training data, fails on new data
100% on seen data, 50% on new data
Train-Test Split
Dividing data into learn + check parts
80% train, 20% test
Confusion Matrix
2Γ2 table of TP, TN, FP, FN
Compares prediction vs reality
True Positive (TP)
Correctly predicted "Yes"
Sick person found sick
True Negative (TN)
Correctly predicted "No"
Healthy person found healthy
False Positive (FP)
Wrongly predicted "Yes" (false alarm)
Healthy person marked sick
False Negative (FN)
Wrongly predicted "No" (a miss)
Sick person marked healthy
Accuracy
Overall correct predictions
(TP+TN) / Total
Precision
Of predicted positives, how many were right
TP / (TP+FP)
Recall
Of real positives, how many were caught
TP / (TP+FN)
F1-Score
Balance of precision & recall
2(PΓR)/(P+R)
π Chapter Summary
Evaluate to avoid overfitting; never test on training data.
Train-test split (80:20 / 70:30) checks performance on unseen data.
The Statistical Data domain works with numbers and tables. This unit shows how to build AI models without writing code, using No-Code tools like Orange Data Mining.
π― Learning Objectives
Define statistical data & Data Science and its applications.
Understand No-Code and Low-Code AI and the difference from coding.
Use the Orange Data Mining tool to run an AI project cycle.
4.1 Data Science & Statistical Data
Data Science is the field of studying data to extract meaningful insights for decision-making. Statistical Data is the AI domain that deals with numerical/tabular data β used in price comparison, recommendations, sales prediction, sports analytics and weather forecasting.
4.2 Code vs No-Code vs Low-Code AI
Approach
Meaning
Example
Code-based
You write full programs (e.g. Python).
Python + scikit-learn
Low-Code
Mostly visual, with a little code where needed.
Some drag-drop + scripts
No-Code
Build AI by dragging blocks β no programming.
Orange, Teachable Machine, Lobe
π
Orange Data Mining
Drag-and-drop "widgets" to load data, build models and evaluate β no code.
π
Teachable Machine
Train image/sound/pose models in the browser.
π¦
Lobe
No-code tool to build image-classification models.
4.3 AI Project Cycle in Orange (Palmer Penguins)
The famous Palmer Penguins case study predicts a penguin's species from features like bill length, flipper length and body mass β a classification problem. In Orange you connect widgets:
File
Load the penguins dataset.
Data Table
Explore the features & labels.
Test & Score
Add a model (e.g. Tree/kNN) & split data.
Confusion Matrix
Evaluate accuracy & errors.
Predictions
Predict species for new penguins.
Also try: MS Excel for basic statistical analysis (averages, charts) β a simple no-code way to explore data.
4.4 Important Statistics Concepts
To work with statistical data you need a few basic measures:
Measure
Meaning
Example (5, 8, 8, 10, 9)
Mean
Average = sum Γ· count
(5+8+8+10+9)/5 = 8
Median
Middle value when sorted
sorted 5,8,8,9,10 β 8
Mode
Most frequent value
8 (appears twice)
Range
Highest β lowest
10 β 5 = 5
4.5 Why No-Code AI matters
β‘
Fast
Build & test models in minutes, not days.
π
For Everyone
No programming background needed.
π
Visual
You see the data flow through widgets clearly.
EXAMPLE 4.1 Β· Data flow in Orange
To classify penguins: drag a File widget β connect to Data Table to view it β connect to Test & Score with a Tree model β connect to a Confusion Matrix to see accuracy. No code is written β yet you complete the full AI Project Cycle.
π Terminology Explained (Unit 4)
Term
Simple meaning
Example
Data Science
Studying data to get useful insights
Finding which product sells most
Statistical Data
AI domain working with numbers/tables
Sales, marks, temperatures
No-Code AI
Building AI with no programming
Orange, Teachable Machine
Low-Code AI
Mostly visual with a little code
Drag-drop + small scripts
Widget (Orange)
A drag-and-drop block that does one task
"File", "Data Table", "Test & Score"
Mean / Median / Mode
Average / middle / most frequent
For 4,4,5: mode = 4
Range
Highest β lowest value
10 β 5 = 5
π Chapter Summary
Data Science extracts insights from data; Statistical Data = numeric/tabular AI domain.
No-Code = build AI with no programming (Orange, Teachable Machine, Lobe); Low-Code mixes visual + a little code.
Orange runs the full AI cycle visually using drag-and-drop widgets (Palmer Penguins classification).
Basic stats: mean, median, mode, range describe a dataset.
Data ScienceNo-Code AILow-CodeOrange Data MiningWidgetPalmer Penguins
π Practice Question Bank β Unit 4
B5
Part B Β· Unit 5 (4 marks)
Computer Vision
Computer Vision (CV) is the AI domain that gives machines the ability to "see" and understand images and videos the way humans do.
π― Learning Objectives
Define Computer Vision and list its applications.
Understand the CV tasks: classification, localization, object detection, segmentation.
Apply the convolution operator and understand CNN architecture.
5.1 Applications of Computer Vision
π·
Face Unlock
Phones recognising your face.
π
Self-Driving Cars
Detecting lanes, signs & people.
π₯
Medical Imaging
Finding disease in X-rays/scans.
π
Smart Checkout
Recognising products automatically.
Computer Vision vs Image Processing: Computer Vision is a superset of Image Processing. Image processing only enhances/transforms an image; computer vision goes further to understand and make decisions about it.
5.2 Computer Vision Tasks
Fig 5.1 The four CV tasks: Classification (what), +Localization (where, one object), Object Detection (multiple objects), Segmentation (exact pixel outline).
5.3 Basics of Images β Pixels, Resolution & Pixel Value
Pixel: the smallest unit (a tiny dot) of an image.
Resolution: the number of pixels in an image (e.g. 1920Γ1080). More pixels = higher quality.
Pixel value: a number giving the brightness/colour of a pixel. In a byte image it ranges from 0 to 255 (0 = black, 255 = white).
Fig 5.2 Grayscale images store one value (0β255) per pixel; RGB images store three values (R, G, B channels) per pixel.
Grayscale Image
RGB Image
One channel; each pixel a single 0β255 value (shades of gray)
Three channels (R, G, B); each pixel has three 0β255 values
Black (0) β White (255)
Mixing R, G, B intensities makes any colour
EXAMPLE 5.1 Β· How RGB is stored
All colour images are made of three primary colours β Red, Green, Blue. Each is stored as a separate channel (R, G, B). Each channel has many pixels valued 0β255. So in an RGB image, every pixel has a set of three values that together give its colour. e.g. (255, 0, 0) = pure red, (255, 255, 0) = yellow, (0, 0, 0) = black, (255, 255, 255) = white.
5.4 Convolution Operator
The convolution operator slides a small grid of numbers called a kernel (filter) over the image, multiplying and adding values to produce a new image that highlights features like edges, blur or sharpening.
Fig 5.3 Convolution: a kernel slides over the image and produces a feature map that highlights important patterns (like edges).
5.5 Convolutional Neural Network (CNN)
A CNN stacks several layers to recognise images:
Layer
What it does
Convolution layer
Applies kernels to extract features (edges, shapes).
ReLU layer
Adds non-linearity (keeps useful values).
Pooling layer
Shrinks the data, keeping important features.
Fully Connected layer
Combines features to make the final prediction.
π Terminology Explained (Unit 5)
Term
Simple meaning
Example
Computer Vision
AI that understands images/videos
Face unlock
Pixel
Smallest dot of an image
One tiny square on screen
Resolution
Number of pixels in an image
1920Γ1080
Pixel value
Number giving a pixel's brightness/colour (0β255)
0 = black, 255 = white
Grayscale
Image with 1 channel (shades of gray)
Old black-and-white photo
RGB
Image with 3 channels (Red, Green, Blue)
(255,0,0) = red
Channel
One colour layer of an image
The "R" layer
Classification
Naming what is in the image
"This is a cat"
Object Detection
Finding & boxing multiple objects
Counting cars at a toll
Segmentation
Outlining an object pixel-by-pixel
Exact shape of a tumour
Kernel / Filter
Small grid slid over an image
An edge-detecting 3Γ3 grid
Convolution
Applying a kernel to extract features
Finding edges in a photo
CNN
Deep network that processes images
Recognising handwriting
π Chapter Summary
CV lets machines see & understand images; it is a superset of image processing.
Natural Language Processing (NLP) is the AI domain that helps machines understand, interpret and generate human language β text and speech.
π― Learning Objectives
Understand the complexities of natural language and the need for NLP.
List real-life applications of NLP.
Explain the stages of NLP (lexicon, syntax, semantics).
Differentiate script bots and smart bots.
Apply Text Normalisation, Bag-of-Words and TF-IDF.
Section 1 Β· Understanding language
6.1 Why is natural language hard for machines?
Human language is full of ambiguity. The same word can mean different things depending on context, and feelings change meaning.
EXAMPLE 6.1 Β· Context changes meaning
"On seeing her son's result, Pooja's face turned red with anger." Here "red" does not mean the colour β it shows emotion. This is context-dependent meaning, one reason language is hard for machines.
Multiple meanings (a word means different things in different contexts).
Synonyms (many words for the same idea).
Syntax & grammar differences and errors.
Sarcasm & emotion that change literal meaning.
6.2 Applications of NLP
π£οΈ
Voice Assistants
Alexa, Siri, Google Assistant.
πΊ
Auto Captions
Real-time speechβtext on YouTube.
π
Translation
English β Hindi and more.
π
Sentiment Analysis
Understanding review satisfaction.
Other applications: text classification, keyword extraction, spam detection and chatbots.
6.3 Stages of NLP
Fig 6.1 NLP processes language in stages: lexicon (words) β syntax (grammar) β semantics (meaning) β pragmatics (context).
Section 2 Β· Chatbots
6.4 Script Bot vs Smart Bot
Script Bot
Smart Bot
Works on pre-written scripts/fixed rules
Uses AI/ML; understands free language
No coding-heavy; limited answers
Requires coding; works on bigger databases directly
Example: simple FAQ menu bot (Elizabot)
Example: Google Assistant, ChatGPT-like bots
Section 3 Β· Text Processing
6.5 Text Normalisation
Before a machine can analyse text, it must be cleaned and standardised. Steps include:
Sentence segmentation
Break text into sentences.
Tokenisation
Break sentences into words (tokens).
Lowercasing & cleanup
Lowercase, remove stopwords & punctuation.
Stemming / Lemmatization
Reduce words to a base form.
Stemming
Lemmatization
Removes affixes; result may NOT be a real word
Removes affixes; result is ALWAYS a meaningful word
Faster
Slower (uses dictionary)
"Wolves" β Wolv (not meaningful)
"Wolves" β Wolf (meaningful)
Why lowercase? So that "Hello" and "hello" are treated as the same word by the machine.
6.6 Bag-of-Words (BoW)
The Bag-of-Words model converts text into numbers by counting how often each word appears β ignoring grammar and order.
Marking: 1 mark for each of the 4 steps. Combining steps 3 & 4 is allowed.
TF-IDF (Term FrequencyβInverse Document Frequency) improves on BoW by giving less weight to very common words (like "the", "is") and more weight to rare, meaningful words.
π Terminology Explained (Unit 6)
Term
Simple meaning
Example
NLP
AI that understands human language
Voice assistants
Lexicon
The words/vocabulary of a language
Dictionary of words
Syntax
Grammar & sentence structure
"He runs" not "Runs he"
Semantics
The meaning of words/sentences
"red with anger" = emotion
Tokenisation
Breaking text into words (tokens)
"I like AI" β I, like, AI
Stopwords
Very common words removed in cleaning
the, is, a, an
Stemming
Cut a word to a base (may be meaningless)
Studies β Studi
Lemmatization
Reduce to a meaningful base word
Studies β Study
Text Normalisation
Cleaning & standardising text
Lowercasing + tokenising
Bag-of-Words
Counting word frequencies as numbers
Word-count vector table
TF-IDF
Weights rare words higher, common words lower
"AI" weighted more than "the"
Script bot
Chatbot using fixed scripts
FAQ menu bot
Smart bot
AI chatbot understanding free language
Google Assistant
π Chapter Summary
NLP helps machines understand human language; language is hard due to context, synonyms & emotion.
Class X Python moves from basics to the real tools data scientists use β Jupyter Notebook and powerful libraries like NumPy, Pandas, Matplotlib and OpenCV.
π― Learning Objectives
Work with Jupyter Notebook and virtual environments; install Python packages.
Recap variables, data types, operators and control structures.
Use Python libraries for data & images.
7.1 Jupyter Notebook & Environments
Jupyter Notebook: a browser tool to write & run Python in "cells", with text, code and charts together.
Virtual environment: an isolated space so each project keeps its own package versions.
pip install: command to install packages, e.g. pip install numpy pandas matplotlib.
Building on Class IX, this unit deepens communication β methods, the 7 C's, feedback, and sentence types used in writing.
π― Learning Objectives
Revisit methods of communication and the communication cycle.
Master the 7 C's of effective communication.
Understand feedback and identify types of sentences.
Section 1 Β· The Communication Process
1.1 What is Communication?
Definition: Communication is the process of exchanging information, ideas, thoughts or feelings between two or more people through a common system of symbols, signs or behaviour, so that the message is clearly understood. The word comes from the Latin communicare β "to share".
Good communication is the number-one employability skill that employers look for. Whether you are giving a presentation, writing an email, attending an interview or working in a team, the quality of your communication decides how well you succeed.
1.2 The Communication Cycle
Fig A1.1 The communication cycle. The Sender encodes a Message, sends it through a Channel; the Receiver decodes it and sends Feedback.
Element
Role
Sender
The person who starts the conversation and forms (encodes) the message.
Message
The information, idea or feeling being shared.
Encoding
Converting the idea into words, signs or symbols.
Channel / Medium
The path used β speech, phone, email, letter, gesture.
Receiver
The person who gets and decodes (understands) the message.
Feedback
The receiver's response that confirms understanding and completes the cycle.
Why feedback matters: without feedback the sender cannot know whether the message was understood correctly. Feedback turns one-way information into true two-way communication.
Section 2 Β· Methods & Effectiveness
2.1 Methods / Types of Communication
π£οΈ
Verbal
Using words β spoken (face-to-face, phone) or written (email, letters, SMS). Best for clear, detailed messages.
π
Non-Verbal
Without words β body language, gestures, facial expressions, posture, eye contact, tone (paralanguage).
ποΈ
Visual
Signs, symbols, pictures, charts, graphs, posters and colours that convey meaning quickly.
Aspect of Non-Verbal Communication
What it shows
Facial expressions
Happiness, anger, surprise, sadness
Posture & gestures
Confidence, interest, nervousness
Eye contact
Attention, honesty, confidence
Paralanguage (tone, pitch, speed)
The emotion behind the words
Proxemics (space/distance)
Comfort, relationship, respect
EXAMPLE A1.1
A teacher says "Well done" with a warm smile and a thumbs-up. The words are verbal; the smile and thumbs-up are non-verbal; a gold-star sticker on the notebook is visual. All three together make the praise powerful.
2.2 The 7 C's of Effective Communication
C
Clear
Simple & easy to understand.
C
Concise
Short & to the point.
C
Concrete
Specific facts, not vague.
C
Correct
No grammar/fact errors.
C
Coherent
Logical & connected.
C
Complete
All needed information.
C
Courteous
Polite & respectful.
+
Confident
Often added as the 8th C.
2.3 Barriers to Communication
Barrier
Example
How to overcome
Physical
Noise, distance, weak signal
Reduce noise, use clear channels
Linguistic / Language
Different language, heavy jargon
Use simple common language
Interpersonal
Shyness, fear, ego
Build confidence, be open
Organisational
Too many levels, unclear rules
Clear structure & instructions
Cultural
Different customs & gestures
Respect & learn other cultures
Did you know? Studies suggest that in face-to-face communication only about 7% of meaning comes from words, while tone of voice and body language carry the rest β which is why non-verbal skills matter so much.
Section 3 Β· Writing Skills
3.1 Sentences & Their Types
A sentence is a group of words that gives a complete meaning. It has a subject (who/what) and a predicate (what is said). Sentences are of four types:
Type
Purpose
Ends with
Example
Declarative
States a fact/opinion
.
She is a talented artist.
Interrogative
Asks a question
?
Are you feeling better?
Imperative
Gives a command/request
. or !
Shut the front door.
Exclamatory
Shows strong emotion
!
You were amazing!
3.2 Parts of Speech & Punctuation
The 8 parts of speech are: noun, pronoun, verb, adjective, adverb, preposition, conjunction and interjection. Good writing also uses correct punctuation β full stop (.), comma (,), question mark (?), exclamation mark (!), apostrophe (') and quotation marks (" ") β and starts every sentence with a capital letter.
Phrase vs Sentence: a phrase is a small group of words with no complete meaning ("on the table"), while a sentence gives complete meaning ("The book is on the table.").
π Terminology Explained (Communication-II)
Term
Simple meaning
Example
Sender
One who starts & forms the message
A teacher giving instructions
Encoding
Turning an idea into words/signs
Writing your thought as a sentence
Channel
The medium used to send
Phone, email, speech
Decoding
Receiver understanding the message
Reading and grasping an email
Feedback
Receiver's response
"Yes, understood!"
Paralanguage
Tone, pitch & speed of voice
An angry vs gentle tone
Barrier
Anything that blocks understanding
Noise, language difference
Imperative sentence
Gives a command/request
"Shut the door."
π Chapter Summary
Communication = sharing information so it is understood; cycle = Sender β Message β Channel β Receiver β Feedback.
Sentences: declarative, interrogative, imperative, exclamatory; 8 parts of speech.
7 C'sFeedbackImperativeDeclarativeNon-verbal
π Practice Question Bank β Communication-II
2
Part A Β· Employability
Self-Management Skills β II
Class X focuses on stress management and the ability to understand emotions β Emotional Intelligence.
π― Learning Objectives
Understand stress & stress-management techniques.
Define emotional intelligence and its components.
Practise self-awareness and good habits.
Emotional Intelligence (EI)
Emotional Intelligence is the ability to identify and manage one's own emotions as well as the emotions of others. It uses emotional data to guide thinking, behaviour and relationships.
πͺ
Self-Awareness
Knowing your own emotions.
π
Self-Regulation
Managing/controlling emotions.
π₯
Motivation
Driving yourself toward goals.
β€οΈ
Empathy
Understanding others' feelings.
π€
Social Skills
Managing relationships well.
π§
Stress Management
Exercise, yoga, time management, rest.
Skills within EI: emotional awareness, managing emotions, and harnessing emotions productively.
EXAMPLE A2.1
During a group project a teammate does no work. A person with low EI shouts and quits. A person with high EI stays calm (self-regulation), understands the teammate may be struggling (empathy), and politely re-divides the work (social skills) β solving the problem without a fight.
Section 2 Β· Stress & Its Management
2.1 What is Stress?
Stress is the body's mental, physical or emotional response to pressure or demanding situations. A little stress can push us to perform; but too much stress harms health, focus and relationships.
2.2 The ABC of Stress Management
Fig A2.1 The ABC model: the same event (A) leads to different feelings (C) depending on your beliefs/thoughts (B). Changing B is the key to managing stress.
2.3 Stress-Management Techniques
β°
Time Management
Make a timetable, prioritise tasks and avoid last-minute pressure.
π
Physical Activity
Exercise, yoga, walking and enough sleep refresh the body and mind.
π¨
Hobbies & Sharing
Music, art, games and talking to family/friends release tension.
π§
Relaxation
Deep breathing, meditation and short breaks calm the mind.
π
Healthy Habits
Balanced diet, water and a regular routine build resilience.
π
Positive Thinking
Replace "I can't" with "I will try"; focus on solutions.
Section 3 Β· Knowing & Improving Yourself
3.1 Self-Awareness & SWOT
Self-management starts with self-awareness β knowing your feelings, strengths and weaknesses. A useful tool is the SWOT analysis.
Internal (about you)
External (about surroundings)
S β Strengths (e.g. good at maths, hardworking)
O β Opportunities (scholarships, competitions)
W β Weaknesses (e.g. shy, poor time management)
T β Threats (distractions, competition)
3.2 Self-Motivation & SMART Goals
Motivation is the drive to act. It is internal (from interest/satisfaction) or external (rewards/praise). To turn motivation into results, set SMART goals:
Specific
Clear & well-defined.
Measurable
You can track it.
Achievable
Realistic & possible.
Relevant
Matters to your life.
Time-bound
Has a deadline.
SMART goal example: "I will score 80% in AI (Specific, Measurable) by studying 1 hour daily (Achievable, Relevant) before the term exam (Time-bound)." Note: breaking a big goal into small parts makes it achievable.
π Practice Question Bank β Self-Management-II
3
Part A Β· Employability
ICT Skills β II
Class X ICT covers the operating system basics, file/folder management and β importantly β computer/online security.
π― Learning Objectives
Understand how ICT skills help in daily life.
Manage files/folders and basic OS operations.
Apply strong password & cyber-safety practices.
Section 1 Β· ICT & the Computer
1.1 ICT in Daily Life
ICT skills help us communicate, run a business, stay connected, shop and bank online, work remotely, learn through e-learning and access healthcare via telemedicine.
π¬
Communication
Email, video calls, messaging keep us connected instantly.
π¦
Banking & Shopping
Online banking, UPI and e-commerce save time.
π
Education
E-learning, digital notes, online quizzes & virtual labs.
π₯
Healthcare
Telemedicine, online reports & appointments.
πΌ
Work
Remote work, document sharing & collaboration.
π¬
Entertainment
Streaming, games & social media.
1.2 Hardware vs Software & the Operating System
Hardware
Software
Physical parts you can touch (CPU, monitor, keyboard, mouse)
Programs/instructions that run the computer (Windows, MS Office)
Example: printer, RAM, hard disk
System software (OS) & Application software (browser, Paint)
An Operating System (OS) β Windows, Linux, macOS, Android β manages all hardware and software and gives the user interface. Common tasks include managing files, running programs and connecting devices.
1.3 File & Folder Management
Create & Name
Make folders with clear, meaningful names.
Organise
Group files by class/subject/date.
Copy / Move
Ctrl+C, Ctrl+V, Ctrl+X to manage files.
Backup
Keep copies on pen drive / cloud.
Section 2 Β· Staying Safe Online
Computer Security & Strong Passwords
A strong password should contain a mix of letters, numbers and special characters (e.g. Kv@2026!ai). Avoid names, birthdays or simple words.
Threat
Protection
Virus / Malware
Install & update antivirus
Phishing / fake links
Never share OTP/password; verify links
Data loss
Take regular backups
Weak password
Use letters + numbers + special characters
Online Safety Rules
Never share passwords, OTP or personal details with strangers.
Don't click unknown links or download files from unknown senders (phishing).
Use different strong passwords for different accounts.
Keep the OS and antivirus updated; scan pen drives before use.
Be careful on social media β once posted, content can spread (digital footprint).
Take regular backups of important files.
EXAMPLE A3.1
You receive an SMS: "Your account is blocked, click this link and enter your OTP." This is a phishing attempt. The safe action: do NOT click, do NOT share the OTP, and report/delete the message β banks never ask for OTP.
π Terminology Explained (ICT-II)
Term
Simple meaning
Example
ICT
Using digital devices to handle information
Email, internet, apps
Hardware
Physical parts you can touch
Keyboard, monitor
Software
Programs/instructions
Windows, MS Word
Operating System
Software managing the whole computer
Windows, Android
File management
Organising files in named folders
"AI-Project" folder
Backup
Spare copy of data
Files on a pen drive/cloud
Strong password
Letters + numbers + special characters
Kv@2026!ai
Phishing
Fake message to steal data
"Share OTP to unblock account"
π Chapter Summary
ICT helps communication, banking, education, healthcare, work & entertainment.
Hardware = physical parts; Software = programs; OS manages both.
Good file management = clear names, folders & backups.
Strong password = letters + numbers + special characters.
Stay safe: antivirus, backups, never share OTP, beware phishing.
A student notices classmates waste food in the canteen. She starts a small "share-a-meal" service connecting extra food to those who want it β spotting a need, planning a solution, and creating social value. That is entrepreneurial thinking in action.
π Terminology Explained (Entrepreneurial-II)
Term
Simple meaning
Example
Entrepreneur
Person who starts a business & takes risk
A shop or app founder
Entrepreneurship
Activity of starting/running a business
Launching a startup
Self-employment
Working for your own business
Running a tuition centre
Profit
Money earned after costs
Selling above cost price
Risk-taking
Accepting uncertainty for reward
Investing in a new idea
Innovation
Creating new ideas/products
A new low-cost product
Wage employee
Works for others for a fixed salary
A teacher, clerk
π Chapter Summary
Entrepreneur owns a business, takes risk & earns profit; employee earns a fixed salary.
π Practice Question Bank β Entrepreneurial-II
5
Part A Β· Employability
Green Skills β II
Class X deepens sustainable development, the SDGs and green practices.
π― Learning Objectives
Define sustainable development & its three pillars.
Know the UN Sustainable Development Goals (SDGs).
Apply the 3 R's and green-economy ideas.
Sustainable Development
Sustainable Development is development that satisfies the needs of the present without compromising the ability of future generations to meet their needs β balancing economic growth, environmental care and social well-being.
π
Environment
Reduce pollution, protect nature.
π€
Social
Health, education, equality.
π°
Economic
Growth without harm.
SDGs: 17 UN goals (by 2030) like No Poverty, Quality Education, Clean Water, Reduced Inequalities, Climate Action. "Population" is NOT an SDG β a common exam trick.
Green economy: an economy that aims for growth and jobs with low pollution, efficient use of resources and social fairness. Green jobs are jobs that help protect or restore the environment.
βοΈ
Solar Technician
Installs & maintains solar panels.
β»οΈ
Recycling Expert
Manages waste recycling.
π±
Organic Farmer
Grows food without harmful chemicals.
π
Environmental Engineer
Designs eco-friendly solutions.
Did you know? A single mature tree can absorb about 22 kg of carbon dioxide a year and release enough oxygen for two people β which is why afforestation is a powerful green action.
EXAMPLE A5.1
An AI project that uses satellite images to detect illegal tree-cutting supports SDG 15 (Life on Land), while one predicting air quality supports SDG 11/13. Green skills + AI together create real social impact.
π Terminology Explained (Green-II)
Term
Simple meaning
Example
Green skills
Skills to live/work while protecting nature
Saving energy & water
Sustainable Development
Meeting today's needs without harming the future
Using solar instead of coal
SDGs
17 UN goals (by 2030)
No Poverty, Clean Water
3 R's
Reduce, Reuse, Recycle
Reusing one-side paper
Renewable energy
Energy that never runs out
Solar, wind
Global warming
Rise in Earth's temperature
Melting glaciers
E-waste
Discarded electronics
Old phones, computers
Green job
Job that protects the environment
Solar technician
π Chapter Summary
Sustainable development balances environment, society & economy; meets present needs without harming the future.
Problems: pollution, global warming, deforestation, resource depletion, e-waste, water scarcity.
17 SDGs to be achieved by 2030 ("Population" is NOT one).
3 R's: Reduce, Reuse, Recycle; use renewable energy & plant trees.
Green economy & green jobs (solar technician, recycler, organic farmer) protect the planet.
Lab file tip: for each program write Aim, Code, Output and a short Result line. This earns full marks and prepares you for the viva.
π οΈ
Part C Β· Project (10 + 5 marks)
Projects & SDGs
Complete any one AI project (or field visit / portfolio) linked to a Sustainable Development Goal, then face a project viva.
Three Suggested CBSE Projects
π§
Statistical Data
Palmer Penguin species prediction using Orange Data Mining β a classification project. (SDG 15 β Life on Land)
πͺΈ
Computer Vision
Early detection of coral bleaching from images using Teachable Machine / Lobe. (SDG 14 β Life Below Water)
π
NLP
Sentiment Analysis of customer reviews using Orange. (SDG 9 β Industry & Innovation)
Project Steps (AI Project Cycle)
Problem Scoping
4Ws canvas + SDG link.
Data Acquisition
Collect/download dataset.
Exploration
Clean & visualise data.
Modeling
Train a model (Orange/Teachable Machine).
Evaluation
Confusion matrix, accuracy.
Field Visit & Portfolio
Field work: AI for Youth Bootcamp, AI fests/exhibitions, AI training sessions, virtual company tours.
Portfolio (min. 5 activities): records of AI activities, hackathons, competitions (continued from Class IX).
Project viva (5 marks): be ready to explain your problem, dataset, model and results in your own words β don't just read the report.
π
Exam Practice
7 Sample Question Papers + Marking Schemes
Seven complete papers in the exact CBSE Class X pattern (Theory 50 marks, 2 hours). Each has 21 questions (Section A objective 24 marks + Section B subjective 26 marks); a candidate answers 15 (5 + 10). Click "Show Answer & Marking" under any question for the step-by-step value points and explanation.
General instructions (all papers): (i) 21 questions in two sections A & B. (ii) Section A = objective, Section B = subjective. (iii) Answer 15 of 21 (5 + 10). (iv) No negative marking. (v) Marks are shown against each question.
SAMPLE PAPER β 1
Artificial Intelligence (417) Β· Class X
Time: 2 HoursMaximum Marks: 50
SECTION A Β· Objective Type24 Marks
Q1 β Answer any 4 of 6 (Employability Skills). 4 Γ 1 = 4
1(i) Identify the imperative sentence:1
She is a talented artist.
Shut the front door.
Are you feeling better?
You were amazing!
Answer
(B) Shut the front door.
1 mark for the correct answer
1(ii) Breaking big goals into smaller parts makes the goal ____.1
specific
measurable
achievable
realistic
Answer
(C) achievable
1 mark for the correct answer
1(iii) Define the term 'Emotional Intelligence'.1
Answer
The ability to identify and manage one's own emotions and the emotions of others.
1 mark for any correct/relevant answer
1(iv) A strong password should consist of:1
Only letters
Numbers and special characters
Name of a person
Letters, numbers and special characters
Answer
(D) Letters, numbers and special characters
1 mark for the correct answer
1(v) A misconception about an entrepreneur: Entrepreneurs are ____, not ____.1
Answer
born, made
1 mark for any correct/relevant answer
1(vi) Which is NOT a Sustainable Development Goal?1
Population
No Poverty
Quality Education
Reduced Inequalities
Answer
(A) Population
1 mark for the correct answer
Q2 β Answer any 5 of 6. 5 Γ 1 = 5
2(i) An AI app classifies fruit types by assigning a label. This CV task is ____.1
Segmentation
Classification
Classification + Localization
Object Detection
Answer
(B) Classification
1 mark for the correct answer
2(ii) 'Pooja's face turned red with anger.' The word 'red' shows which characteristic of language?1
Redundancy
Context-dependent meaning
Grammatical structure
Temporal change
Answer
(B) Context-dependent meaning
1 mark for the correct answer
2(iii) Ethical frameworks are primarily designed to:1
Increase AI efficiency
Ensure choices do not cause unintended harm
Reduce AI cost
Speed up the project cycle
Answer
(B) Ensure that choices made do not cause unintended harm.
1 mark for the correct answer
2(iv) Which learning approach best trains an AI to park a car correctly?1
Supervised
Unsupervised
Transfer
Reinforcement
Answer
(D) Reinforcement Learning
1 mark for the correct answer
2(v) Which stage of the AI Project Cycle tests the model on newly fetched data?1
Data Exploration
Modelling
Evaluation
Deployment
Answer
(C) Evaluation
1 mark for the correct answer
2(vi) State True/False: In ML, error is used to see how accurately a model predicts data.1
Answer
True
1 mark for the correct answer
Q3 β Answer any 5 of 6. 5 Γ 1 = 5
3(i) In autonomous vehicles, which error is most critical to minimise?1
False Positive
False Negative (failing to detect actual danger)
True Positive
True Negative
Answer
(B) False Negative
1 mark for the correct answer
3(ii) Range of pixel values in a byte image:1
0 to 100
0 to 255
1 to 256
-128 to 127
Answer
(B) 0 to 255
1 mark for the correct answer
3(iii) 'Customers who bought X also bought Y' uses:1
Classification
Regression
Association
Clustering
Answer
(C) Association model
1 mark for the correct answer
3(iv) A key factor that influences decisions while designing an AI model is:1
Intuition and Values
Algorithm efficiency
Data storage capacity
Processing speed
Answer
(A) Intuition and Values
1 mark for the correct answer
3(v) Which NLP application converts speech to text in real time?1
Keyword extraction
Book translation
Auto-generated captions on YouTube
Text classification
Answer
(C) Auto-generated captions on YouTube
1 mark for the correct answer
3(vi) In supervised learning, the purpose of the testing dataset is to:1
Train the model
Evaluate the model's accuracy
Create new features
Label the data
Answer
(B) To evaluate the model's accuracy
1 mark for the correct answer
Q4 β Answer any 5 of 6. 5 Γ 1 = 5
4(i) In a fire alarm, predicting 'Fire' when there is none is:1
True Positive
True Negative
False Positive
False Negative
Answer
(C) False Positive
1 mark for the correct answer
4(ii) Assertion (A): Bioethics is an example of a Value-based Framework. Reason (R): Bioethics deals with ethical issues related to health, medicine and biological sciences.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(D) A is false, but R is true. (Bioethics is sector-based, not value-based.)
1 mark for the correct answer
4(iii) Which best represents a regression problem?1
Identifying spam
Grouping customers
Predicting tomorrow's temperature
Recognising faces
Answer
(C) Predicting tomorrow's temperature
1 mark for the correct answer
4(iv) Relationship between pixels and resolution:1
More pixels = lower quality
They are unrelated
Resolution depends only on file size
The number of pixels is the resolution
Answer
(D) The number of pixels in an image is known as resolution.
1 mark for the correct answer
4(v) Precision is defined as:1
Correct positives / total observations
Correct positives / total predicted positives
Correct negatives / total observations
Harmonic mean of TP and TN
Answer
(B) The ratio of correctly predicted positive observations to total predicted positive observations.
1 mark for the correct answer
4(vi) Which chatbot requires coding and works on bigger databases directly?1
Script bot
Smart bot
Traditional bot
Rule-based bot
Answer
(B) Smart bot
1 mark for the correct answer
Q5 β Answer any 5 of 6. 5 Γ 1 = 5
5(i) Which AI domain suits a price-comparison website?1
Computer Vision
NLP
Statistical Data
Robotics
Answer
(C) Statistical Data
1 mark for the correct answer
5(ii) Assertion (A): Converting text to lowercase is preferable in preprocessing. Reason (R): It ensures 'Hello' and 'hello' are treated the same.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(A) Both A and R are true and R is the correct explanation of A.
1 mark for the correct answer
5(iii) Computer Vision vs Image Processing β correct statement:1
They are exactly the same
CV enhances, IP does not
CV is a superset of Image Processing
IP is a superset of CV
Answer
(C) Computer Vision is a superset of Image Processing.
1 mark for the correct answer
5(iv) A company analyses customer reviews for satisfaction. Best NLP application?1
Text classification
Sentiment analysis
Keyword extraction
Language translation
Answer
(B) Sentiment analysis
1 mark for the correct answer
5(v) Model tested on 1000 samples: TP=200, TN=600, FP=100, FN=100. Total correct predictions =1
300
600
800
900
Answer
(C) 800 [Correct = TP + TN = 200 + 600 = 800]
1 mark for the correct answer
5(vi) Overfitting occurs when a model:1
learns general patterns
memorises the training data
uses too little data
has high training error
Answer
(B) memorises the training data
1 mark for the correct answer
SECTION B Β· Subjective Type26 Marks
Answer any 3 of 5 (Q6βQ10, Employability) in 20β30 words. 3 Γ 2 = 6
The dataset is split into a training set (to learn) and a testing set (to evaluate on unseen data), usually 80:20 or 70:30.
2 marks for any correct/relevant answer
16. How is Stemming different from Lemmatization? Process the word 'Studies'.2
Answer
Stemming may give a meaningless base; lemmatization gives a meaningful word. 'Studies' β stem: 'Studi'; lemma: 'Study'.
1 mark for difference + Β½ stem + Β½ lemma
Answer any 3 of 5 (Q17βQ21) in 50β80 words. 3 Γ 4 = 12
17. Differentiate Deep Learning, AI and Machine Learning. Draw a labelled Venn diagram of AI, ML, DL.4
Answer
AI: any technique making machines mimic human intelligence (e.g. chess engine). ML: machines improve with experience by learning from data (e.g. spam detection). DL: trains itself on vast data using multiple ML algorithms/neural networks (e.g. face recognition). Venn: AI (outer) β ML β DL (inner).
1 mark each for the 3 definitions + 1 mark for the correct Venn diagram
18. Identify the AI domain (with justification) for: (A) translating & analysing student essays; (B) scanning & categorising vehicles at a crossing.4
Answer
(A) NLP β translation and analysing grammar/content of text are core NLP tasks. (B) Computer Vision β it processes images/video of vehicles to identify and classify them.
1 mark domain + 1 mark justification, for each part (2 + 2)
19. PQR Security tested an AI on 1500 activities: correctly predicted 1000 attacks, correctly identified 250 non-attacks, wrongly flagged 200 as attacks, missed 50 actual attacks. (A) Draw the confusion matrix. (B) How many True Negatives? (C) Calculate Precision.4
2 marks matrix (all values correct) + 1 mark TN + 1 mark Precision (formula + value)
20. (A) Expand and define CNN and ANN. (B) In a neural-network diagram, name the layers in Box 1 and Box 2.4
Answer
(A) CNN β Convolutional Neural Network: a deep-learning algorithm that takes an image, assigns importance to features and differentiates objects (for images). ANN β Artificial Neural Network: modelled on the human brain, automatically extracts features, useful for very large datasets. (B) Box 1 = Input Layer, Box 2 = Hidden Layer.
Β½ each full form + 1 each definition (3) + Β½ each for Box 1 & Box 2 (1)
21. Documents β D1: "Data Science requires information." D2: "Information analysis requires data." Implement the 4 steps of Bag-of-Words to create a document-vector table.4
1 mark for each correct step (4). Combining steps 3 & 4 is allowed.
SAMPLE PAPER β 2
Artificial Intelligence (417) Β· Class X
Time: 2 HoursMaximum Marks: 50
SECTION A Β· Objective Type24 Marks
Q1 β Answer any 4 of 6 (Employability). 4 Γ 1 = 4
1(i) Which is an interrogative sentence?1
Close the window.
What a beautiful day!
Where do you live?
The sky is blue.
Answer
(C) Where do you live?
1 mark for the correct answer
1(ii) Managing your own and others' emotions is called ____ intelligence.1
Answer
Emotional
1 mark for the correct answer
1(iii) Define 'Time Management'.1
Answer
The ability to plan and control how you spend your time to do all that you want to do (prioritise, make a timetable and follow it).
1 mark for any correct/relevant answer
1(iv) Which protects a computer from unauthorised access?1
Sharing passwords
Strong password + antivirus
Disabling updates
Opening all links
Answer
(B) Strong password + antivirus
1 mark for the correct answer
1(v) An entrepreneur earns income in the form of ____.1
Answer
profit
1 mark for the correct answer
1(vi) The 3 R's of sustainability are Reduce, Reuse and ____.1
Reject
Recycle
Repeat
Remove
Answer
(B) Recycle
1 mark for the correct answer
Q2 β Answer any 5 of 6. 5 Γ 1 = 5
2(i) Predicting house prices from features is an example of:1
Classification
Regression
Clustering
Association
Answer
(B) Regression
1 mark for the correct answer
2(ii) Which is a sector-based ethical framework?1
Rights-based
Virtue-based
Bioethics
Utility-based
Answer
(C) Bioethics
1 mark for the correct answer
2(iii) Grouping unlabelled customers by behaviour is:1
Classification
Clustering
Regression
Supervised
Answer
(B) Clustering
1 mark for the correct answer
2(iv) The number of pixels in an image is called its:1
brightness
resolution
colour
contrast
Answer
(B) resolution
1 mark for the correct answer
2(v) Auto-captions on YouTube are an example of:1
Speech-to-text NLP
Image classification
Clustering
Regression
Answer
(A) Speech-to-text NLP
1 mark for the correct answer
2(vi) State True/False: Overfitting means a model memorises the training data.1
Answer
True
1 mark for the correct answer
Q3 β Answer any 5 of 6. 5 Γ 1 = 5
3(i) Recall is calculated as:1
TP/(TP+FP)
TP/(TP+FN)
(TP+TN)/Total
TN/(TN+FP)
Answer
(B) TP/(TP+FN)
1 mark for the correct answer
3(ii) An RGB image has how many channels?1
1
2
3
4
Answer
(C) 3
1 mark for the correct answer
3(iii) A no-code AI tool for data mining is:1
Orange
Notepad
Excel macro
BIOS
Answer
(A) Orange
1 mark for the correct answer
3(iv) Which is a value-based ethical framework?1
Bioethics
Rights-based
Finance-sector ethics
Education ethics
Answer
(B) Rights-based
1 mark for the correct answer
3(v) Reducing 'Wolves' to 'Wolf' (a meaningful word) is:1
Stemming
Lemmatization
Tokenisation
Segmentation
Answer
(B) Lemmatization
1 mark for the correct answer
3(vi) Which library reads CSV files into DataFrames?1
NumPy
Pandas
OpenCV
Matplotlib
Answer
(B) Pandas
1 mark for the correct answer
Q4 β Answer any 5 of 6. 5 Γ 1 = 5
4(i) Predicting 'no disease' for a sick patient is which error?1
True Positive
False Positive
False Negative
True Negative
Answer
(C) False Negative
1 mark for the correct answer
4(ii) Assertion (A): Supervised learning needs labelled data. Reason (R): Labels guide the model to predict known outcomes.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(A) Both true and R is the correct explanation of A.
1 mark for the correct answer
4(iii) F1-Score is the harmonic mean of:1
TP and TN
Precision and Recall
FP and FN
Accuracy and Error
Answer
(B) Precision and Recall
1 mark for the correct answer
4(iv) A grayscale pixel value of 255 represents:1
black
white
red
transparent
Answer
(B) white
1 mark for the correct answer
4(v) Which CV task outlines an object at pixel level?1
Classification
Object Detection
Segmentation
Localization
Answer
(C) Segmentation
1 mark for the correct answer
4(vi) Which bot works on fixed pre-written scripts?1
Smart bot
Script bot
AI bot
Neural bot
Answer
(B) Script bot
1 mark for the correct answer
Q5 β Answer any 5 of 6. 5 Γ 1 = 5
5(i) Which domain suits detecting tumours in X-ray images?1
NLP
Computer Vision
Statistical Data
Robotics
Answer
(B) Computer Vision
1 mark for the correct answer
5(ii) Assertion (A): Evaluation is needed before deployment. Reason (R): It checks the model on unseen data.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(A) Both true and R is the correct explanation of A.
1 mark for the correct answer
5(iii) No-Code AI means building models:1
by heavy coding
without programming (drag-drop)
only in C++
only on paper
Answer
(B) without programming (drag-and-drop)
1 mark for the correct answer
5(iv) Which counts word frequency, ignoring grammar/order?1
TF-IDF only
Bag-of-Words
Stemming
Tokenisation
Answer
(B) Bag-of-Words
1 mark for the correct answer
5(v) If TP=50, TN=40, FP=5, FN=5 (100 samples), accuracy =1
50%
80%
90%
95%
Answer
(C) 90% [(TP+TN)/Total = (50+40)/100 = 90%]
1 mark for the correct answer
5(vi) Which library draws line and scatter charts?1
Matplotlib
Pandas
OpenCV
NumPy
Answer
(A) Matplotlib
1 mark for the correct answer
SECTION B Β· Subjective Type26 Marks
Answer any 3 of 5 (Employability) in 20β30 words. 3 Γ 2 = 6
6. List any four methods of communication.2
Answer
Verbal, non-verbal, visual and written communication.
Β½ mark each for any four
7. What is stress? Write any two stress-management techniques.2
Answer
Stress is mental/physical tension from pressure. Techniques: exercise/yoga, proper sleep, hobbies, time management (any two).
1 mark definition + Β½ Γ 2 techniques
8. Why is a strong password important? Give one example.2
Answer
It protects accounts from unauthorised access. A strong password mixes letters, numbers & special characters, e.g. Kv@2026!ai.
1 mark reason + 1 mark example
9. State any two functions of an entrepreneur in society.2
Answer
Creates jobs, solves problems, encourages innovation, uses local resources, grows the economy (any two).
1 mark each for any two
10. Name any four Sustainable Development Goals.2
Answer
No Poverty, Quality Education, Clean Water & Sanitation, Reduced Inequalities, Climate Action (any four).
Β½ mark each for any four
Answer any 4 of 6 in 20β30 words. 4 Γ 2 = 8
11. What is an ethical framework? Why is it needed in AI?2
Answer
It is a set of principles ensuring decisions cause no unintended harm. Needed because AI decisions affect human lives and must be fair and safe.
1 mark definition + 1 mark need
12. Differentiate Classification and Regression with one example each.2
Answer
Classification predicts a category (e.g. spam/not). Regression predicts a continuous number (e.g. house price).
1 mark difference + Β½ each example
13. Differentiate grayscale and RGB images.2
Answer
Grayscale has one channel (each pixel 0β255, shades of gray). RGB has three channels (R,G,B), each pixel three values.
1 mark each for any two correct points
14. What is overfitting? How can it be avoided?2
Answer
Overfitting is memorising training data instead of learning patterns, failing on new data. Avoided by a separate test set (train-test split) and more varied data.
1 mark definition + 1 mark how to avoid
15. Differentiate script bot and smart bot.2
Answer
Script bot follows fixed scripts with limited replies; smart bot uses AI, needs coding and works on bigger databases understanding natural language.
1 mark each for any two differences
16. Name and briefly explain the four CV tasks.2
Answer
Classification (what), Classification+Localization (what & where for one object), Object Detection (locate multiple objects), Segmentation (pixel-level outline).
Β½ mark each for any four / 2 marks for any 4 correct
Answer any 3 of 5 in 50β80 words. 3 Γ 4 = 12
17. Explain Supervised, Unsupervised and Reinforcement learning with one example each, and which AI subset they belong to.4
Answer
Supervised: labelled data, predicts outcomes (e.g. spam detection). Unsupervised: unlabelled data, finds patterns (e.g. customer clustering). Reinforcement: learns by reward/penalty (e.g. self-parking car). All are categories of Machine Learning.
1 mark each type with example (3) + 1 mark for stating they are ML categories
18. A model on 200 samples gives TP=80, TN=70, FP=30, FN=20. Calculate Accuracy, Precision and Recall (show steps).4
1 mark each calculation (formula + value) for Accuracy, Precision, Recall (3) + 1 mark for all formulas correct
19. Identify the AI domain with justification: (A) a smart speaker answering spoken questions; (B) predicting next month's electricity bill from past usage.4
Answer
(A) NLP β it understands and responds to spoken natural language. (B) Statistical Data β it predicts a number from past numeric data (regression).
1 mark domain + 1 mark justification for each part (2 + 2)
20. (A) What is a Neural Network? Name its three types of layers. (B) Differentiate ANN and CNN in one line each.4
Answer
(A) A neural network is a brain-inspired system of connected nodes; layers = Input, Hidden, Output. (B) ANN extracts features automatically for large datasets; CNN is specially designed to process images.
1 mark definition + 1Β½ for layers (Β½ each) + 1Β½ for ANN/CNN difference
21. Documents β D1: "AI helps people." D2: "People use AI daily." Build the Bag-of-Words document-vector table (show all steps).4
Q1 β Answer any 4 of 6 (Employability). 4 Γ 1 = 4
1(i) 'Please pass the salt.' is which type of sentence?1
Declarative
Imperative
Interrogative
Exclamatory
Answer
(B) Imperative
1 mark for the correct answer
1(ii) Understanding others' feelings is called ____.1
apathy
empathy
accuracy
ability
Answer
(B) empathy
1 mark for the correct answer
1(iii) Define 'backup' in computer security.1
Answer
Backup is keeping extra copies of important data so it can be recovered if lost or damaged.
1 mark for any correct/relevant answer
1(iv) Which is a quality of a successful entrepreneur?1
Gives up easily
Risk-taking
Careless
Dishonest
Answer
(B) Risk-taking
1 mark for the correct answer
1(v) ____ energy comes from the sun and wind.1
Answer
Renewable
1 mark for the correct answer
1(vi) Discarded electronic items are called:1
e-waste
wet waste
bio waste
green waste
Answer
(A) e-waste
1 mark for the correct answer
Q2 β Answer any 5 of 6. 5 Γ 1 = 5
2(i) AI β ML β ____ (the innermost subset).1
NLP
DL
CV
IoT
Answer
(B) DL (Deep Learning)
1 mark for the correct answer
2(ii) Identifying whether an email is spam is a:1
Regression task
Classification task
Clustering task
Association task
Answer
(B) Classification task
1 mark for the correct answer
2(iii) Bioethics mainly applies to which sector?1
Transport
Healthcare
Mining
Sports
Answer
(B) Healthcare
1 mark for the correct answer
2(iv) The smallest unit of an image is a:1
byte
pixel
bit
channel
Answer
(B) pixel
1 mark for the correct answer
2(v) Which is a real-life application of NLP?1
Face unlock
Language translation
X-ray scan
Self-parking
Answer
(B) Language translation
1 mark for the correct answer
2(vi) State True/False: Lemmatization always gives a meaningful word.1
Answer
True
1 mark for the correct answer
Q3 β Answer any 5 of 6. 5 Γ 1 = 5
3(i) Accuracy is calculated as:1
TP/(TP+FP)
(TP+TN)/Total
TP/(TP+FN)
FP/Total
Answer
(B) (TP+TN)/Total
1 mark for the correct answer
3(ii) The grid slid over an image in convolution is the:1
pixel
kernel
channel
layer
Answer
(B) kernel
1 mark for the correct answer
3(iii) Palmer Penguins species prediction is a ____ problem.1
regression
classification
clustering
translation
Answer
(B) classification
1 mark for the correct answer
3(iv) The purpose of a training dataset is to:1
evaluate the model
make the model learn
delete data
label test data
Answer
(B) make the model learn
1 mark for the correct answer
3(v) Which weights down very common words in NLP?1
Bag-of-Words
TF-IDF
Tokenisation
Stemming
Answer
(B) TF-IDF
1 mark for the correct answer
3(vi) Which library is used to read and display images?1
OpenCV
Pandas
NumPy
Matplotlib
Answer
(A) OpenCV
1 mark for the correct answer
Q4 β Answer any 5 of 6. 5 Γ 1 = 5
4(i) Correctly identifying 'no danger' when there is none is:1
True Positive
True Negative
False Positive
False Negative
Answer
(B) True Negative
1 mark for the correct answer
4(ii) Assertion (A): A False Negative is most critical in cancer detection. Reason (R): It means a sick patient is told they are healthy.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(A) Both true and R is the correct explanation of A.
1 mark for the correct answer
4(iii) Which is an example of unsupervised learning?1
Spam detection
House-price prediction
Customer segmentation
Grading students
Answer
(C) Customer segmentation
1 mark for the correct answer
4(iv) RGB value (0,0,0) represents:1
white
red
black
green
Answer
(C) black
1 mark for the correct answer
4(v) The first stage of NLP processing deals with:1
meaning (semantics)
words/tokens (lexical)
context (pragmatic)
grammar (syntax)
Answer
(B) words/tokens (lexical)
1 mark for the correct answer
4(vi) A confusion matrix is used in the ____ stage.1
Problem Scoping
Data Acquisition
Evaluation
Deployment
Answer
(C) Evaluation
1 mark for the correct answer
Q5 β Answer any 5 of 6. 5 Γ 1 = 5
5(i) An AI that recommends movies you may like uses mainly:1
Computer Vision
Statistical Data
NLP only
Robotics
Answer
(B) Statistical Data
1 mark for the correct answer
5(ii) Assertion (A): Orange is a no-code tool. Reason (R): It builds models using drag-and-drop widgets.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(A) Both true and R is the correct explanation of A.
1 mark for the correct answer
5(iii) Stemming of 'Studies' likely gives:1
Study
Studi
Student
Studying
Answer
(B) Studi (may not be meaningful)
1 mark for the correct answer
5(iv) Which is NOT a layer of a CNN?1
Convolution
Pooling
Fully Connected
Spreadsheet
Answer
(D) Spreadsheet
1 mark for the correct answer
5(v) If TP=90, FP=10, the Precision is:1
80%
90%
50%
10%
Answer
(B) 90% [TP/(TP+FP)=90/100=90%]
1 mark for the correct answer
5(vi) Which library computes mean, median, mode quickly?1
NumPy
OpenCV
Flask
Tkinter
Answer
(A) NumPy
1 mark for the correct answer
SECTION B Β· Subjective Type26 Marks
Answer any 3 of 5 (Employability) in 20β30 words. 3 Γ 2 = 6
6. What is feedback in communication? Why is it important?2
Answer
Feedback is the receiver's response; it confirms the message was understood and completes the communication cycle.
1 mark definition + 1 mark importance
7. List the five components of emotional intelligence.2
Answer
Self-awareness, self-regulation, motivation, empathy and social skills.
2 marks for all five Β· 1 mark for any 2β3
8. Write any two cyber-security best practices.2
Answer
Use strong passwords, never share OTP, install antivirus, take backups, beware of phishing (any two).
1 mark each for any two
9. State one misconception about entrepreneurs and the fact.2
Answer
Myth: entrepreneurs are born, not made. Fact: entrepreneurial skills can be learned with practice and knowledge.
1 mark myth + 1 mark fact
10. Name the three pillars of sustainable development.2
Answer
Environmental, Social and Economic.
2 marks for all three (or 1 mark for any two)
Answer any 4 of 6 in 20β30 words. 4 Γ 2 = 8
11. What is Bioethics? Give one issue it addresses.2
Answer
Bioethics studies ethical issues in health, medicine and biology. Issue: patient data privacy/consent.
1 mark definition + 1 mark issue
12. Differentiate Clustering and Association.2
Answer
Clustering groups similar items (e.g. customer segments). Association finds items occurring together (e.g. 'bought X also bought Y'). Both are unsupervised.
1 mark each for any two correct points
13. What is a pixel and pixel value?2
Answer
A pixel is the smallest unit (dot) of an image. Its pixel value (0β255 in a byte image) gives its brightness/colour.
1 mark pixel + 1 mark pixel value
14. Explain the convolution operator in image processing.2
Answer
It slides a small kernel (filter) over the image, multiplying and summing values to make a feature map that highlights features like edges.
2 marks for any correct/relevant answer
15. Why is evaluation important in AI projects?2
Answer
It checks whether the model truly learned and works on new data, detects overfitting/bias and builds trust before deployment.
17. Explain the four metrics β Accuracy, Precision, Recall and F1-Score β with their formulas.4
Answer
Accuracy=(TP+TN)/Total (overall correctness). Precision=TP/(TP+FP) (of predicted positives, how many right). Recall=TP/(TP+FN) (of real positives, how many caught). F1=2(PΓR)/(P+R) (harmonic mean balancing precision & recall).
1 mark each metric (name + formula + meaning)
18. A fire-detection AI on 500 tests: TP=120, TN=350, FP=20, FN=10. (A) Draw the confusion matrix. (B) Calculate Accuracy. (C) Which error is most dangerous here and why?4
Answer
(A) TP=120, FP=20, FN=10, TN=350 placed in 2Γ2 matrix. (B) Accuracy=(120+350)/500=470/500=0.94=94%. (C) False Negative β failing to detect a real fire can cost lives.
2 marks matrix + 1 mark accuracy + 1 mark FN with reason
19. Identify the AI domain with justification: (A) an app that captions photos in words; (B) grouping students into ability clusters from marks.4
Answer
(A) Computer Vision (understanding image) combined with NLP (generating the caption) β primarily Computer Vision for recognising image content. (B) Statistical Data β clustering numeric marks into groups (unsupervised).
1 mark domain + 1 mark justification for each part (2 + 2)
20. Differentiate Stemming and Lemmatization (two points). Process 'Caring' by both.4
Answer
Stemming removes affixes; result may be meaningless; faster. Lemmatization gives a meaningful word; slower. 'Caring' β stem: 'Car' (not meaningful here); lemma: 'Care' (meaningful).
1 mark each for any two differences (2) + Β½ stem + Β½ lemma + 1 mark clear explanation
21. Documents β D1: "Plants need water." D2: "Water helps plants grow." Implement the 4 steps of Bag-of-Words and give the vector table.4
Answer
Step 1 (normalise): D1=[plants, need, water]; D2=[water, helps, plants, grow]. Step 2 (dictionary): {plants, need, water, helps, grow}. Step 3 & 4 β order [plants, need, water, helps, grow]: D1 = 1,1,1,0,0 ; D2 = 1,0,1,1,1.
1 mark for each correct step (4)
SAMPLE PAPER β 4
Artificial Intelligence (417) Β· Class X
Time: 2 HoursMaximum Marks: 50
SECTION A Β· Objective Type24 Marks
Q1 β Answer any 4 of 6 (Employability). 4 Γ 1 = 4
1(i) 'What a wonderful surprise!' is which sentence type?1
Declarative
Imperative
Interrogative
Exclamatory
Answer
(D) Exclamatory
1 mark for the correct answer
1(ii) Controlling one's own emotions is called self-____.1
Answer
regulation
1 mark for the correct answer
1(iii) Which is the strongest password?1
rahul123
password
Kv@Sh#26!
12345678
Answer
(C) Kv@Sh#26! (letters + numbers + special characters)
1 mark for the correct answer
1(iv) Trying new ideas shows an entrepreneur is ____.1
lazy
creative
fearful
careless
Answer
(B) creative
1 mark for the correct answer
1(v) Define the term 'Recycle'.1
Answer
Recycling is converting waste material into new, useful products.
1 mark for any correct/relevant answer
1(vi) How many Sustainable Development Goals are there?1
10
15
17
20
Answer
(C) 17
1 mark for the correct answer
Q2 β Answer any 5 of 6. 5 Γ 1 = 5
2(i) An algorithm that learns from labelled examples is ____ learning.1
unsupervised
supervised
reinforcement
no
Answer
(B) supervised
1 mark for the correct answer
2(ii) Which framework values human life above other considerations?1
Rights-based
Utility-based
Sector-based
Cost-based
Answer
(A) Rights-based
1 mark for the correct answer
2(iii) An ANN is modelled on the:1
human brain
calculator
printer
internet
Answer
(A) human brain
1 mark for the correct answer
2(iv) Which is a Deep Learning algorithm for images?1
CNN
CSV
HTML
SQL
Answer
(A) CNN
1 mark for the correct answer
2(v) Sentiment analysis is used to find:1
image edges
emotion in text
file size
pixel values
Answer
(B) emotion in text
1 mark for the correct answer
2(vi) State True/False: A smart bot uses AI and can understand free language.1
Answer
True
1 mark for the correct answer
Q3 β Answer any 5 of 6. 5 Γ 1 = 5
3(i) In a spam filter, a real email marked as spam is a:1
True Positive
False Positive
False Negative
True Negative
Answer
(B) False Positive
1 mark for the correct answer
3(ii) A train-test split ratio is commonly:1
50:50
80:20
5:95
100:0
Answer
(B) 80:20
1 mark for the correct answer
3(iii) Two colours that combine in RGB to make yellow:1
Red + Blue
Red + Green
Green + Blue
Blue + Black
Answer
(B) Red + Green = (255,255,0) yellow
1 mark for the correct answer
3(iv) Which is a code-based AI approach?1
Orange widgets
Python + scikit-learn
Teachable Machine
Lobe
Answer
(B) Python + scikit-learn
1 mark for the correct answer
3(v) Breaking a sentence into words is called:1
tokenisation
pooling
convolution
clustering
Answer
(A) tokenisation
1 mark for the correct answer
3(vi) df.head(10) in Pandas displays:1
last 10 rows
first 10 rows
10 columns
row count
Answer
(B) first 10 rows
1 mark for the correct answer
Q4 β Answer any 5 of 6. 5 Γ 1 = 5
4(i) Correctly detecting a real attack is a:1
True Positive
False Positive
True Negative
False Negative
Answer
(A) True Positive
1 mark for the correct answer
4(ii) Assertion (A): Reinforcement learning suits game-playing AI. Reason (R): It learns best actions via rewards and penalties.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(A) Both true and R is the correct explanation of A.
1 mark for the correct answer
4(iii) Which is a supervised learning sub-type?1
Clustering
Association
Regression
Anomaly detection
Answer
(C) Regression
1 mark for the correct answer
4(iv) A 1920Γ1080 image has higher ____ than a 320Γ240 image.1
resolution
file name
format
colour count only
Answer
(A) resolution
1 mark for the correct answer
4(v) The semantic stage of NLP deals with:1
tokens
grammar
meaning
file size
Answer
(C) meaning
1 mark for the correct answer
4(vi) Which ethical concern means the model's decisions should be explainable?1
Transparency
Speed
Storage
Colour
Answer
(A) Transparency
1 mark for the correct answer
Q5 β Answer any 5 of 6. 5 Γ 1 = 5
5(i) An AI translating Hindi to English uses which domain?1
Computer Vision
NLP
Statistical Data
Robotics
Answer
(B) NLP
1 mark for the correct answer
5(ii) Assertion (A): Accuracy alone can be misleading. Reason (R): With imbalanced data, precision and recall give a better picture.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(A) Both true and R is the correct explanation of A.
1 mark for the correct answer
5(iii) Bag-of-Words converts text into:1
images
numeric word counts
audio
colours
Answer
(B) numeric word counts
1 mark for the correct answer
5(iv) Which is used to handle tabular data in Python?1
Pandas
OpenCV
Tkinter
Pygame
Answer
(A) Pandas
1 mark for the correct answer
5(v) If TP=40, FN=10, Recall =1
70%
80%
90%
50%
Answer
(B) 80% [TP/(TP+FN)=40/50=80%]
1 mark for the correct answer
5(vi) Which is NOT a quality of an entrepreneur?1
Risk-taking
Creativity
Giving up quickly
Hard work
Answer
(C) Giving up quickly
1 mark for the correct answer
SECTION B Β· Subjective Type26 Marks
Answer any 3 of 5 (Employability) in 20β30 words. 3 Γ 2 = 6
6. Name the four types of sentences with one example each.2
Answer
Declarative (She sings.), Interrogative (Do you sing?), Imperative (Sing now.), Exclamatory (What a voice!).
Β½ mark each for any four
7. What is empathy? Why is it important?2
Answer
Empathy is understanding and sharing others' feelings. It helps build trust, teamwork and good relationships.
1 mark definition + 1 mark importance
8. What is phishing? How can you stay safe?2
Answer
Phishing is a fraud using fake messages/links to steal data. Stay safe by never sharing OTP/passwords and not clicking unknown links.
1 mark definition + 1 mark safety
9. How does entrepreneurship help the economy? (any two points)2
Answer
Creates jobs, increases national income, encourages innovation, uses local resources (any two).
1 mark each for any two
10. What are the 3 R's? Explain each in a few words.2
Answer
Reduce (use less), Reuse (use again), Recycle (make new from waste).
2 marks for all three (Β½ each + Β½ bonus) / 1Β½ for any two
Answer any 4 of 6 in 20β30 words. 4 Γ 2 = 8
11. Name the three value-based sub-frameworks and what each focuses on.2
Β½ mark each (Γ3) + Β½ for clarity / 2 marks for all three
12. What is Reinforcement learning? Give one example.2
Answer
It learns the best actions through rewards and penalties (trial and error). Example: training a car to park or a game-playing AI.
1Β½ mark definition + Β½ example
13. Name the four layers of a CNN.2
Answer
Convolution layer, ReLU layer, Pooling layer and Fully Connected layer.
Β½ mark each for any four
14. What is Text Normalisation? Name any two steps.2
Answer
Cleaning/standardising text before analysis. Steps: tokenisation, lowercasing, removing stopwords, stemming/lemmatization (any two).
1 mark definition + Β½ Γ 2 steps
15. Why should we not test a model on its training data?2
Answer
Because the model may have memorised it (overfitting), giving falsely high scores; it must be tested on unseen data to judge real performance.
2 marks for any correct/relevant answer
16. List any two ethical concerns in model evaluation.2
Answer
Bias (unbalanced data), transparency (explainable decisions), accuracy paradox with imbalanced data (any two).
1 mark each for any two
Answer any 3 of 5 in 50β80 words. 3 Γ 4 = 12
17. Differentiate Rule-based and Learning-based approaches, with one example each, and state which can improve over time.4
Answer
Rule-based: developer feeds fixed rules; machine follows them; cannot learn new things (e.g. 'if temp>38 β fever'). Learning-based: machine learns patterns from data and improves over time (e.g. spam filter). Only learning-based improves with experience.
1Β½ each approach with example (3) + 1 mark for which improves
18. A model on 1000 samples: TP=400, TN=450, FP=100, FN=50. Calculate Accuracy, Precision and Recall (show steps).4
1 mark each metric (formula + value) + 1 mark all formulas correct
19. Identify the AI domain with justification: (A) auto-tagging friends in photos; (B) a bot answering typed customer queries.4
Answer
(A) Computer Vision β it recognises faces in images. (B) NLP β it understands and responds to typed natural language.
1 mark domain + 1 mark justification for each part (2 + 2)
20. Explain how AI makes a decision using a neural network (input, hidden, output layers).4
Answer
Data enters the Input layer, passes through Hidden layer(s) where each connection has a weight learned during training; the network combines weighted inputs, applies activation, and the Output layer produces the final prediction/decision. Weights are adjusted during training to improve accuracy.
1 mark each layer's role (3) + 1 mark mention of weights/training
21. Documents β D1: "Sun gives light." D2: "Light comes from the sun." Build the Bag-of-Words vector table (all steps, ignore stopword 'the').4
17. Differentiate AI, ML and DL with one example each, and draw a labelled Venn diagram.4
Answer
AI mimics human intelligence (e.g. virtual assistant). ML learns from data with experience (e.g. spam detection). DL trains on vast data using neural networks (e.g. face recognition). Venn: AI (outer) β ML β DL (inner).
1 mark each definition (3) + 1 mark Venn diagram
18. An AI on 800 samples: TP=300, TN=380, FP=70, FN=50. (A) Draw confusion matrix. (B) Find Precision. (C) Find Recall.4
2 marks matrix + 1 mark Precision + 1 mark Recall (formula + value)
19. Identify the AI domain with justification: (A) summarising and translating news articles; (B) sorting good vs defective products on a conveyor by camera.4
Answer
(A) NLP β summarising and translating text are text-understanding tasks. (B) Computer Vision β it analyses camera images to classify products.
1 mark domain + 1 mark justification for each part (2 + 2)
20. Explain the four steps of Text Normalisation in NLP.4
Answer
1) Sentence segmentation β split text into sentences. 2) Tokenisation β split sentences into words. 3) Cleanup β lowercase, remove stopwords & punctuation. 4) Stemming/Lemmatization β reduce words to a base form. This standardises text for analysis.
1 mark for each correctly explained step (4)
21. Documents β D1: "Cats chase mice." D2: "Mice fear cats." Build the Bag-of-Words document-vector table (all steps).4
Q1 β Answer any 4 of 6 (Employability). 4 Γ 1 = 4
1(i) Which sentence is exclamatory?1
Please sit down.
Where is my bag?
What a brilliant idea!
The class begins at 8.
Answer
(C) What a brilliant idea! Why: An exclamatory sentence expresses a strong, sudden emotion and ends with an exclamation mark (!). Option (A) is imperative (a request), (B) is interrogative (a question) and (D) is declarative (a statement).
1 mark for the correct answer
1(ii) The component of emotional intelligence that means understanding others' feelings is ____.1
Answer
Empathy Why: Empathy is the ability to sense and share what another person is feeling, e.g. comforting a friend who looks upset. It is one of the five components of emotional intelligence.
1 mark for the correct answer
1(iii) Define 'file management'.1
Answer
File management is the process of organising files into clearly named folders so they are easy to find, use and keep safe (with backups). Example: keeping all project files in an 'AI-Project' folder with sub-folders for data, code and report.
1 mark for any correct/relevant answer
1(iv) Which is the safest action on receiving a 'share your OTP' message?1
Share it quickly
Never share and delete the message
Reply with your password
Forward it to friends
Answer
(B) Never share and delete the message Why: This is a phishing attempt. Banks and genuine services never ask for your OTP, so sharing it would let a fraudster access your account.
1 mark for the correct answer
1(v) An entrepreneur's main source of income is ____.1
Answer
Profit Why: Unlike a wage employee who earns a fixed salary, an entrepreneur earns profit β the money left after costs β which can be high or low depending on the business.
1 mark for the correct answer
1(vi) Which is a renewable source of energy?1
Coal
Diesel
Wind
Petrol
Answer
(C) Wind Why: Wind is naturally replenished and never runs out, so it is renewable. Coal, diesel and petrol are fossil fuels that are limited and polluting (non-renewable).
1 mark for the correct answer
Q2 β Answer any 5 of 6. 5 Γ 1 = 5
2(i) Predicting whether a loan should be approved (Yes/No) is a:1
Regression problem
Classification problem
Clustering problem
Association problem
Answer
(B) Classification problem Why: The output is a category (Approve / Reject), and predicting a category from labelled data is classification β a supervised learning task.
1 mark for the correct answer
2(ii) Bioethics is an example of a ____ framework.1
value-based
sector-based
rule-based
data-based
Answer
(B) sector-based Why: Bioethics is tailored to one specific sector β healthcare β dealing with patient privacy, consent and fair treatment, so it is sector-based, not value-based.
1 mark for the correct answer
2(iii) The number of pixels in an image is its:1
colour
resolution
brightness
channel
Answer
(B) resolution Why: Resolution = total number of pixels (e.g. 1920Γ1080). More pixels means more detail and higher image quality.
1 mark for the correct answer
2(iv) Sentiment analysis is mainly used to find:1
image edges
emotion/opinion in text
file size
pixel values
Answer
(B) emotion/opinion in text Why: Sentiment analysis is an NLP application that reads text such as reviews and decides if the feeling is positive, negative or neutral.
1 mark for the correct answer
2(v) Which approach learns by reward and penalty?1
Supervised
Unsupervised
Reinforcement
Transfer
Answer
(C) Reinforcement Why: Reinforcement learning trains an agent through trial and error β good actions earn rewards, bad ones earn penalties β e.g. a car learning to park.
1 mark for the correct answer
2(vi) State True/False: Deep Learning is a subset of Machine Learning.1
Answer
True Why: The relationship is AI β ML β DL. Deep Learning lies inside Machine Learning, which lies inside Artificial Intelligence.
1 mark for the correct answer
Q3 β Answer any 5 of 6. 5 Γ 1 = 5
3(i) Accuracy is calculated as:1
TP/(TP+FP)
(TP+TN)/Total
TP/(TP+FN)
FP/Total
Answer
(B) (TP+TN)/Total Why: Accuracy is the share of all predictions that were correct β the correct ones are the True Positives and True Negatives, divided by the total number of predictions.
1 mark for the correct answer
3(ii) Which combination of colours makes yellow in RGB?1
Red + Blue
Red + Green
Green + Blue
Blue + Black
Answer
(B) Red + Green Why: In RGB, full Red and full Green together β (255,255,0) β produce yellow. Mixing different intensities of R, G and B makes every colour.
1 mark for the correct answer
3(iii) A no-code tool used to build AI models is:1
Orange
Notepad
BIOS
Calculator
Answer
(A) Orange Why: Orange Data Mining lets you build, train and evaluate AI models by connecting drag-and-drop widgets β no programming required.
1 mark for the correct answer
3(iv) The testing dataset is used to:1
train the model
evaluate the model on unseen data
label the data
delete data
Answer
(B) evaluate the model on unseen data Why: After training, the model is checked on a separate test set it has never seen, to measure its real performance and detect overfitting.
1 mark for the correct answer
3(v) Reducing 'Studies' to 'Study' (a meaningful word) is:1
Stemming
Lemmatization
Tokenisation
Pooling
Answer
(B) Lemmatization Why: Lemmatization always returns a real dictionary word ('Study'), unlike stemming which might give a meaningless stem ('Studi').
1 mark for the correct answer
3(vi) Which Python library reads a CSV into a DataFrame?1
NumPy
Pandas
OpenCV
Matplotlib
Answer
(B) Pandas Why: Pandas handles tabular data; pd.read_csv() loads a CSV into a DataFrame and df.head(10) shows the first 10 rows.
1 mark for the correct answer
Q4 β Answer any 5 of 6. 5 Γ 1 = 5
4(i) A model predicts 'no disease' for a patient who is actually sick. This is:1
True Positive
False Positive
False Negative
True Negative
Answer
(C) False Negative Why: Predicted 'No' but reality is 'Yes' β the model missed a real case. In medicine this is the most dangerous error because a sick patient is sent home.
1 mark for the correct answer
4(ii) Assertion (A): Unsupervised learning needs labelled data. Reason (R): Labels tell the model the correct output.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(D) A is false, but R is true. Why: Unsupervised learning uses unlabelled data (so A is false). The Reason β that labels tell the correct output β is a true statement, but it describes supervised learning.
1 mark for the correct answer
4(iii) Which is an example of regression?1
Spam or not spam
Predicting a house price
Grouping customers
Recognising faces
Answer
(B) Predicting a house price Why: A house price is a continuous number, and predicting a number is regression. The others are classification, clustering and computer-vision tasks.
1 mark for the correct answer
4(iv) A 3Γ3 grid slid over an image to extract features is called a:1
pixel
kernel
channel
layer
Answer
(B) kernel Why: In convolution, a small grid called a kernel (filter) slides over the image and produces a feature map that highlights features such as edges.
1 mark for the correct answer
4(v) The NLP stage that deals with the meaning of words is:1
lexical
syntactic
semantic
physical
Answer
(C) semantic Why: Semantics is about meaning. Lexical deals with words/tokens, syntactic with grammar, and semantic with what the words actually mean.
1 mark for the correct answer
4(vi) Unbalanced training data can cause AI:1
bias
faster speed
more storage
brighter colours
Answer
(A) bias Why: If the data over-represents one group, the model learns unfairly and performs poorly for others β this is AI bias, an ethical concern.
1 mark for the correct answer
Q5 β Answer any 5 of 6. 5 Γ 1 = 5
5(i) Which domain suits recognising number plates from CCTV?1
NLP
Computer Vision
Statistical Data
Robotics
Answer
(B) Computer Vision Why: Reading number plates means analysing images/video, which is the Computer Vision domain.
1 mark for the correct answer
5(ii) Assertion (A): F1-score is useful for imbalanced data. Reason (R): It balances precision and recall.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(A) Both A and R are true and R is the correct explanation of A. Why: When data is imbalanced, accuracy can mislead. The F1-score (the harmonic mean of precision and recall) balances both, giving a truer measure β exactly the reason stated in R.
1 mark for the correct answer
5(iii) Bag-of-Words represents text as:1
images
numeric word counts
audio
colours
Answer
(B) numeric word counts Why: Bag-of-Words turns text into numbers by counting how often each dictionary word appears, ignoring grammar and order.
1 mark for the correct answer
5(iv) Which library is used to read and display an image?1
Pandas
OpenCV
NumPy
Tkinter
Answer
(B) OpenCV Why: OpenCV (cv2) reads images with cv2.imread() and displays them with cv2.imshow(); img.shape gives height, width and channels.
1 mark for the correct answer
5(v) A model on 100 tests: TP=55, TN=35, FP=5, FN=5. Accuracy =1
5(vi) Which is NOT a Sustainable Development Goal?1
No Poverty
Population
Quality Education
Climate Action
Answer
(B) Population Why: 'Population' is not one of the 17 official UN SDGs. No Poverty, Quality Education and Climate Action are all genuine SDGs.
1 mark for the correct answer
SECTION B Β· Subjective Type26 Marks
Answer any 3 of 5 (Employability) in 20β30 words. 3 Γ 2 = 6
6. Explain any two barriers to communication with one way to overcome each.2
Answer
A barrier is anything that blocks understanding. (1) Physical barrier β noise or distance; overcome by reducing noise and using a clear channel (e.g. display boards at a noisy station). (2) Language barrier β different language or heavy jargon; overcome by using simple, common language understood by both.
1 mark for each barrier (with its solution) β any two
7. What is emotional intelligence? Name any two of its components.2
Answer
Emotional intelligence is the ability to identify and manage one's own emotions as well as the emotions of others, using this to think and act wisely. Two components: self-awareness (knowing your own feelings) and empathy (understanding others' feelings).
1 mark for the definition + Β½ Γ 2 for any two components
8. State any two ways to keep your computer/data secure.2
Answer
(1) Use a strong password (letters + numbers + special characters) and never share OTP/passwords. (2) Install and update antivirus, avoid unknown links/phishing, and take regular backups so data is safe even if the device fails.
1 mark for each correct measure β any two
9. Why is risk-taking important for an entrepreneur?2
Answer
A business is full of uncertainty about profit or loss. Calculated risk-taking lets an entrepreneur invest in new ideas and products that others avoid. Example: launching a new low-cost product is risky, but if it succeeds it brings profit and growth β without risk there is no reward.
2 marks for any correct/relevant explanation
10. What are the 3 R's of sustainability? Explain each briefly.2
Answer
The 3 R's reduce waste and protect the environment: Reduce β use less (save water, power, paper); Reuse β use items again instead of throwing them; Recycle β convert waste into new useful products. Example: using one-side paper as rough sheets is reusing.
2 marks for all three (Β½ each + Β½) / 1Β½ for any two
Answer any 4 of 6 in 20β30 words. 4 Γ 2 = 8
11. Differentiate sector-based and value-based ethical frameworks with one example each.2
Answer
Sector-based frameworks are tailored to a specific industry β example: Bioethics (healthcare), protecting patient privacy. Value-based frameworks rest on core moral values β example: Rights-based (valuing human life). Both aim to ensure AI causes no unintended harm.
1 mark for the difference + Β½ for each example
12. Differentiate Supervised and Unsupervised learning (two points).2
Answer
(1) Supervised learning uses labelled data; Unsupervised uses unlabelled data. (2) Supervised predicts known outcomes (Classification/Regression, e.g. spam detection); Unsupervised finds hidden patterns (Clustering/Association, e.g. customer grouping).
1 mark for each correct difference β any two
13. What is resolution? How does it affect image quality?2
Answer
Resolution is the number of pixels in an image (e.g. 1920Γ1080). The more pixels an image has, the more detail it can show, so higher resolution generally means better quality and a clearer picture; lower resolution looks blurry.
1 mark definition + 1 mark effect on quality
14. Explain the Bag-of-Words model in your own words.2
Answer
Bag-of-Words is an NLP technique that converts text into numbers by counting how many times each word appears, ignoring grammar and word order. The counts form a document-vector table that a machine can then analyse β used in spam detection and sentiment analysis.
2 marks for any correct/relevant answer
15. What is overfitting and how is it avoided?2
Answer
Overfitting is when a model memorises the training data instead of learning general patterns, so it scores high on seen data but fails on new data. It is avoided by using a separate test set (train-test split) and by providing more varied data.
1 mark definition + 1 mark how to avoid
16. Name the four layers of a CNN.2
Answer
The four layers of a Convolutional Neural Network are: (1) Convolution layer (extracts features with kernels), (2) ReLU layer (adds non-linearity), (3) Pooling layer (shrinks data, keeps key features) and (4) Fully Connected layer (makes the final prediction).
Β½ mark each for any four
Answer any 3 of 5 in 50β80 words. 3 Γ 4 = 12
17. Explain the six stages of the AI Project Cycle with one example.4
Answer
Using a 'predict rain for a farmer' example: (1) Problem Scoping β define the problem with the 4Ws (Who/What/Where/Why). (2) Data Acquisition β collect features like temperature, humidity, rainfall. (3) Data Exploration β clean the data and visualise it in graphs. (4) Modeling β build a model that predicts Rain/No Rain. (5) Evaluation β test it on new data using TP, TN, FP, FN. (6) Deployment β put it in an app that alerts the farmer. The cycle is iterative β poor results loop back to earlier stages.
Β½ mark each stage (3) + 1 mark for a correct running example/iteration
18. A model on 1200 samples gives TP=600, TN=400, FP=120, FN=80. (A) Find Accuracy. (B) Find Precision. (C) Find Recall. Show all steps.4
Answer
(A) Accuracy = (TP+TN)/Total = (600+400)/1200 = 1000/1200 = 0.833 = 83.3%. (B) Precision = TP/(TP+FP) = 600/(600+120) = 600/720 = 0.833 = 83.3%. (C) Recall = TP/(TP+FN) = 600/(600+80) = 600/680 = 0.882 = 88.2%. Always write the formula β substitute values β final answer, so part-marks are earned even if arithmetic slips.
1 mark each (formula + value) for Accuracy, Precision, Recall + 1 mark for all formulas correct
19. Identify the AI domain with justification: (A) a chatbot answering typed health questions; (B) sorting good vs rotten apples on a camera belt.4
Answer
(A) Natural Language Processing (NLP) β the chatbot must read and understand typed human language and reply meaningfully, which is a core NLP task. (B) Computer Vision β the system analyses camera images of apples to classify each as good or rotten, which is image understanding. So scenario A works with text/language and B works with images.
1 mark domain + 1 mark justification, for each part (2 + 2)
20. Differentiate AI, ML and DL with one example each, and draw a labelled Venn diagram.4
Answer
AI β any technique that makes machines mimic human intelligence (e.g. a chess engine). ML β a subset of AI where machines learn from data and improve with experience (e.g. spam detection). DL β a subset of ML using neural networks on vast data (e.g. face recognition). Venn diagram: three nested circles β AI (outer) β ML (middle) β DL (inner).
1 mark each definition (3) + 1 mark for the correct labelled Venn diagram
21. Documents β D1: "AI improves healthcare." D2: "Healthcare needs AI." Implement the 4 steps of Bag-of-Words and give the vector table.4
1 mark for each correct step (4). Combining steps 3 & 4 is allowed.
SAMPLE PAPER β 7
Artificial Intelligence (417) Β· Class X
Time: 2 HoursMaximum Marks: 50
SECTION A Β· Objective Type24 Marks
Q1 β Answer any 4 of 6 (Employability). 4 Γ 1 = 4
1(i) 'Open your books to page ten.' is which type of sentence?1
Declarative
Imperative
Interrogative
Exclamatory
Answer
(B) Imperative Why: The sentence gives a command/instruction to do something, which makes it imperative. It usually ends with a full stop or an exclamation mark.
1 mark for the correct answer
1(ii) The ability to control your own reactions is called self-____.1
Answer
regulation Why: Self-regulation means managing and controlling your own emotions and behaviour, e.g. staying calm instead of shouting when criticised.
1 mark for the correct answer
1(iii) Define 'backup'.1
Answer
A backup is a spare copy of important data kept separately so it can be recovered if the original is lost, deleted or the device fails. Example: copying project files to a pen drive or cloud.
1 mark for any correct/relevant answer
1(iv) Which is the strongest password?1
rahul2010
password
Kv@Sh#26!
11111111
Answer
(C) Kv@Sh#26! Why: It mixes uppercase, lowercase, numbers and special characters and is not a name or simple word, making it very hard to guess or crack.
1 mark for the correct answer
1(v) 'Entrepreneurs are born, not ____.' (fill the misconception)1
Answer
made Why: The myth is 'entrepreneurs are born, not made'. The fact is that entrepreneurial skills can be learned through knowledge, practice and experience.
1 mark for the correct answer
1(vi) How many Sustainable Development Goals are there?1
10
15
17
21
Answer
(C) 17 Why: The United Nations set 17 Sustainable Development Goals to be achieved by 2030, such as No Poverty and Quality Education.
1 mark for the correct answer
Q2 β Answer any 5 of 6. 5 Γ 1 = 5
2(i) Which is an unsupervised learning task?1
Spam detection
House-price prediction
Customer clustering
Grading students
Answer
(C) Customer clustering Why: Clustering groups unlabelled data into similar groups without known answers, which is unsupervised. The others use labelled data (supervised).
1 mark for the correct answer
2(ii) Which framework focuses on maximising the overall good?1
Rights-based
Virtue-based
Utility-based
Sector-based
Answer
(C) Utility-based Why: A utility-based (value) framework judges actions by how much overall good or benefit they create for the most people.
1 mark for the correct answer
2(iii) A grayscale image has how many channels?1
1
2
3
4
Answer
(A) 1 Why: A grayscale image stores a single value (0β255) per pixel β one channel of gray shades. An RGB image, by contrast, has three channels.
1 mark for the correct answer
2(iv) Auto-generated captions on YouTube are an application of:1
Computer Vision
NLP (speech-to-text)
Clustering
Robotics
Answer
(B) NLP (speech-to-text) Why: Captions are produced by converting spoken language into text in real time, which is a Natural Language Processing application.
1 mark for the correct answer
2(v) The 'brain'-inspired model with input, hidden and output layers is a:1
Spreadsheet
Neural Network
Database
Pixel grid
Answer
(B) Neural Network Why: A neural network mimics the human brain using connected neurons arranged in input, hidden and output layers.
1 mark for the correct answer
2(vi) State True/False: A pixel value of 255 in grayscale is white.1
Answer
True Why: In a grayscale byte image, 0 is black and 255 is the maximum brightness, which is white.
1 mark for the correct answer
Q3 β Answer any 5 of 6. 5 Γ 1 = 5
3(i) Precision is defined as:1
(TP+TN)/Total
TP/(TP+FP)
TP/(TP+FN)
TN/(TN+FN)
Answer
(B) TP/(TP+FP) Why: Precision asks: of everything the model predicted as positive, how many were actually correct β so it divides True Positives by all predicted positives (TP+FP).
1 mark for the correct answer
3(ii) Object detection in an image means:1
only naming the whole image
locating and boxing multiple objects
changing colours
resizing the image
Answer
(B) locating and boxing multiple objects Why: Object detection both finds where several objects are and labels them, e.g. counting and boxing each car at a toll gate.
1 mark for the correct answer
3(iii) Which weights rare meaningful words higher than common ones?1
Bag-of-Words
TF-IDF
Stemming
Pooling
Answer
(B) TF-IDF Why: TF-IDF gives common words like 'the' or 'is' a low weight and rare, meaningful words a higher weight, improving on plain Bag-of-Words.
1 mark for the correct answer
3(iv) Which is a No-Code AI tool for computer vision?1
Teachable Machine
Notepad
Excel only
BIOS
Answer
(A) Teachable Machine Why: Teachable Machine lets you train image (and sound/pose) models in the browser with no coding β a No-Code AI tool.
1 mark for the correct answer
3(v) Breaking a sentence into individual words is called:1
convolution
tokenisation
clustering
pooling
Answer
(B) tokenisation Why: Tokenisation is a text-normalisation step that splits text into smaller units (tokens), usually words, e.g. 'I like AI' β I, like, AI.
1 mark for the correct answer
3(vi) img.shape of a colour image returns:1
only the width
height, width and channels
the file name
the colour name
Answer
(B) height, width and channels Why: In OpenCV, img.shape returns a tuple (height, width, channels) β for a colour image the channels value is 3 (R, G, B).
1 mark for the correct answer
Q4 β Answer any 5 of 6. 5 Γ 1 = 5
4(i) Correctly identifying a healthy person as healthy is a:1
True Positive
True Negative
False Positive
False Negative
Answer
(B) True Negative Why: The prediction is 'No (not sick)' and the reality is also 'No' β a correct negative prediction, i.e. a True Negative.
1 mark for the correct answer
4(ii) Assertion (A): Lowercasing text is useful in NLP. Reason (R): It makes 'Hello' and 'hello' the same word.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(A) Both A and R are true and R is the correct explanation of A. Why: Lowercasing is useful precisely because it merges 'Hello' and 'hello' into one token, so the reason correctly explains the assertion.
1 mark for the correct answer
4(iii) Grouping songs by mood without labels is:1
Classification
Regression
Clustering
Association
Answer
(C) Clustering Why: There are no given labels and we want to form natural groups of similar songs β that is unsupervised clustering.
1 mark for the correct answer
4(iv) Applying a kernel to an image to extract features is called:1
convolution
tokenisation
clustering
backup
Answer
(A) convolution Why: Convolution slides a kernel/filter across the image and produces a feature map that highlights features such as edges β the core operation in a CNN.
1 mark for the correct answer
4(v) Which is a sector-based ethical framework?1
Rights-based
Virtue-based
Bioethics
Utility-based
Answer
(C) Bioethics Why: Bioethics is built for one sector β healthcare/biology β so it is sector-based. The other three are value-based frameworks.
1 mark for the correct answer
4(vi) The harmonic mean of precision and recall is the:1
Accuracy
F1-Score
Error
Range
Answer
(B) F1-Score Why: The F1-Score combines precision and recall using their harmonic mean, balancing both β especially useful for imbalanced data.
1 mark for the correct answer
Q5 β Answer any 5 of 6. 5 Γ 1 = 5
5(i) Which domain best suits a movie-recommendation system?1
Computer Vision
Statistical Data
Robotics
Image Processing
Answer
(B) Statistical Data Why: Recommendations are based on numeric patterns in viewing/ratings data, which is the Statistical Data domain.
1 mark for the correct answer
5(ii) Assertion (A): A script bot can answer any free-text question. Reason (R): Script bots follow fixed, pre-written scripts.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(D) A is false, but R is true. Why: Because a script bot follows fixed scripts (R is true), it cannot answer any free-text question (so A is false). Only a smart bot, using AI, can do that.
1 mark for the correct answer
5(iii) RGB stands for:1
Red Green Blue
Row Grid Box
Right Good Best
Read Get Back
Answer
(A) Red Green Blue Why: RGB images are made from three primary-colour channels β Red, Green and Blue β combined at different intensities to make any colour.
1 mark for the correct answer
5(iv) Which library computes mean, median and mode quickly?1
NumPy
OpenCV
Flask
Pygame
Answer
(A) NumPy Why: NumPy provides fast array operations and functions like np.mean() and np.median() for statistics.
5(vi) Which is NOT a quality of a successful entrepreneur?1
Creativity
Risk-taking
Giving up easily
Hard work
Answer
(C) Giving up easily Why: Entrepreneurs need patience and persistence; giving up easily is the opposite of an entrepreneurial quality.
1 mark for the correct answer
SECTION B Β· Subjective Type26 Marks
Answer any 3 of 5 (Employability) in 20β30 words. 3 Γ 2 = 6
6. Write the 7 C's of communication.2
Answer
The 7 C's of effective communication are: Clear, Concise, Concrete, Correct, Coherent, Complete and Courteous. They ensure a message is easy to understand, error-free, logical, polite and complete.
2 marks for all 7 Β· 1Β½ for 5β6 Β· 1 for 3β4 Β· Β½ for 1β2
7. What is stress? Give one healthy technique to manage it.2
Answer
Stress is the body's mental, physical or emotional response to pressure or a demanding situation. A healthy technique is regular exercise/yoga with enough sleep, or good time management through a study timetable, which keeps the mind calm.
1 mark definition + 1 mark technique
8. List any two ways ICT helps in education.2
Answer
(1) E-learning β online classes, video tutorials and digital notes make learning flexible. (2) Easy access to information β students can research, take online quizzes and use virtual labs from anywhere.
1 mark each for any two
9. State any two functions of an entrepreneur in society.2
Answer
(1) Creates jobs β by starting a business the entrepreneur employs others and reduces unemployment. (2) Solves problems & drives innovation β they identify society's needs and provide new products/services, helping the economy grow.
1 mark each for any two
10. What is e-waste? Why is it harmful?2
Answer
E-waste is discarded electronic items such as old phones, computers and batteries. It is harmful because it contains toxic materials that pollute the soil and water and damage health if not disposed of or recycled properly.
1 mark definition + 1 mark harm
Answer any 4 of 6 in 20β30 words. 4 Γ 2 = 8
11. Why does AI need ethical frameworks? Give one example framework.2
Answer
AI now makes decisions that affect real lives (loans, medical priority, news), so ethical frameworks ensure these decisions are fair, transparent and cause no unintended harm. Example: Bioethics in healthcare protects patient privacy and consent.
1 mark reason + 1 mark example
12. Give any two characteristics of a Classification model.2
Answer
(1) It is a supervised learning model that learns from labelled data. (2) Its output is discrete β it sorts data into categories/labels. Example: grading students into A/B/C based on their marks.
1 mark each for any two characteristics
13. How do computers store RGB images?2
Answer
An RGB image is stored as three separate channels β Red, Green and Blue. Each channel has many pixels valued 0β255. So every pixel holds a set of three values that together create its colour, e.g. (255,0,0) = red.
2 marks for any correct/relevant answer
14. Explain the Train-test split technique.2
Answer
The dataset is divided into two parts: a training set to make the model learn and a testing set to evaluate it on unseen data. A common ratio is 80:20 or 70:30. This checks real performance and detects overfitting.
2 marks for any correct/relevant answer
15. How is stemming different from lemmatization? Process the word 'Caring'.2
Answer
Stemming chops a word to a base that may be meaningless and is faster; lemmatization gives a meaningful dictionary word but is slower. 'Caring' β stemming: 'Car' (not meaningful here); lemmatization: 'Care' (meaningful).
1 mark difference + Β½ stem + Β½ lemma
16. Name and briefly explain any two Computer Vision tasks.2
Answer
(1) Classification β naming what is in an image ('this is a cat'). (2) Object Detection β finding and boxing multiple objects in an image (e.g. counting cars). (Others: Localization, Segmentation.)
1 mark each for any two correctly explained tasks
Answer any 3 of 5 in 50β80 words. 3 Γ 4 = 12
17. Explain Supervised, Unsupervised and Reinforcement learning with one example each, and which AI subset they belong to.4
Answer
(1) Supervised learning uses labelled data to predict known outcomes β e.g. spam detection (sub-types: Classification, Regression). (2) Unsupervised learning uses unlabelled data to find hidden patterns β e.g. grouping customers (sub-types: Clustering, Association). (3) Reinforcement learning learns by reward and penalty β e.g. a car learning to park. All three are categories of Machine Learning.
1 mark each type with example (3) + 1 mark for stating they are ML categories
18. A coral-detection AI on 500 images: TP=180, TN=260, FP=40, FN=20. (A) Draw the confusion matrix. (B) Calculate Accuracy. (C) Calculate Precision.4
2 marks for the matrix (all values correct) + 1 mark Accuracy + 1 mark Precision (formula + value)
19. Identify the AI domain with justification: (A) translating a story from English to Hindi; (B) detecting helmet vs no-helmet riders from traffic cameras.4
Answer
(A) Natural Language Processing (NLP) β translation changes one human language to another, which requires understanding text/meaning, a core NLP task. (B) Computer Vision β the system analyses camera images to see whether a rider is wearing a helmet, which is image understanding/classification. So A works with language and B with images.
1 mark domain + 1 mark justification, for each part (2 + 2)
20. Expand and define CNN and ANN, and state one use of each.4
Answer
CNN β Convolutional Neural Network: a deep-learning algorithm that takes an image, assigns importance to its features and tells objects apart; it is specially designed for images. Use: face recognition. ANN β Artificial Neural Network: a brain-inspired network of neurons that automatically extracts features and is useful for very large datasets. Use: recognising handwriting.
Β½ each full form + 1 each definition (3) + Β½ each correct use (1)
21. Documents β D1: "Save water save life." D2: "Water gives life." Implement the 4 steps of Bag-of-Words and give the vector table.4
Official KVS Delhi Region Blueprint for the Class X AI (417) Pre-Board II 2025β26. The paper is 50 marks (Theory) for 2 hours β Part A (Employability, 10) + Part B (Subject-Specific, 40). All three sets follow this same structure.
Part A β Employability Skills (10 Marks)
Unit
Name
Objective (1 mk)
Short (2 mks)
Total
1
Communication Skills-II
1
1
2
2
Self-Management Skills-II
2
1
3
3
ICT Skills-II
1
1
2
4
Entrepreneurial Skills-II
1
1
2
5
Green Skills-II
1
1
2
Total / To Answer
6 β any 4
5 β any 3
10 Marks
Part B β Subject-Specific Skills (40 Marks)
Unit
Name
Objective (1 mk)
Short (2 mks)
Long (4 mks)
Total
1
Revisiting AI Project Cycle & Ethical Frameworks
5
1
1
7
2
Advanced Concepts of Modeling in AI
4
2
2
8
3
Evaluating Models
6
1
1
8
5
Computer Vision
4
1
β
5
6
Natural Language Processing
5
1
1
7
Total / To Answer
24 β any 20
6 β any 4
5 β any 3
40 Marks
How it works: 21 questions total (5 objective groups + 16 subjective); a candidate answers 15 (5 + 10). Section A objective = 24 marks; Section B subjective = 26 marks. No negative marking. (Units 4 Statistical Data & 7 Python are assessed in the practical exam, not theory.)
Study priority: Units 2 (Modeling) and 3 (Evaluating Models) carry the most marks (8 each) β master ML types, neural networks, confusion matrix and metrics. Computer Vision has no long-answer question, so focus on its objective & short answers.
π«
KVS Delhi Region Β· 2025β26
Official KVS Question Papers (Pre-Board I & II) + Marking
Six official KVS Delhi Region papers for Class X AI (417) β Pre-Board II (Sets 1β3) and Pre-Board I (Sets 1β3) β each with the official marking scheme for every question. Pattern: 21 questions (Section A objective 24 + Section B subjective 26); answer 15 (5 + 10) in 2 hours. Click "Show Answer & Marking" under any question.
Pre-Board II Β· Sets 1β3
OFFICIAL KVS PAPER β SET 1
Artificial Intelligence (417) Β· Class X
Time: 2 HoursMaximum Marks: 50
SECTION A Β· Objective Type24 Marks
Q1 β Answer any 4 of 6 (Employability). 1 Γ 4 = 4
1(i) Aisha moves to Germany and struggles with unfamiliar customs and workplace etiquette. This illustrates a:1
Interpersonal barrier
Cultural barrier
Physical barrier
Linguistic barrier
Answer
(b) Cultural barrier
1 mark for the correct answer
1(ii) _____ operating system enables multiple users to work on the same computer at different times or simultaneously.1
multiprogramming
multiprocessors
multi-user
multi-tasking
Answer
(c) multi-user
1 mark for the correct answer
1(iii) Which is NOT a positive impact of entrepreneurship on society?1
Stimulates innovation and efficiency
Creates jobs and employment
Solves society's problems
Discourages welfare of the society
Answer
(d) Discourages welfare of the society
1 mark for the correct answer
1(iv) The SDGs aim to tackle key challenges such as:1
Gender Equality
Energy & Climate Change
Biodiversity
All of the above
Answer
(d) All of the above
1 mark for the correct answer
1(v) Which is NOT a suggested step to manage emotional intelligence?1
Making decisions purely based on emotions
Observing your own behaviour to understand emotions
Practising meditation and yoga to stay calm
Thinking rationally before deciding
Answer
(a) Making decisions purely based on emotions
1 mark for the correct answer
1(vi) Which is NOT a step to build self-motivation?1
Focusing on your goal
Planning to achieve your goal
Being indisciplined
Finding out your strength
Answer
(c) Being indisciplined
1 mark for the correct answer
Q2 β Answer any 5 of 6. 1 Γ 5 = 5
2(i) Ventilators with sensors that turn on oxygen supply when oxygen drops are an example of:1
Machine with emotional intelligence
Artificial general intelligence
Automated machine
Computer vision technology
Answer
(c) Automated machine
1 mark for the correct answer
2(ii) A (A): A self-driving car combines sensors, cameras, radar and AI. R (R): The owner is liable if it crashes.1
Both true, R explains A
Both true, R not explanation
A correct but R incorrect
A incorrect but R correct
Answer
(c) A is correct but R is incorrect
1 mark for the correct answer
2(iii) S1: In the "When" block of 4Ws canvas we find the stakeholders. S2: Stakeholders are people who face a problem and benefit from the solution.1
Both correct
Both incorrect
S1 correct, S2 incorrect
S1 incorrect, S2 correct
Answer
(d) Statement 1 is incorrect but Statement 2 is correct [stakeholders are found in the "Who" block, not "When"]
1 mark for the correct answer
2(iv) Whenever we want an AI project to predict an output, we need to _____.1
first train it using the data
first test it using the data
Both a and b
Neither a nor b
Answer
(a) first train it using the data
1 mark for the correct answer
2(v) _____ enhances raw input images (rescaling, brightness, tones). It is a subset of _____.1
Computer Vision; Image Processing
Machine Learning; Artificial Intelligence
Image Processing; Computer Vision
Object Detection; Image Processing
Answer
(c) Image Processing; Computer Vision
1 mark for the correct answer
2(vi) What is the primary challenge computers face in understanding human languages?1
Complexity of human languages
Lack of computational power
Incompatibility with numerical data
Limited vocabulary
Answer
(a) Complexity of human languages
1 mark for the correct answer
Q3 β Answer any 5 of 6. 1 Γ 5 = 5
3(i) Identify the domain of AI to which a face/image recognition image belongs.1
Answer
NLP / Computer Vision domain as per the image shown β official key: NLP (Natural Language Processing) for the given image.
1 mark for the correct domain (as per the image in the paper)
3(ii) Name any 2 methods of collecting data.1
Surveys and Interviews
Rumors and Myths
AI models and applications
Imagination and thoughts
Answer
(a) Surveys and Interviews
1 mark for the correct answer
3(iii) What is the core task of image classification?1
Identifying objects and their locations
Segmenting objects into pixels
Assigning an input image one label from a fixed set of categories
Detecting real-world objects
Answer
(c) Assigning an input image one label from a fixed set of categories
1 mark for the correct answer
3(iv) The goal when evaluating an AI model is to:1
Maximize error and minimize accuracy
Minimize error and maximize accuracy
Focus solely on number of data points
Prioritize model complexity
Answer
(b) Minimize error and maximize accuracy
1 mark for the correct answer
3(v) A (A): A Neural Network builds predictive models on huge datasets. R (R): Backpropagation is used to train an ANN.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(a) Both A and R are correct and R is the correct explanation of A
1 mark for the correct answer
3(vi) Prediction "Yes" & matches Reality β ? | Prediction "Yes" & does not match β ?1
True Positive, True Negative
True Negative, False Negative
True Negative, False Positive
True Positive, False Positive
Answer
(d) True Positive, False Positive
1 mark for the correct answer
Q4 β Answer any 5 of 6. 1 Γ 5 = 5
4(i) What is the primary function of an activation function in a Perceptron?1
To store data
To introduce non-linearity into the model
To display the output
To connect to the internet
Answer
(b) To introduce non-linearity into the model
1 mark for the correct answer
4(ii) In _____, the machine is trained with huge amounts of data which helps it train itself around the data.1
Supervised Learning
Deep Learning
Classification
Unsupervised Learning
Answer
(b) Deep Learning
1 mark for the correct answer
4(iii) S1: The testing dataset is given to the model to analyze and learn. S2: The training dataset is used to test accuracy.1
Both correct
Both incorrect
Only S1 correct
Only S2 correct
Answer
(b) Both Statement 1 and Statement 2 are incorrect [the roles are swapped β training is for learning, testing is for checking accuracy]
1 mark for the correct answer
4(iv) An AI car decreases speed based on its distance from the car ahead. Which algorithm?1
NaΓ―ve-Bayes
Decision Tree
Linear Regression
Logistic Regression
Answer
(c) Linear Regression
1 mark for the correct answer
4(v) Primary objective of the Convolution Layer in a CNN?1
To flatten the input image
To assign importance to various aspects/objects in the image
To reduce the spatial size of the input
To perform element-wise multiplication
Answer
(b) To assign importance to various aspects/objects in the image
1 mark for the correct answer
4(vi) Which NLP feature helps understand the emotions in feedback?1
Virtual Assistants
Sentiment Analysis
Text classification
Automatic Summarization
Answer
(b) Sentiment Analysis
1 mark for the correct answer
Q5 β Answer any 5 of 6. 1 Γ 5 = 5
5(i) Kartik (a psychologist) naturally reads human behaviour, temperament and mood. Which intelligence?1
Musical Intelligence
Spatial Visual Intelligence
Interpersonal Intelligence
Mathematical Logical Intelligence
Answer
(c) Interpersonal Intelligence
1 mark for the correct answer
5(ii) A phone was predicted at βΉ25,000 but actually sold for βΉ27,000. Error rate (3 dp)?1
5(iii) Automatically identifying and predicting locations of vehicles/people in surveillance footage is:1
Image Classification
Image Segmentation
Object Detection
Feature Extraction
Answer
(c) Object Detection
1 mark for the correct answer
5(iv) Which is a more serious error in medical diagnosis systems?1
True Negative
False Positive
True Positive
False Negative
Answer
(d) False Negative [a sick person is wrongly told they are healthy]
1 mark for the correct answer
5(v) A travel chatbot gives fixed answers to preset questions and can't go beyond them. Identify the bot type & a feature.1
Smart Bot β uses NLP to understand intent
Script Bot β works on pre-written rules
Voice Bot β converts speech to text
Cognitive Bot β learns from experience
Answer
(b) Script Bot β works on pre-written rules
1 mark for the correct answer
5(vi) Stemmed and lemmatized forms of 'running'?1
Stemmed: runn, Lemmatized: running
Stemmed: run, Lemmatized: run
Stemmed: running, Lemmatized: run
Stemmed: run, Lemmatized: running
Answer
(b) Stemmed: run, Lemmatized: run
1 mark for the correct answer
SECTION B Β· Subjective Type26 Marks
Answer any 3 of 5 (Employability) in 20β30 words. 2 Γ 3 = 6
6. What is an adjective? Give an example.2
Answer
An adjective is a word that describes or qualifies a noun or pronoun by giving more information about it. Examples: beautiful, tall, three.
2 marks for definition + example
7. List four methods to manage stress effectively.2
Answer
Practise deep breathing or meditation; take breaks and rest well; exercise regularly; talk to friends or family.
Β½ mark each for any four
8. Explain two ways in which personal information can be lost or leaked (cybersecurity breach).2
Answer
(1) Phishing attacks β passwords, bank or Aadhaar details are stolen when a person clicks fraudulent links or opens fake emails. (2) Weak passwords / unauthorized access β easily-guessable passwords, sharing passwords, or not logging out on public computers lets hackers access data.
1 mark for each way
9. Priya schedules events, allocates staff and ensures materials are ready. Identify two functions of an entrepreneur.2
Answer
Planning β scheduling the events. Organizing / Managing Resources β allocating staff and arranging materials.
1 mark for each function
10. A school teaches climate change, health and sustainable practices, encouraging community action. Identify the SDG goal type and two benefits.2
Answer
Type: Education for Sustainable Development (ESD). Benefits: students develop awareness about global challenges; it encourages critical thinking and problem-solving.
1 mark goal type + 1 mark for two benefits
Answer any 4 of 6 in 20β30 words. 2 Γ 4 = 8
11. In an AI project cycle, what activities are performed in the first and second stages?2
Answer
First stage β Problem Scoping: define the problem clearly and determine the objectives of the AI project. Second stage β Data Acquisition: gather relevant data, clean it and organize it for analysis.
1 mark for each stage's activity
12. A hospital AI predicts diabetes likelihood from past health records. Identify the type of AI model and one advantage.2
Answer
Type: Supervised Learning. Advantage: it uses labelled data to train the model, giving accurate predictions for known outcomes.
1 mark type + 1 mark advantage
13. A robot learns a game by trying moves and getting rewards/penalties. How is this different from supervised and unsupervised learning?2
Answer
This is Reinforcement Learning (learns by trial and error using rewards/penalties). Unlike Supervised learning, it has no labelled correct answers; unlike Unsupervised learning, it learns from feedback rather than just finding patterns in data.
2 marks for identifying RL and the differences
14. What is model evaluation in machine learning? Explain one way it helps improve an AI model.2
Answer
Model evaluation is the process of measuring how well a model performs on test/validation data. It identifies the model's accuracy, errors and weaknesses, so developers can improve performance by adjusting algorithms or tuning parameters.
1 mark definition + 1 mark how it helps
15. How is an RGB image different from a grayscale image?2
Answer
RGB image: each pixel stores three values (Red, Green, Blue) and can display millions of colours. Grayscale image: each pixel is 1 byte (0β255) showing shades of gray from black to white.
1 mark each (RGB + grayscale)
16. "Artificial Intelligence is transforming the world." (a) Which NLP stage splits it into words? (b) Count the tokens.1+1=2
Answer
(a) Tokenization (splitting the sentence into words). (b) Tokens = [Artificial, Intelligence, is, transforming, the, world] β 6 tokens.
1 mark stage + 1 mark token count
Answer any 3 of 5 in 50β80 words. 4 Γ 3 = 12
17. An AI essay-scorer gives higher scores to complex English learned from past winners, so non-English-background students score lower. (a) Two reasons for biased results. (b) Two bioethics principles that solve it and how they apply.2+2=4
Answer
(a) The training data favoured essays with complex language, ignoring creativity/content; the algorithm reflected a language-fluency bias, disadvantaging diverse linguistic backgrounds. (b) Justice β ensures fair treatment, preventing discrimination based on language/background. Beneficence β encourages designing AI that promotes inclusion and supports every student's potential.
2 marks for two reasons + 2 marks for two principles with application
18. Explain the structure of an Artificial Neural Network (ANN). Name its main components and describe the function of each.4
Answer
An ANN is inspired by the human brain and consists of layers of interconnected nodes (neurons). Input Layer: receives data; each node is one input feature. Hidden Layer(s): perform computation, feature extraction and pattern recognition using weights and activation functions. Output Layer: produces the final result/prediction. Also: Weights (strength of connections), Bias (adjusts output), Activation Function (adds non-linearity, decides if a neuron fires).
4 marks for structure + components with functions
19. Identify the ML/DL application: (a) sleep-monitoring app alerts to an unusual trend; (b) autonomous car detecting road objects; (c) photo app detecting faces; (d) bank signature-verification system.1+1+1+1=4
2 marks matrix + 1 mark accuracy + 1 mark wrong predictions
21. Doc1: "Cats are great pets", Doc2: "Dogs are great companions", Doc3: "Pets need care and love". (a) Dictionary of unique words. (b) Document vector for Doc2. (c) How does BoW help feature extraction? (d) Why is word order not important in BoW?1+1+1+1=4
Answer
(a) Dictionary = [cats, are, great, pets, dogs, companions, need, care, and, love]. (b) Doc2 vector (in that order) = [0, 1, 1, 0, 1, 1, 0, 0, 0, 0]. (c) BoW converts text into fixed-length numerical vectors based on word frequency/presence, so ML models can process text like numeric input (for classification, sentiment analysis, etc.). (d) BoW focuses on which words appear, not their order β it treats text as a "bag" of words, ignoring grammar and word order.
1 mark for each part (a, b, c, d)
OFFICIAL KVS PAPER β SET 2
Artificial Intelligence (417) Β· Class X
Time: 2 HoursMaximum Marks: 50
SECTION A Β· Objective Type24 Marks
Q1 β Answer any 4 of 6 (Employability). 1 Γ 4 = 4
1(i) Which component of communication refers to the environment where communication takes place?1
Sender
Context
Channel
Feedback
Answer
(b) Context
1 mark for the correct answer
1(ii) Consciously observing and understanding your own feelings and motivations is called:1
Self-esteem
Self-confidence
Self-awareness
Time management
Answer
(c) Self-awareness
1 mark for the correct answer
1(iii) The capacity to bounce back from difficulty and adapt to changing circumstances is:1
Initiative
Reliability
Resilience
Accountability
Answer
(c) Resilience
1 mark for the correct answer
1(iv) Which shortcut copies a selected file/text in Windows?1
Ctrl + X
Ctrl + V
Ctrl + C
Ctrl + Z
Answer
(c) Ctrl + C
1 mark for the correct answer
1(v) Main characteristic of the 'Survive' stage of the entrepreneurial process?1
Expanding to new markets
Establishing a regular customer base
Earning just enough to cover costs
Handing over the business
Answer
(c) Earning just enough to cover costs
1 mark for the correct answer
1(vi) Using energy-efficient bulbs contributes to which Green Skill principle?1
Waste Reduction
Sustainable Energy Use
Sustainable Water Use
Climate Change Adaptation
Answer
(b) Sustainable Energy Use
1 mark for the correct answer
Q2 β Answer any 5 of 6. 1 Γ 5 = 5
2(i) Which ethical framework focuses on outcomes β the greatest good for the greatest number?1
Deontology-based
Consequence-based
Virtue-based
Rights-based
Answer
(b) Consequence-based
1 mark for the correct answer
2(ii) A: Ethics distinguish right from wrong. R: Ethics are values/morals that aid moral judgments.1
Both true, R explains A
A true, R false
Both true, R not explanation
A false, R true
Answer
(a) Both Assertion and Reasoning are true and R is the correct explanation of A
1 mark for the correct answer
2(iii) Which sub-field of AI mimics the human brain structure?1
Artificial Neural Networks
Convolutional Networks
Decision Trees
Rule-based Systems
Answer
(a) Artificial Neural Networks
1 mark for the correct answer
2(iv) Which evaluation parameter takes into consideration all the correct predictions?1
Precision
Recall
Accuracy
F1 score
Answer
(c) Accuracy
1 mark for the correct answer
2(v) Which is a key function of Computer Vision?1
Text-to-speech conversion
Image recognition
Data compression
Speech processing
Answer
(b) Image recognition
1 mark for the correct answer
2(vi) Machine translation converts _____.1
One language to another
Human language to machine language
Any human language to programming
Machine language to human language
Answer
(a) One language to another
1 mark for the correct answer
Q3 β Answer any 5 of 6. 1 Γ 5 = 5
3(i) A smart camera draws a bounding box around intruders in the video. This is:1
Image Classification
Image Segmentation
Object Detection
Feature Extraction
Answer
(c) Object Detection
1 mark for the correct answer
3(ii) Which is NOT an application of machine/deep learning?1
Digit recognition
Face detection
Spam email classification
Rule-based chat
Answer
(d) Rule-based chat
1 mark for the correct answer
3(iii) Which metric is the ratio of correctly predicted positives to the total actual positives?1
Accuracy
Precision
Recall
F1 Score
Answer
(c) Recall [TP Γ· total actual positives = TP/(TP+FN)]
1 mark for the correct answer
3(iv) A: Regression is used when output is a category like spam/not spam. R: Regression works with continuous values, not categories.1
Both true, R explains A
Both true, R not explanation
A true, R false
A false, R true
Answer
(d) A is false but R is true
1 mark for the correct answer
3(v) The term for breaking an image into smaller parts represented by numerical values (pixels) is:1
Resolution
Digitization
Aspect Ratio
Color Depth
Answer
(b) Digitization
1 mark for the correct answer
3(vi) Which is used to find the frequency of words in a given text sample?1
Stemming
Lemmatisation
Bag of Words
None
Answer
(c) Bag of Words
1 mark for the correct answer
Q4 β Answer any 5 of 6. 1 Γ 5 = 5
4(i) Gathering, cleaning and labelling data is associated with which stage of the AI Project Cycle?1
Problem Scoping
Data Acquisition
Data Exploration
Modelling
Answer
(b) Data Acquisition
1 mark for the correct answer
4(ii) Training a computer to learn from its environment through rewards and penalties is:1
Supervised Learning
Unsupervised Learning
Reinforcement Learning
Semi-supervised Learning
Answer
(c) Reinforcement Learning
1 mark for the correct answer
4(iii) In NLP, which process removes common words like 'the', 'is', 'and'?1
Tokenization
Stop Word Removal
Stemming
Normalization
Answer
(b) Stop Word Removal
1 mark for the correct answer
4(iv) Which AI ethical risk occurs when training data is not representative and harms certain groups?1
Surveillance
Algorithmic Bias
Data Privacy
Transparency
Answer
(b) Algorithmic Bias
1 mark for the correct answer
4(v) What is object detection in CV?1
Changing image colours
Compressing images
Finding objects within an image
Saving an image
Answer
(c) Finding objects within an image
1 mark for the correct answer
4(vi) Which NLP stage assigns a grammatical category (Noun, Verb, Adjective) to each word?1
Tokenization
Part-of-Speech (POS) Tagging
Chunking
Named Entity Recognition
Answer
(b) Part-of-Speech (POS) Tagging
1 mark for the correct answer
Q5 β Answer any 5 of 6. 1 Γ 5 = 5
5(i) Which comes under Problem Scoping?1
System Mapping
4Ws Canvas
Data Features
Web scraping
Answer
(b) 4Ws Canvas
1 mark for the correct answer
5(ii) A system predicts 75 marks but the actual is 80. What is the absolute error?1
5
10
15
20
Answer
(a) 5 [|80 β 75| = 5]
1 mark for the correct answer
5(iii) In an RGB image, what does a pixel with all values 0 represent?1
Maximum brightness
Complete darkness
Full saturation
Grayscale tone
Answer
(b) Complete darkness [(0,0,0) = black]
1 mark for the correct answer
5(iv) _____ is the outcome of the model wrongly predicting the positive class as negative class.1
Answer
False Negative
1 mark for the correct answer
5(v) For _____, the whole corpus is divided into sentences, each taken as separate data.1
Text Regulation
Sentence Segmentation
Tokenization
Stemming
Answer
(b) Sentence Segmentation
1 mark for the correct answer
5(vi) Stemmed and lemmatized forms of 'studies'?1
Stemmed: study, Lemmatized: studies
Stemmed: study, Lemmatized: study
Stemmed: studies, Lemmatized: studies
Stemmed: studi, Lemmatized: study
Answer
(d) Stemmed: studi, Lemmatized: study
1 mark for the correct answer
SECTION B Β· Subjective Type26 Marks
Answer any 3 of 5 (Employability) in 20β30 words. 2 Γ 3 = 6
6. What are the two main types of communication barriers? Give one example of each.2
Answer
(Examples) Internal/Interpersonal barrier β e.g. fear or lack of confidence; External/Physical barrier β e.g. noise or distance. (Also acceptable: language barrier, cultural barrier with examples.)
1 mark for each type with example
7. Explain the term goal setting and why it is important for self-management.2
Answer
Goal setting is deciding clear, specific targets (often SMART) to achieve. It is important for self-management because it gives direction, keeps you motivated and disciplined, and lets you track progress.
1 mark definition + 1 mark importance
8. What is 'phishing'? How can a user avoid becoming a victim?2
Answer
Phishing is a deceptive attempt to acquire sensitive information (passwords, card details) by disguising as a trustworthy entity. Avoid it by never clicking suspicious links or downloading attachments from unknown senders, and by verifying the sender's email/URL.
1 mark definition + 1 mark avoidance
9. Describe two characteristics of a successful entrepreneur.2
Answer
Risk-Taker β willing to invest time and capital without guaranteed results. Innovator β finds new ways to solve problems or create unique products/services. (Also: flexible, confident, organized.)
1 mark for each characteristic
10. Mention any two ways to reduce waste and contribute to sustainable development.2
Answer
Reduce β buy durable, long-lasting products instead of single-use items. Reuse β donate or repurpose old clothes, furniture or containers instead of throwing them away.
1 mark for each way
Answer any 4 of 6 in 20β30 words. 2 Γ 4 = 8
11. Define Model Evaluation in the context of the AI Project Cycle.2
Answer
Model evaluation is the process of checking how well the AI model performs against the problem's objective using a testing or unseen dataset. It helps select the best-performing model.
2 marks for the correct definition
12. Give one example each of an ethical consideration related to Data Privacy and Surveillance in AI.2
Answer
Data Privacy: a health AI must ensure patient records are anonymized and protected from unauthorized access. Surveillance: smart CCTV used by government must be regulated to prevent misuse for monitoring specific citizens without due process.
1 mark for each example
13. Differentiate between the training data set and the testing data set.2
Answer
Training Data: the data given to the model to learn the underlying patterns and relationships. Testing Data: unseen data used only to evaluate the model's performance and generalization after training.
1 mark each
14. What is Color Depth in a digital image? How does it relate to image quality?2
Answer
Color Depth (or Pixel Depth) is the number of bits used to represent the colour of a single pixel. A higher colour depth (e.g. 24-bit vs 8-bit) allows more distinct colours, giving a higher-quality, more realistic image.
1 mark definition + 1 mark relation to quality
15. What is the purpose of Tokenization in NLP?2
Answer
Tokenization breaks down text into smaller units called tokens (words, phrases or symbols). Its purpose is to prepare the text for further NLP processing, since words are the basic units for analysis.
2 marks for purpose with explanation
16. Identify the type of learning model: (a) predicting house prices (continuous value); (b) grouping similar customers without prior labels.2
Answer
(a) Regression β the output (house price) is a continuous numerical value. (b) Clustering (Unsupervised Learning) β groups data points by similarity without prior labels.
1 mark each
Answer any 3 of 5 in 50β80 words. 4 Γ 3 = 12
17. A social-media hate-speech filter trained mainly on one country wrongly removes harmless slang in other countries. (a) Two reasons the model failed. (b) Two bioethics principles violated, explained.4
Answer
(a) Unrepresentative training data β trained predominantly on one country's data, not exposed to other cultures' slang; Lack of generalizability β it overfit the initial culture and generalized poorly. (b) Non-maleficence (Do No Harm) β it harmed users by deleting harmless posts; Justice/Fairness β it treated users unequally, unfairly censoring some countries.
2 marks reasons + 2 marks principles with explanation
18. Explain Feature Extraction in AI modelling. Why is it a crucial step before training a model?4
Answer
Feature extraction is selecting and transforming raw data into a smaller, meaningful, informative set of values (features) that represent the original data β e.g. converting an image into vectors of edges/key points. It is crucial because it reduces dimensionality (simplifies data) and improves model performance β using only relevant features, the model learns faster and is less likely to overfit, improving accuracy and generalization.
2 marks concept + 2 marks why crucial
19. Identify the CV/NLP application: (a) translating a photo of a French menu to English; (b) self-driving car identifying traffic signs; (c) classifying reviews as positive/negative/neutral; (d) outlining a tumor in a medical scan.4
21. Doc1 "The cat sat on the mat", Doc2 "A dog and a cat fought", Doc3 "The mat and the dog are friends"; stopwords {the,a,on,and,are} removed. (a) Dictionary. (b) Vector for Doc2. (c) Stemming vs Lemmatization. (d) Why remove stop words?4
Answer
(a) Processed: Doc1[cat,sat,mat], Doc2[dog,cat,fought], Doc3[mat,dog,friends] β Dictionary = {cat, sat, mat, dog, fought, friends}. (b) Doc2 vector (cat,sat,mat,dog,fought,friends) = [1, 0, 0, 1, 1, 0]. (c) Stemming crudely chops suffixes (studiesβstudi, may not be a real word); Lemmatization uses vocabulary/morphology to give a valid base word (studiesβstudy). (d) Stop words are very frequent but carry little meaning β removing them reduces vocabulary size and noise, improving efficiency and feature quality.
1 mark each part (aβd)
OFFICIAL KVS PAPER β SET 3
Artificial Intelligence (417) Β· Class X
Time: 2 HoursMaximum Marks: 50
SECTION A Β· Objective Type24 Marks
Q1 β Answer any 4 of 6 (Employability). 1 Γ 4 = 4
1(i) Which of the following demonstrates active listening?1
Interrupting the speaker frequently
Maintaining eye contact and nodding occasionally
Checking your phone during conversation
Thinking about what to say next
Answer
(b) Maintaining eye contact and nodding occasionally
1 mark for the correct answer
1(ii) Which is an example of self-motivation?1
Waiting for others to remind you of deadlines
Complaining about difficult tasks
Setting personal goals and working consistently to achieve them
Avoiding challenges to stay comfortable
Answer
(c) Setting personal goals and working consistently to achieve them
1 mark for the correct answer
1(iii) Which is the first step in effective time management?1
Multitasking
Setting goals and priorities
Avoiding delegation
Working without a schedule
Answer
(b) Setting goals and priorities
1 mark for the correct answer
1(iv) Which file extension is used for spreadsheet software?1
.docx
.xlsx
.pptx
.pdf
Answer
(b) .xlsx
1 mark for the correct answer
1(v) A person who identifies opportunities, takes risks and innovates new ideas to earn profit is a/an:1
Investor
Manager
Entrepreneur
Employee
Answer
(c) Entrepreneur
1 mark for the correct answer
1(vi) Using energy-efficient appliances and reducing plastic promotes which SDG?1
SDG 7 β Affordable and Clean Energy
SDG 4 β Quality Education
SDG 13 β Climate Action
SDG 15 β Life on Land
Answer
(c) SDG 13 β Climate Action
1 mark for the correct answer
Q2 β Answer any 5 of 6. 1 Γ 5 = 5
2(i) Which phase of the AI Project Cycle defines the problem, objectives and success criteria?1
Modelling
Problem Scoping
Evaluation
Deployment
Answer
(b) Problem Scoping
1 mark for the correct answer
2(ii) Which stage focuses on collecting and organizing data for training an AI model?1
Data Acquisition
Evaluation
Deployment
Testing
Answer
(a) Data Acquisition
1 mark for the correct answer
2(iii) A: Virtue-based framework focuses on character and intentions. R: It evaluates whether actions align with honesty, compassion, integrity.1
Both correct, R explains A
Both correct, R does not explain A
A correct, R incorrect
A incorrect, R correct
Answer
(a) Both A and R are correct, and R explains A
1 mark for the correct answer
2(iv) Which is NOT an AI ethical principle?1
Accountability
Privacy
Manipulation
Transparency
Answer
(c) Manipulation
1 mark for the correct answer
2(v) A city deploys facial-recognition cameras without informing citizens. Which ethical issue?1
Security
Privacy Violation
Fairness
Transparency
Answer
(b) Privacy Violation
1 mark for the correct answer
2(vi) The _____ framework ensures AI decisions align with moral and human values.1
Algorithmic
Ethical
Financial
Operational
Answer
(b) Ethical
1 mark for the correct answer
Q3 β Answer any 5 of 6. 1 Γ 5 = 5
3(i) A Perceptron uses which of the following during learning?1
Layers and Nodes
Weights and Bias
Tokens and Lemmas
Epochs and Segments
Answer
(b) Weights and Bias
1 mark for the correct answer
3(ii) Which learning type allows a system to learn through rewards and penalties?1
Supervised
Unsupervised
Reinforcement
Transfer
Answer
(c) Reinforcement
1 mark for the correct answer
3(iii) If a model predicts 4 out of 5 correctly, its accuracy is:1
0.8
0.9
0.7
0.6
Answer
(a) 0.8 [4/5 = 0.8]
1 mark for the correct answer
3(iv) A: High accuracy on training but poor on test = overfitting. R: Overfitting is memorizing training patterns rather than general rules.1
Both true, R explains A
Both true, R does not explain A
A true, R false
A false, R true
Answer
(a) Both A and R are true, and R explains A
1 mark for the correct answer
3(v) A teacher's AI grades essays using fixed word lists and marks synonyms wrong. The model is:1
Adaptive
Static / Rule-based
Reinforcement
Neural
Answer
(b) Static / Rule-based
1 mark for the correct answer
3(vi) The goal of model evaluation in AI is to:1
Improve model performance and check reliability
Increase dataset size
Replace humans entirely
Train data manually
Answer
(a) Improve model performance and check reliability
1 mark for the correct answer
Q4 β Answer any 5 of 6. 1 Γ 5 = 5
4(i) A house was predicted at βΉ4,80,000 but actually βΉ5,00,000. Error rate (2 dp)?1
4(ii) Which metric tells how well the model identifies positive cases correctly?1
Recall
Accuracy
Error Rate
Bias
Answer
(a) Recall
1 mark for the correct answer
4(iii) A: Cross-validation assesses generalization. R: It uses only training data for repeated validation and prevents overfitting.1
Both true, R explains A
Both true, R doesn't explain A
A true, R false
A false, R true
Answer
(c) A is true, R is false
1 mark for the correct answer
4(iv) Which is a real-life application of Computer Vision?1
Face Recognition in Smartphones
Grammar Correction
Speech Translation
Spam Email Detection
Answer
(a) Face Recognition in Smartphones
1 mark for the correct answer
4(v) The numbers 1280Γ720 represent:1
Frame Rate
Resolution (width Γ height in pixels)
Bit Depth
Colour Mode
Answer
(b) Resolution (width Γ height in pixels)
1 mark for the correct answer
4(vi) An AI camera identifies vehicles, pedestrians and traffic signals for autonomous driving. This is:1
Natural Language Processing
Computer Vision
Data Mining
Speech Recognition
Answer
(b) Computer Vision
1 mark for the correct answer
Q5 β Answer any 5 of 6. 1 Γ 5 = 5
5(i) Tokenization in NLP means:1
Splitting text into words or sentences
Removing punctuation
Finding synonyms
Translating to another language
Answer
(a) Splitting text into words or sentences
1 mark for the correct answer
5(ii) A: Words with similar meaning should be grouped for better NLP analysis. R: Lemmatization converts words to their base/dictionary form.1
Both correct, R explains A
Both correct, R does not explain A
A correct, R incorrect
A incorrect, R correct
Answer
(a) Both A and R are correct, and R explains A
1 mark for the correct answer
5(iii) A bank chatbot checks account balance and loan status in real time. This uses:1
Computer Vision
Natural Language Processing
Reinforcement Learning
Robotics
Answer
(b) Natural Language Processing
1 mark for the correct answer
5(iv) In "She is reading the book", the word "reading" represents which NLP concept?1
Lemma
Token
Stop word
Verb form / Part of Speech
Answer
(d) Verb form / Part of Speech
1 mark for the correct answer
5(v) An AI generates automatic captions for uploaded photos. This is an example of:1
Image Segmentation
NLP in Text Generation
Sentiment Analysis
Recommendation System
Answer
(b) NLP in Text Generation
1 mark for the correct answer
5(vi) Which focuses on understanding meaning based on context?1
Morphological Analysis
Lexical Analysis
Semantic Analysis
Syntactic Parsing
Answer
(c) Semantic Analysis
1 mark for the correct answer
SECTION B Β· Subjective Type26 Marks
Answer any 3 of 5 (Employability) in 20β30 words. 2 Γ 3 = 6
6. What are barriers to effective communication? Mention any two examples.2
Answer
Barriers are anything that blocks understanding of a message. Two examples: language barrier, emotional barrier, lack of attention, noise, or cultural differences.
8. What is cyber safety? Mention two precautions to protect your personal data online.2
Answer
Cyber safety is the safe and responsible use of the internet. Precautions: use strong passwords; don't share personal info; avoid clicking unknown links. (Any two.)
1 mark definition + Β½ Γ 2 precautions
9. Differentiate between entrepreneurship and employment with suitable examples.2
Answer
Entrepreneurship means starting and running your own business, taking risk and earning profit (e.g. a shop or app founder). Employment means working for someone else for a fixed salary (e.g. a teacher or clerk).
1 mark difference + Β½ Γ 2 examples
10. What is sustainable development? Mention two ways students can contribute in daily life.2
Answer
Sustainable development means meeting present needs without compromising future generations. Students can contribute by saving energy, planting trees and avoiding plastic. (Any two.)
1 mark definition + Β½ Γ 2 contributions
Answer any 4 of 6 in 20β30 words. 2 Γ 4 = 8
11. Explain the Data Acquisition stage of the AI Project Cycle. Why is it important?2
Answer
Data Acquisition is the process of collecting and organizing relevant data. It is important because it ensures quality input, which leads to accurate AI model performance.
1 mark stage + 1 mark importance
12. Differentiate between Supervised and Unsupervised Learning with one example each.2
Answer
Supervised Learning is trained using labelled data (e.g. spam detection). Unsupervised Learning uses unlabelled data to find patterns (e.g. customer grouping/clustering).
1 mark each
13. A robot vacuum learns better navigation by trial and error. Identify the type of learning and explain how it works.2
Answer
Type: Reinforcement Learning. It learns through trial and error β the agent receives rewards for correct actions and penalties for wrong ones, gradually improving its behaviour.
1 mark type + 1 mark explanation
14. Define Precision and Recall in model evaluation. How do they help assess performance?2
Answer
Precision = correctness of positive results = TP/(TP+FP). Recall = ability to find all positive results = TP/(TP+FN). They help assess how accurately and completely the model identifies positive cases.
1 mark each (Precision + Recall)
15. What is image resolution? How does low/high resolution affect a Computer Vision system?2
Answer
Image resolution is the total number of pixels in an image (width Γ height). Higher resolution improves detail and accuracy; lower resolution reduces clarity, making detection less accurate.
1 mark definition + 1 mark effect
16. What is Tokenization in NLP? Explain its role in processing textual data.2
Answer
Tokenization is splitting text into words or sentences (tokens). Its role is to break text into basic units so the AI can understand and process the text efficiently.
1 mark definition + 1 mark role
Answer any 3 of 5 in 50β80 words. 4 Γ 3 = 12
17. Riya builds a facial-recognition attendance system. (a) Two stages of the AI Project Cycle to follow carefully. (b) Two ethical concerns.2+2=4
Answer
(a) Any two stages: Problem Scoping, Data Acquisition, Modelling, Evaluation or Deployment. (b) Two ethical concerns: privacy of students' facial data, data security, consent, or bias in recognition.
2 marks for two stages + 2 marks for two ethical concerns
18. An e-learning app recommends lessons based on quiz performance. (a) Type of learning. (b) How it improves recommendations. (c) One advantage & one limitation.1+2+1=4
Answer
(a) Supervised Learning. (b) The model learns from labelled quiz data (scores, patterns) to personalize and improve future lesson recommendations for each student. (c) Advantage: personalized learning; Limitation: requires large labelled data.
1 mark type + 2 marks explanation + 1 mark advantage/limitation
19. A warehouse robot arranges boxes faster each day by earning rewards. (a) Learning type. (b) Working process. (c) Two real-world applications.1+2+1=4
Answer
(a) Reinforcement Learning. (b) The agent learns by trial and error β it gets rewards for correct actions and penalties for wrong ones, and adjusts its strategy to maximize rewards. (c) Applications (any two): gaming, robotics, autonomous vehicles, resource management.
1 mark type + 2 marks working + 1 mark for two applications
20. An AI predicts diabetes; 80 of 100 correct, 20 incorrect. (a) Accuracy. (b) One way to improve. (c) Why is evaluation important?1+1+2=4
Answer
(a) Accuracy = (Correct/Total) Γ 100 = (80/100) Γ 100 = 80%. (b) Improve by using more data, fine-tuning the model, or feature selection. (c) Evaluation is important because it ensures model reliability and identifies errors before deployment.
1 mark accuracy + 1 mark improvement + 2 marks importance
21. A customer-support chatbot uses NLP. (a) Main stages of the NLP pipeline. (b) How semantic analysis helps it respond meaningfully. (c) One advantage of NLP in customer service.2+1+1=4
Answer
(a) NLP pipeline: text acquisition β tokenization β syntactic analysis β semantic analysis β output generation. (b) Semantic analysis helps the chatbot understand the context and meaning of the query so it gives relevant, accurate replies. (c) Advantage: faster, 24Γ7 customer support.
2 marks pipeline + 1 mark semantic analysis + 1 mark advantage
Pre-Board I Β· Sets 1β3
OFFICIAL KVS Β· PRE-BOARD I β SET 1
Artificial Intelligence (417) Β· Class X
Time: 2 HoursMaximum Marks: 50
SECTION A Β· Objective Type24 Marks
Q1 β Answer any 4 of 6 (Employability). 1 Γ 4 = 4
1(i) Which non-verbal communication is shown when a person nods to agree or waves goodbye?1
Facial Expression
Gesture
Posture
Eye Contact
Answer
(b) Gesture
1 mark for the correct answer
1(ii) You accept feedback, work on weaknesses and finish tasks on time. Which skill is this?1
Time management
Responsibility
Self-awareness
Adaptability
Answer
(b) Responsibility
1 mark for the correct answer
1(iii) Which is NOT a way to improve emotional intelligence?1
Ignoring others' feelings while communicating
Observing your emotions and reactions
Controlling anger through meditation
Responding calmly in stressful situations
Answer
(a) Ignoring others' feelings while communicating
1 mark for the correct answer
1(iv) Keeping the mouse pointer over an icon to see a pop-up description without clicking is called:1
Drag
Scroll
Hover
Click
Answer
(c) Hover
1 mark for the correct answer
1(v) Priya's tuition centre overcame competition, grew steady, and she opened more branches in many cities. Which stage is she in?1
Survive
Enter
Grow
Retire
Answer
(c) Grow
1 mark for the correct answer
1(vi) Donating used gadgets to be refurbished for underserved schools helps which SDG?1
SDG 12 β Responsible Consumption and Production
SDG 3 β Good Health and Well-being
SDG 1 β No Poverty
SDG 4 β Quality Education
Answer
(a) SDG 12 β Responsible Consumption and Production
1 mark for the correct answer
Q2 β Answer any 5 of 6. 1 Γ 5 = 5
2(i) With reference to the nature of data, information can generally be organized into _____ types.1
three
six
two
four
Answer
(c) two
1 mark for the correct answer
2(ii) A: Rule-based systems make decisions using instructions programmed by humans. R: Rule-based systems can learn and generate new rules automatically.1
Both correct, R explains A
Both correct, R not explanation
A correct, R incorrect
A incorrect, R correct
Answer
(c) A is correct, but R is incorrect
1 mark for the correct answer
2(iii) An ML grading model misses essays in a regional language, scoring them lower. Most likely reason?1
The model was biased towards English
The program needed training on more variety in language
All essays should be the same length
The model scored essays only by grammar
Answer
(b) The program needed to be trained on more variety in language
1 mark for the correct answer
2(iv) _____ ensures reliable outputs, checking that the chosen algorithms work well with the data.1
Experimentation
Model Evaluation
Data Collection
Data Visualization
Answer
(b) Model Evaluation
1 mark for the correct answer
2(v) _____ focuses on making computers understand and work with text or speech like humans.1
Natural Language Processing
Computer Vision
Robotics
Machine Learning
Answer
(a) Natural Language Processing
1 mark for the correct answer
2(vi) True/False: In NLP, context helps determine the specific meaning of a word with multiple definitions.1
Answer
True
1 mark for the correct answer
Q3 β Answer any 5 of 6. 1 Γ 5 = 5
3(i) A facial-recognition camera identifies people in crowded places. Which AI domain?1
Natural Language Processing
Expert Systems
Statistical Data
Computer Vision
Answer
(d) Computer Vision
1 mark for the correct answer
3(ii) In a dataset, Animal, Habitat and Diet represent:1
Vectors
Values
Labels
Features
Answer
(d) Features
1 mark for the correct answer
3(iii) Of 900 images, 250 are "cat". The system identifies 210 as cat but wrongly labels 30 non-cats. Precision?1
5(iii) Detecting where objects are in images/videos by drawing boxes is:1
Sentiment Analysis
Image Classification
Object Detection
Language Modelling
Answer
(c) Object Detection
1 mark for the correct answer
5(iv) When an AI model predicts a neutral class as positive, it is:1
True Negative
False Positive
True Positive
False Negative
Answer
(b) False Positive
1 mark for the correct answer
5(v) Which bot automates simple chat tasks with minimal coding and cannot hold complex conversations?1
Dialogue Bot
Script Bot
Diagnostic Bot
Health Bot
Answer
(b) Script Bot
1 mark for the correct answer
5(vi) Stemmed and lemmatized forms of "running"?1
Stemmed: run, Lemmatized: running
Stemmed: running, Lemmatized: run
Stemmed: run, Lemmatized: run
Stemmed: running, Lemmatized: running
Answer
(c) Stemmed: run, Lemmatized: run
1 mark for the correct answer
SECTION B Β· Subjective Type26 Marks
Answer any 3 of 5 (Employability) in 20β30 words. 2 Γ 3 = 6
6. What is an adjective? Give an example.2
Answer
An adjective is a word that describes or modifies a noun or pronoun, giving more information about it. For example, in 'blue sky', 'blue' is an adjective.
2 marks for definition + example
7. List four steps to manage exam stress.2
Answer
Take regular breaks while studying; practise deep breathing; get enough sleep; and talk about your worries with someone you trust.
Β½ mark each for any four
8. Explain two ways in which people's personal information can be misused (data privacy).2
Answer
Personal data can be sold to third parties without consent, and hackers may use leaked information for identity theft or online scams.
1 mark for each way
9. Sita checks top-selling designs monthly, plans new collections and changes her marketing. List two entrepreneurial qualities.2
Answer
Sita shows adaptability (changing plans according to sales) and creativity (launching new collections every month).
1 mark for each quality
10. What is natural farming? Mention any two ways to practise it.2
Answer
Natural farming avoids synthetic chemicals and relies on organic methods. Two practices: using compost manure and rotating crops to maintain soil health.
1 mark definition + 1 mark for two practices
Answer any 4 of 6 in 20β30 words. 2 Γ 4 = 8
11. What are the first and last stages of the AI project cycle?2
Answer
First stage: Problem Scoping β clearly defining the problem the AI solution will solve. Last stage: Deployment / Maintenance & Monitoring β running, updating and retraining the model with new data and user feedback.
1 mark each (first + last stage)
12. Briefly explain supervised and unsupervised learning with examples.2
Answer
Supervised learning uses labelled data β e.g. recognising animals from photos labelled 'dog'/'cat'. Unsupervised learning finds hidden patterns in unlabelled data β e.g. grouping customers by shopping behaviour.
1 mark each
13. Define reinforcement learning and give one real-life example.2
Answer
Reinforcement learning is a method where an AI learns by receiving rewards or penalties for its actions. Example: a robot learning to walk by adjusting its steps to avoid falling.
1 mark definition + 1 mark example
14. What is overfitting in machine learning? Why is it a problem?2
Answer
Overfitting occurs when a model memorises training data instead of learning general patterns. It is a problem because the model then performs poorly on new, unseen data.
1 mark definition + 1 mark why it's a problem
15. What is a "vector" in data representation?2
Answer
A vector is an array or list of numbers used to represent data points in machine learning β for example, the pixel values of an image.
2 marks for the correct definition with example
16. Identify the NLP stage and explain: "He go to market today." β corrected to "He goes to the market today."2
Answer
Stage: Syntax (Syntactic) Analysis / Parsing. It checks grammatical structure β subject-verb agreement and word order β identifying and correcting grammar errors.
1 mark stage + 1 mark explanation
Answer any 3 of 5 in 50β80 words. 4 Γ 3 = 12
17. An AI shortlists students for free tablets, favouring perfectly-formatted PDFs uploaded within 10 minutes; low-connectivity students are rejected. (a) Two reasons for biased outcomes. (b) Two bioethics principles to address it and how they apply.2+2=4
Answer
(a) It uses a proxy feature (upload speed/formatting) that correlates with privilege, not merit; the objective ignores accessibility/connectivity constraints (digital divide) β non-representative data. (b) Justice/Fairness β ensure equal opportunity; remove proxy features and apply fairness metrics. Non-maleficence β avoid harm to disadvantaged groups; provide offline/low-bandwidth submission paths and human review.
2 marks reasons + 2 marks principles with application
18. (a) Name the learning paradigm that discovers patterns from unlabeled data. (b) Two main categories. (c) Explain each with one example.1+1+2=4
Answer
(a) Unsupervised Learning. (b) Two categories: Clustering and Association (also Dimensionality Reduction). (c) Clustering groups similar data points without labels β e.g. segmenting customers by purchase behaviour using k-means. Association finds co-occurrence rules among items β e.g. market-basket analysis ("if bread, then butter").
1 mark paradigm + 1 mark categories + 2 marks explanations with examples
19. Identify the ML/DL application: (a) unlocking a door by scribbling a code "6505" by finger; (b) driver-assist drawing boxes around pedestrians/signs; (c) gallery grouping photos into dogs/cats/birds; (d) a bank flagging an unusual midnight purchase.1+1+1+1=4
2 marks matrix + 1 mark accuracy + 1 mark wrong predictions
21. Doc1 [ai,tools,simplify,science,projects], Doc2 [students,learn,data,science,with,ai], Doc3 [teachers,use,ai,tools,to,teach,students]. (a) Dictionary. (b) Vector for Doc3. (c) How does BoW help feature extraction? (d) Why is word order not important?1+1+1+1=4
Answer
(a) Dictionary = [ai, data, learn, projects, science, simplify, students, teach, teachers, to, tools, use, with]. (b) Doc3 vector (that order, term frequencies) = [1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0]. (c) BoW converts text into numeric features by counting word occurrences from the dictionary, so ML models can work with text (classification/clustering). (d) BoW treats a document as a bag of words β it focuses on presence/frequency, not sequence; word order is ignored (use n-grams if order matters).
1 mark each part (aβd)
OFFICIAL KVS Β· PRE-BOARD I β SET 2
Artificial Intelligence (417) Β· Class X
Time: 2 HoursMaximum Marks: 50
A few questions in this set referred to images/figures in the original Word file; those are marked (figure in original) and the official answer is still given.
SECTION A Β· Objective Type24 Marks
Q1 β Answer any 4 of 6 (Employability). 1 Γ 4 = 4
1(i) "Change in the lunch time of workers" can best be conveyed to all workers by:1
E-mail
Conducting a meeting
Newspaper
Notice on notice board
Answer
(d) Notice on notice board
1 mark for the correct answer
1(ii) Kamal makes all decisions alone, rejects team ideas and blames the team for delay. Which skill should he learn?1
Self-awareness
Team Work
Personal Hygiene
Adaptability
Answer
(b) Team Work
1 mark for the correct answer
1(iii) There are many instances when stress can be helpful. (True/False)1
Answer
True
1 mark for the correct answer
1(iv) _____ is not a part of CPU.1
CLU
ALU
MU
CU
Answer
(a) CLU
1 mark for the correct answer
1(v) Aditi runs a shampoo store, buys in bulk locally and employs two helpers. Which entrepreneurial qualities?1
Fulfil customer needs
Use local material
Sharing of wealth
All of the above
Answer
(d) All of the above
1 mark for the correct answer
1(vi) Which SDG is represented? (figure in original)1
Reduced Inequalities
No Poverty
Good Health and Well-being
Quality Education
Answer
(b) No Poverty
1 mark for the correct answer
Q2 β Answer any 5 of 6. 1 Γ 5 = 5
2(i) Personalized medicine based on a patient's genetic data is an example of the _____ domain.1
Answer
Data Science / Statistical Data
1 mark for the correct answer
2(ii) A: The value-based framework emphasizes moral values guiding behaviour. R: It focuses only on achieving the best outcome regardless of means.1
Both correct, R explains A
Both correct, R not explanation
A correct, R incorrect
A incorrect, R correct
Answer
(c) A is correct, but R is incorrect
1 mark for the correct answer
2(iii) A plant-recognition CV app works at school but fails on many species in a botanical garden. Most likely reason?1
The CV domain is unsuitable
The rule-based approach is static and cannot adapt to new images
Plants were too many
The program was not for students
Answer
(b) The rule-based approach is static and cannot adapt to new images or expressions
1 mark for the correct answer
2(iv) Which statement is TRUE for Train-test split?1
It is a technique for collecting data
It can be used for any supervised learning algorithm
It estimates performance on data used to train the model
It is appropriate for small datasets
Answer
(b) It can be used for any supervised learning algorithm
1 mark for the correct answer
2(v) _____ converts 2D images into 3D models and works as _____ to doctors.1
Computer Vision; Medical Imaging
Medical Imaging; Records
Medical Imaging; Assistant
Healthcare; Assistant
Answer
(c) Medical Imaging; Assistant
1 mark for the correct answer
2(vi) True/False: 'Corpus' is the alternate name for document vector table.1
Answer
False
1 mark for the correct answer
Q3 β Answer any 5 of 6. 1 Γ 5 = 5
3(i) Tabular datasets for Data Science can be stored in which format?1
TXT
CSV
DOCX
ZIP
Answer
(b) CSV
1 mark for the correct answer
3(ii) To predict a student's grade from attendance β Grade is the _____ and attendance is the _____.1
Label; Feature
Feature; Label
Instance; record
Data; Instance
Answer
(a) Label; Feature
1 mark for the correct answer
3(iii) Of 1000 tested, 100 have a disease; the test identifies 90 correctly but wrongly flags 50 healthy. Precision?1
90%
80%
70%
60%
Answer
(d) 60% [Precision = TP/(TP+FP) = 90/(90+50) = 90/140 β 0.64; per official key the accepted answer is 60%]
1 mark for the correct answer
3(iv) A: For an unbalanced dataset where FP/FN importance is unclear, use F1-score. R: F1 combines precision and recall into one measure.1
Both correct, R explains A
Both correct, R not explanation
A correct, R incorrect
A incorrect, R correct
Answer
(a) Both A and R are correct, and R is the correct explanation of A
1 mark for the correct answer
3(v) Identify the application of Computer Vision shown. (figure in original)1
Speed monitoring
Nature Image capturing
Soil Monitoring
Field Monitoring
Answer
(c) Soil Monitoring
1 mark for the correct answer
3(vi) Write the corpus from: Doc1 "All the best for Exam." Doc2 "Attempt carefully."1
Answer
Corpus = "All the best for Exam. Attempt carefully." (the whole collection of text from both documents)
1 mark for the correct answer
Q4 β Answer any 5 of 6. 1 Γ 5 = 5
4(i) Which is an ethical framework for AI?1
Step-by-step based
Utility based
Legal advice based
Competency based
Answer
(b) Utility based
1 mark for the correct answer
4(ii) S1: An overfitted model is best for solving AI problems. S2: Precision is used when the model needs to reduce FPs.1
Both correct
Both incorrect
Only S1 correct
Only S2 correct
Answer
(d) Only Statement 2 is correct
1 mark for the correct answer
4(iii) A perceptron output y = 1.7 and the selection threshold is 1.5. What happens to the candidate's resume?1
Selected
Rejected
Insufficient data
Cannot be determined
Answer
(a) Selected [1.7 β₯ 1.5, so it crosses the threshold]
1 mark for the correct answer
4(iv) This formula will help to calculate: (figure in original)1
Accuracy
Precision
Recall
F1 Score
Answer
(c) Recall
1 mark for the correct answer
4(v) Which statement is NOT true?1
Classification and localization is for single objects only
A segmentation algorithm outputs a collection of segments
A pixel value can range from 0 to 256
"pixel" means a picture element
Answer
(c) A pixel value can range from 0 to 256 [it ranges 0β255]
1 mark for the correct answer
4(vi) Which words have the same output after Stemming and Lemmatization? xβworked, yβHappily, zβPlaying, wβRunning1
x and z
x, y and z
y and w
x, z, and w
Answer
(a) x and z
1 mark for the correct answer
Q5 β Answer any 5 of 6. 1 Γ 5 = 5
5(i) People donate more after seeing emotional pictures of children in need. This shows the influence of:1
Emotional bias
Logical reasoning
Quality of pictures
Statistical bias
Answer
(a) Emotional bias
1 mark for the correct answer
5(ii) Land predicted βΉ5,93,000 but actual βΉ6,00,000. Accuracy rate (3 dp)?1
5(v) Which of the following is/are a script bot? p: extracts info from websites; q: scheduled script posting to Twitter; r: fills forms and books tickets.1
Answer any 3 of 5 (Employability) in 20β30 words. 2 Γ 3 = 6
6. "Our message becomes more effective with the right gestures." Justify and give one example.2
Answer
Right gestures and postures help us read the audience's reaction and adjust our interaction; they show professionalism and etiquette. Example: maintaining eye contact while explaining shows confidence.
2 marks for justification + example
7. List four skills you must master to succeed in life.2
Answer
Self-awareness, Responsibility, Time Management and Adaptability.
Β½ mark each for any four
8. Define: (a) Backup of data, (b) BIOS.2
Answer
(a) Backup of data β storing data at another location like an external HDD, USB or cloud, so it can be recovered. (b) BIOS β Basic Input Output System, which runs while starting up a computer.
1 mark each
9. People say Varun (businessman's son) should run the tour company instead of Reema (taxi driver's daughter). Mention two misconceptions about entrepreneurship shown.2
Answer
(1) Entrepreneurs are born, not made. (2) Only a person from an established/big-business background can be an entrepreneur.
1 mark for each misconception
10. "Are we trying to give back to nature?" Why is this question a necessity of modern times?2
Answer
We are not giving back in enough proportion, but we are trying through the Sustainable Development Goals. It is a necessity because over-use of resources and pollution threaten the environment, so we must conserve and restore nature for the future.
2 marks for any valid justification
Answer any 4 of 6 in 20β30 words. 2 Γ 4 = 8
11. How is the Problem Statement Template helpful in the AI Project Cycle? At which stage is it used?2
Answer
It helps mention the WhoβWhatβWhereβWhy related to the problem (the 4W canvas), giving a clear problem definition. It is used in the first stage (Problem Scoping) of the AI Project Cycle.
1 mark use + 1 mark stage
12. Complete the AI models by naming A, B, C, D. (figure in original)2
Answer
A β Rule-based; B β Supervised; C β Reinforcement; D β Convolutional Neural Network (CNN).
Β½ mark each
13. Identify the model (Clustering, Association, Regression, Classification): Gender Recognition; Music Recommendation; Car Mileage Estimation; Menu Combination Analysis.2
Answer
Gender Recognition β Classification; Music Recommendation β Clustering; Car Mileage Estimation β Regression; Menu Combination Analysis β Association.
Β½ mark each
14. A fraud-detection model on 10000 transactions (9900 normal, 100 fraud) predicts "normal" for every test. Find the accuracy and the reason its project was rejected.2
Answer
Accuracy = (TP+TN)/Total = (0+9900)/10000 = 99%. Reason for rejection: the model failed its purpose β it never detects any fraudulent transactions (this is the accuracy paradox on imbalanced data).
1 mark accuracy + 1 mark reason
15. Match the following. (figure in original)2
Answer
This was a Match-the-Following table from the original paper (the items are images). Award marks for correctly matching each pair as per the printed columns.
Β½ mark for each correct match (Total 2)
16. Identify and explain the NLP stage that relates pronouns to their correct nouns: "Riya bought a book. She loved it."2
Answer
Stage: Discourse Integration. Here "She" refers to Riya and "it" refers to the book β discourse integration links pronouns/words to their correct references using the surrounding context.
1 mark stage + 1 mark explanation
Answer any 3 of 5 in 50β80 words. 4 Γ 3 = 12
17. (a) After searching a trip to Kerala, ads appear in apps β which AI domain? (b) A Class-3 boy copies all maths answers from Alexa β is it appreciable? Justify. (c) Explain any two value-based ethical frameworks.1+1+2=4
Answer
(a) Statistical Data / Data Science (it uses your search data to target ads). (b) It is good that the boy knows technology, but it is regrettable that he avoids logical thinking β he only completes the work without understanding the logic and concepts, which will hinder his progress. (c) Two value-based frameworks: Rights-based (valuing human rights/life) and Utility-based (maximising overall good). (Also Virtue-based β character/values of the developer.)
1 mark domain + 1 mark justification + 2 marks for two frameworks
18. Case studies: (1) Reema gets ads after talking near a locked phone β reason? (2) HDFC chatbot resolves Rohit's problem β how are chatbots useful? (3) Rinku loses Rock-Paper-Scissor to a computer β why? (4) Amazon's recruitment AI picked one gender β what drawback?4
Answer
(1) She may have given mic access to an app, which uses her voice data. (2) Chatbots are pre-fed with answers, never get bored, and respond anytime/anywhere. (3) The game read his input pattern and started forecasting his next move. (4) The AI was biased (trained on gender-skewed historical data).
1 mark for each case
19. Name the concepts: (a) Turtle-image pixels processed in a middle layer, output shown by the outermost layer; (b) detecting objects, categorizing them and labelling each pixel; (c) a model that cannot improve from feedback after training; (d) a machine learning a task by repeated trial-and-error.4
20. A model predicts review positive/negative (confusion matrix given as a figure). (a) F1-score. (b) Total cases reviewed. (c) Total correct predictions. (matrix figure in original)2+1+1=4
Answer
Per the official key: Total cases reviewed = 300; Total correct predictions = 230. (The F1-score is computed from the printed confusion-matrix values: F1 = 2Β·(PrecisionΒ·Recall)/(Precision+Recall).)
2 marks F1 + 1 mark total cases + 1 mark correct predictions
21. Doc1 [best,of,luck,for,ai,exam], Doc2 [many,ai,tools,are,available,for,schools], Doc3 [schools,are,exploring,ai,tools]. (a) Dictionary. (b) Vectors for all three. (c) Does word order matter in BoW? (d) Should special characters be kept β justify.4
Answer
(a) Dictionary = [best, of, luck, for, ai, exam, many, tools, are, available, schools, exploring]. (b) Vectors (counting each dictionary word per doc) constructed in that order for Doc1/2/3. (c) No β BoW gives unique words and their occurrences in any order, so sequence does not matter. (d) It depends on the corpus β e.g. for documents containing emails, the '@' symbol must be kept/counted; otherwise special characters may be removed.
1 mark dictionary + 1 mark vectors + 1 mark order + 1 mark special characters
OFFICIAL KVS Β· PRE-BOARD I β SET 3
Artificial Intelligence (417) Β· Class X
Time: 2 HoursMaximum Marks: 50
A few questions referred to images/figures in the original Word file; those are marked (figure in original) and the official answer is still given.
SECTION A Β· Objective Type24 Marks
Q1 β Answer any 4 of 6 (Employability). 1 Γ 4 = 4
1(i) Which is an example of paralanguage?1
Eye contact
Gestures
Voice tone, pitch, and volume
Facial expressions
Answer
(c) Voice tone, pitch, and volume
1 mark for the correct answer
1(ii) Anita sets a goal to practise coding 1 hour daily for 3 months. Her goal is:1
Unclear
SMART
Irrelevant
Unrealistic
Answer
(b) SMART
1 mark for the correct answer
1(iii) Which is NOT a component of emotional intelligence?1
Self-awareness
Self-regulation
Empathy
Impulsiveness
Answer
(d) Impulsiveness
1 mark for the correct answer
1(iv) Which is NOT a control key?1
Spacebar
Alt
Caps Lock
Backspace
Answer
(d) Backspace
1 mark for the correct answer
1(v) Aarav's app team has conflicts over opinions. Which quality is NOT needed to resolve conflicts & improve collaboration?1
Leadership
Creativity
Interpersonal
Conflict Management
Answer
(b) Creativity
1 mark for the correct answer
1(vi) _____ is concerned with renewable energy, green buildings, clean transport, water, waste and land management.1
Green revolution
Green House
Green Skills
Green Economy
Answer
(d) Green Economy
1 mark for the correct answer
Q2 β Answer any 5 of 6. 1 Γ 5 = 5
2(i) Which best describes a rights-based value framework?1
Prioritizing human rights and dignity, valuing human life
Maximizing overall good and minimizing harm
Centering on the decision-maker's character/virtues
Focusing on outcomes with greatest benefit
Answer
(a) Prioritizing human rights and dignity, valuing human life over other considerations
1 mark for the correct answer
2(ii) A: Beneficence promotes actions for the welfare of individuals and society. R: Beneficence ensures AI maximizes profits and efficiency.1
Both correct, R explains A
Both correct, R not explanation
A correct, R not correct
A not correct, R correct
Answer
(c) A is correct, but R is not correct
1 mark for the correct answer
2(iii) If an AI model makes wrong predictions, the next step is usually:1
Deploy the model immediately
Improve the model or retrain it
Delete all data
Ignore the errors
Answer
(b) Improve the model or retrain it
1 mark for the correct answer
2(iv) The percentage of true positive cases versus all cases where the prediction is true β which metric?1
Precision
F1 score
Recall
Accuracy
Answer
(a) Precision
1 mark for the correct answer
2(v) What does "image processing" refer to in Computer Vision?1
Editing videos
Extracting meaningful information from images
Playing audio files
Compiling codes
Answer
(b) Extracting meaningful information from images
1 mark for the correct answer
2(vi) True/False: NLP deals only with spoken language, not written text.1
Answer
False [NLP deals with both written text and spoken language]
1 mark for the correct answer
Q3 β Answer any 5 of 6. 1 Γ 5 = 5
3(i) A healthcare chatbot gives wrong advice due to ambiguous symptom descriptions. Which AI subfield must be improved?1
Computer vision
Robotics
Natural Language Processing (NLP)
Statistical Data
Answer
(c) Natural Language Processing (NLP)
1 mark for the correct answer
3(ii) In a model predicting student grades, an example of a feature is:1
Student's previous test scores
AI model accuracy
Number of teachers in the school
The school principal's name
Answer
(a) Student's previous test scores
1 mark for the correct answer
3(iii) A machine meant to predict an animal always predicts "not an animal". This condition is called:1
False Positive
True Positive
False Negative
True Negative
Answer
(c) False Negative
1 mark for the correct answer
3(iv) A: A model great on training data but poor on test data is underfitted. R: Underfitting = failing to capture underlying patterns.1
Both correct
Both incorrect
A correct, R incorrect
A incorrect, R correct
Answer
(d) A is incorrect (it is Overfitting) but R is correct
1 mark for the correct answer
3(v) S1: Image-based search uses computer vision. S2: It finds items/people/places by giving their sounds to the system.1
Both correct
Both incorrect
S1 correct, S2 incorrect
S2 correct, S1 incorrect
Answer
(c) Statement 1 is correct but Statement 2 is incorrect
1 mark for the correct answer
3(vi) Which is NOT typically an NLP task?1
Sentiment analysis of reviews
Automatic translation
Edge detection in images
Text Classification
Answer
(c) Edge detection in images [it is an image-processing task, not NLP]
1 mark for the correct answer
Q4 β Answer any 5 of 6. 1 Γ 5 = 5
4(i) The principle of autonomy in AI ethics emphasizes that:1
Machines should make independent decisions
AI should enable users to be fully aware of decision-making
AI should act only on pre-programmed commands
AI must not learn from data
Answer
(b) AI should enable users to be fully aware of decision-making
1 mark for the correct answer
4(ii) The goal when evaluating an AI model is to:1
Maximize error and minimize accuracy
Minimize error and maximize accuracy
Focus solely on number of data points
Prioritize model complexity
Answer
(b) Minimize error and maximize accuracy
1 mark for the correct answer
4(iii) A rain-predicting perceptron: Output=1 if (wβxβ+wβxβ+b)β₯0. With Humidity=60%, Wind=10 km/h (weights/bias in figure), find the output. (figure in original)1
5(iii) Identify the image-identification method shown. (figure in original)1
Classification
Object detection
Instance Segmentation
Classification & Localization
Answer
(c) Instance Segmentation
1 mark for the correct answer
5(iv) Which scenarios result in a high false-positive cost? i) viral outbreak ii) conviction of an innocent person iii) forest fire iv) flood v) diagnose breast cancer vi) spam filter1
i, iii, iv
ii, v, vi
i, ii, vi
vi
Answer
(b) ii, v, vi
1 mark for the correct answer
5(v) Which statement correctly describes lexical analysis?1
Checking if a sentence is grammatically correct
Breaking a paragraph into sentences, then words, and identifying tokens
Determining the meaning of a word in context
Generating a summary of a text
Answer
(b) Breaking a paragraph into sentences, then sentences into words, and identifying tokens
1 mark for the correct answer
5(vi) The stage where sentences are checked for real-world relevance and the intended (not literal) meaning is taken:1
Lexical Analysis
Discourse Integration
Pragmatic Analysis
Semantic Analysis
Answer
(c) Pragmatic Analysis
1 mark for the correct answer
SECTION B Β· Subjective Type26 Marks
Answer any 3 of 5 (Employability) in 20β30 words. 2 Γ 3 = 6
6. A misunderstanding arises in a team designing an AI chatbot due to poor communication. (a) Identify the barrier. (b) Suggest one way to resolve it.2
Answer
(a) A linguistic or interpersonal barrier β members did not express ideas clearly or did not listen actively. (b) Resolve it by encouraging active listening and using clear, simple language, summarizing key points and confirming understanding through feedback.
1 mark barrier + 1 mark resolution
7. You feel nervous before presenting your AI project. Which self-management technique helps?2
Answer
Stress management. Practise deep breathing and relaxation; rehearse the presentation several times to build confidence; keep a positive attitude and visualize a successful presentation to reduce anxiety.
2 marks for technique + how to apply
8. Explain three types of theft that can be a threat and lead to leakage of personal information.2
Answer
Physical theft β stealing a computer/laptop. Identity theft β a hacker steals personal information and assumes your identity to access accounts. Software piracy β using or distributing unlicensed/unauthorised copies of software.
2 marks for any correct types (with brief explanation)
9. Rohan's six-month-old online bakery has low sales and struggles to cover expenses. Which stage is he in? Suggest one entrepreneurial quality/strategy to improve sales.2
Answer
He is in the Survive stage. He should keep trying new ideas (e.g. offer promotions/discounts) and not give up β conduct market research to understand customer preferences.
1 mark stage + 1 mark strategy
10. List two ways to support the Clean Energy Sustainable Development Goal.2
Answer
Use solar power (electricity generated from the sun) and biogas, an eco-friendly alternative to natural gas.
1 mark for each way
Answer any 4 of 6 in 20β30 words. 2 Γ 4 = 8
11. Name the third stage of the AI Project Cycle and list two activities performed in it.2
Answer
Third stage: Data Exploration. Activities: (1) visualizing the data using graphs/charts/plots to understand patterns and trends; (2) checking for missing or incorrect data to clean it before model building.
1 mark stage + 1 mark for two activities
12. Identify the deep-learning model: (a) automatically reading ZIP codes from scanned handwritten images; (b) predicting future stock trends from past prices and indicators.2
Answer
(a) Convolutional Neural Network (CNN) β it processes images. (b) Artificial Neural Network (ANN) β predicts trends from numeric data.
1 mark each
13. What is a feature in machine learning? Give an example from real-world data.2
Answer
A feature is a characteristic/attribute of data used by the model to make predictions β the input variables the model learns from. Example: in a house-price model, features are the number of bedrooms and the area in square feet.
1 mark definition + 1 mark example
14. What is a grayscale image, and how is it different from a full-colour RGB image?2
Answer
A grayscale image uses a single intensity value per pixel (shades of grey from black to white). A full-colour RGB image uses three channels (R, G, B) per pixel to represent colour.
16. With reference to the evaluation stage, explain the term Accuracy and give its formula.2
Answer
Accuracy is the percentage of correct predictions out of all observations. Accuracy = (Correct Predictions / Total Cases) Γ 100% = (TP + TN) / (TP + FP + TN + FN) Γ 100%.
1 mark definition + 1 mark formula
Answer any 3 of 5 in 50β80 words. 4 Γ 3 = 12
17. A doctor wants to give experimental medicine without explaining the risks; the patient looks unsure. (a) Which bioethics principle is ignored? (b) How should the doctor respect the patient's rights? (c) Which principle ensures "do no harm"? (d) Why is consent important?4
Answer
(a) Respect for Autonomy β the patient's right to make an informed decision is being ignored. (b) The doctor should explain the medicine, its benefits and risks, letting the patient decide. (c) Non-maleficence ("do no harm") ensures patient safety. (d) Obtaining consent respects autonomy and ensures ethical treatment, protecting the patient's rights.
1 mark for each part (aβd)
18. A figure shows buying patterns of customers. (a) Identify the ML method that finds interesting relationships. (b) Name two pairs of items purchased together. (c) Classify the approach as Supervised/Unsupervised/Reinforcement. (figure in original)1+2+1=4
Answer
(a) Association. (b) Two pairs bought together: Milk β Bread and Sugar β Eggs. (c) It is Unsupervised learning.
1 mark method + 2 marks pairs + 1 mark classification
19. Explain how neural networks work in an AI model and mention any three features of Neural Networks.4
Answer
Neural networks are loosely modelled on how neurons in the human brain behave β data passes through interconnected nodes (input β hidden β output layers), with weighted connections learned during training to produce a prediction. Three features: (1) they extract data features automatically without programmer input; (2) they organize machine-learning algorithms to perform tasks; (3) they are fast and efficient for very large datasets, such as images.
1 mark for how they work + 1 mark each for three features
20. Doc1 "NLP is a domain of AI", Doc2 "NLP stands for Natural Language Processing". (a) List stop words in Doc1. (b) Dictionary of unique words (including stop words). (c) Document vector for Doc2 (without removing stop words). (d) Document frequency of "NLP".4
Answer
(a) Stop words in Doc1: is, a. (b) Dictionary = [NLP, is, a, domain, of, AI, stands, for, Natural, Language, Processing]. (c) Doc2 vector (in that order) = [1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1]. (d) Document frequency of "NLP" = 2 (it occurs in both documents; DF counts the number of documents containing the word).
1 mark each part (aβd)
21. A "Fake/Real News" classifier tested on 500 articles (confusion matrix given). (a) Number of False Negatives. (b) Total wrong predictions. (c) Calculate Precision, Recall and F1-Score. (matrix figure in original; TP=45, FP=15, FN=20, TN=420)4
Β½ FN + Β½ wrong predictions + 1 each for Precision, Recall, F1
β
CBSE Β· Department of Skill Education
CBSE Official Sample Question Paper + Marking
The complete official CBSE Sample Question Paper for Class X AI (417), Session 2025β26, reproduced as-is with the actual images from the paper and the official Marking Scheme answer for every question. Pattern: 21 questions (Section A objective 24 + Section B subjective 26); answer 15 (5 + 10) in 2 hours. Click "Show Answer & Marking" under any question.
CBSE OFFICIAL Β· SAMPLE QUESTION PAPER 2025β26
Artificial Intelligence (417) Β· Class X
Time: 2 HoursMaximum Marks: 50
General Instructions: 21 questions in Section A (objective) & Section B (subjective). Answer 15 (5 + 10) in 2 hours. No negative marking. Marks are mentioned against each question. The Marking Scheme also cites the source NCERT/CBSE study-material page for each answer.
SECTION A Β· Objective Type24 Marks
Q1 β Answer any 4 of 6 (Employability Skills). 1 Γ 4 = 4
1(i) Which type of non-verbal communication is shown by actions like raising a hand to greet or pointing a finger at someone?1
Facial Expression
Posture
Gesture
Eye Contact
Answer
(c) Gesture
1 mark Β· Source: NCERT, Unit 1, p.11
1(ii) You take ownership of a task, complete it sincerely and report honestly even if delayed. Which skill is this?1
Self-awareness
Responsibility
Time management
Adaptability
Answer
(b) Responsibility
1 mark Β· NCERT, Unit 2, p.40
1(iii) Which is NOT a suggested step to manage emotional intelligence?1
Making decisions purely based on emotions
Observing your own behaviour to understand your emotions
Practising meditation and yoga to stay calm
Thinking rationally before making decisions
Answer
(a) Making decisions purely based on emotions
1 mark Β· NCERT, Unit 2, p.44
1(iv) Placing the mouse pointer over a file in File Explorer to see its details without clicking is called:1
Click
Drag
Scroll
Hover
Answer
(d) Hover
1 mark Β· NCERT, Unit 3, p.67
1(v) Sanjana's grocery store beat competition, expanded and opened four more branches, now planning two more cities. Which stage?1
Survive
Enter
Grow
Retire
Answer
(c) Grow
1 mark Β· NCERT, Unit 4, p.100
1(vi) Donating unused clothes, books, furniture or food contributes to which SDG?1
SDG 12 β Responsible Consumption and Production
SDG 3 β Good Health and Well-being
SDG 1 β No Poverty
SDG 4 β Quality Education
Answer
(a) SDG 12 β Responsible Consumption and Production
1 mark Β· NCERT, Unit 5, p.112
Q2 β Answer any 5 of 6. 1 Γ 5 = 5
2(i) With respect to the type of data fed into it, an AI model can be broadly classified into ____ domains.1
Answer
Three (Data Sciences, Computer Vision, Natural Language Processing)
1 mark Β· CBSE Study Material, Unit 1, p.9
2(ii) A: Virtue-based framework focuses on the character and intentions of individuals. R: It evaluates whether actions align with honesty, compassion and integrity.1
Both correct, R explains A
Both correct, R not explanation
A correct, R incorrect
A incorrect, R correct
Answer
(a) Both A and R are correct, and R is the correct explanation of A
1 mark Β· CBSE Study Material, Unit 1, p.16
2(iii) A rule-based essay-grading program gives incorrect grades when students use new words. Most likely reason?1
Not trained on enough essays
The rule-based approach is static and cannot adapt to new words or expressions
The essays were too long
The program was not tested properly
Answer
(b) The rule-based approach is static and cannot adapt to new words or expressions
1 mark Β· CBSE Study Material, Unit 2, p.30
2(iv) _____ is an integral part of model development that finds the best model representing our data and how well it will work in future.1
Answer
Evaluation
1 mark Β· CBSE Study Material, Unit 3, p.62
2(v) _____ enhances raw input images (rescaling, brightness, tones). It is a subset of _____.1
Computer Vision; Image Processing
Machine Learning; Artificial Intelligence
Image Processing; Computer Vision
Object Detection; Image Processing
Answer
(c) Image Processing; Computer Vision
1 mark Β· CBSE Study Material, Unit 5, p.123
2(vi) True/False: In natural language, a word can have multiple meanings, and the meaning fits the statement according to its context.1
Answer
True
1 mark Β· CBSE Study Material, Unit 6, p.154
Q3 β Answer any 5 of 6. 1 Γ 5 = 5
3(i) A self-driving car fails to detect pedestrians at night. Which AI domain should be enhanced?1
Natural Language Processing
Statistical Data
Recommendation Systems
Computer Vision
Answer
(d) Computer Vision
1 mark Β· CBSE Study Material, Unit 1, p.10
3(ii) In the given fruit dataset, what do we call Fruit, Color and Price?1
Image from the CBSE Sample Paper
Instances
Values
Models
Features
Answer
(d) Features
1 mark Β· CBSE Study Material, Unit 2, p.28
3(iii) Of 1000 emails, 300 are spam. The system identifies 240 spam correctly but marks 60 legitimate as spam. Precision?1
3(iv) A: A model with lower error performs better. R: Error helps evaluate how accurately a model predicts both training and unseen data, so it is used to select the best model.1
Both correct, R explains A
Both correct, R not explanation
A correct, R incorrect
A incorrect, R correct
Answer
(a) Both A and R are correct, and R is the correct explanation of A
1 mark Β· CBSE Study Material, Unit 3, p.65
3(v) Identify the application of Computer Vision from the given picture:1
Image from the CBSE Sample Paper
Facial Recognition
CV in Retail
Medical Imaging
Face Filters
Answer
(d) Face Filters
1 mark Β· CBSE Study Material, Unit 5, p.124
3(vi) Count the number of tokens in the sentence: "Words with adequate occurrence in a corpus are considered frequent and often reflect the main subject of the document, unlike stop words whose frequency is high but value is low."1
Answer
32
1 mark Β· CBSE Study Material, Unit 6, p.165
Q4 β Answer any 5 of 6. 1 Γ 5 = 5
4(i) What do frameworks provide in the context of problem-solving?1
Step-by-step guidance
Random solutions
Legal advice
Ethical justifications
Answer
(a) Step-by-step guidance
1 mark Β· CBSE Study Material, Unit 1, p.12
4(ii) S1: The testing data set is given to the model to analyze and learn. S2: The training data set is used to test the accuracy of the model.1
Both correct
Both incorrect
Only S1 correct
Only S2 correct
Answer
(b) Both Statement 1 and Statement 2 are incorrect [the roles are swapped]
1 mark Β· CBSE Study Material, Unit 2, p.28β29
4(iii) A company screens applicants with the perceptron model below (bias b = 0.3). Using y = wβxβ+wβxβ+wβxβ+wβxβ+(1Γb), find y.1
5(iii) Identifying and locating real-world objects (faces, bicycles, buildings) in images/videos, used in image retrieval and automated parking, is _____.1
Image from the CBSE Sample Paper
Image Classification
Image Segmentation
Object Detection
Feature Extraction
Answer
(c) Object Detection
1 mark Β· CBSE Study Material, Unit 5, p.126
5(iv) _____ is the outcome of the model wrongly predicting the negative class as positive class.1
Answer
False Positive
1 mark Β· CBSE Study Material, Unit 3, p.73
5(v) Which bot is easy to create, works on pre-written instructions, mostly free, easy to integrate, needs little/no language processing, and has limited functionality?1
Script Bot
Smart Bot
Cleaning Bot
Talbot
Answer
(a) Script Bot
1 mark Β· CBSE Study Material, Unit 6, p.163
5(vi) Stemmed and lemmatized forms of the word 'flies'?1
Stemmed: fly, Lemmatized: flies
Stemmed: fly, Lemmatized: fly
Stemmed: flies, Lemmatized: flies
Stemmed: fli, Lemmatized: fly
Answer
(d) Stemmed: fli, Lemmatized: fly
1 mark Β· CBSE Study Material, Unit 6, p.167β168
SECTION B Β· Subjective Type26 Marks
Answer any 3 of 5 (Employability) in 20β30 words. 2 Γ 3 = 6
6. What is a pronoun? Give an example.2
Answer
Words used in place of a noun are called pronouns. e.g. "Kavita bought a book. She has a great book collection." β 'She' is used in place of the noun 'Kavita'.
1 mark explanation + 1 mark example Β· NCERT Unit 1, p.26
7. List four steps to build self-motivation.2
Answer
(1) Find out your strengths; (2) Set and focus on your goals; (3) Develop a plan to achieve your goals; (4) Stay loyal to your goals.
Β½ mark each Β· NCERT Unit 2, p.52
8. "Security break is leakage of information stored in a computer." Explain two ways personal information can be lost or leaked.2
Answer
(1) We are not careful in giving out personal information over the Internet β e.g. sharing account details and passwords on unsecure sites. (2) A person gets unauthorised access to our computer β e.g. leaving the computer without logging out at the office.
1 mark each Β· NCERT Unit 3, p.80
9. Reema decides what to make, how many to produce, where to sell, arranges raw materials and assigns tasks. Identify two functions of an entrepreneur described.2
Answer
(1) Making Decisions; (2) Managing the Business.
1 mark each Β· NCERT Unit 4, p.93
10. What is organic farming? Mention any two benefits of practising it.2
Answer
Organic farming is where farmers do not use chemical pesticides and fertilisers to increase production. Benefits: (1) it grows better-quality, chemical-free crops; (2) it maintains soil quality for future use.
1 mark definition + Β½ each benefit Β· NCERT Unit 5, p.107
Answer any 4 of 6 in 20β30 words. 2 Γ 4 = 8
11. What do you do in the second and third stages of an AI Project Cycle?2
Answer
Second stage (Data Acquisition): acquire data β the base of the project β from various reliable, authentic sources. Third stage (Data Exploration): give the data a visual representation (graphs, charts, maps) to interpret patterns and draw meaningful insights.
1 mark each Β· CBSE Study Material Unit 1, p.9
12. Identify the type of deep-learning model: (a) processes images by assigning importance (weights/biases) to features to distinguish objects; (b) inspired by the human brain, auto-extracts features, each node acts like a small ML algorithm.2
13. How is reinforcement learning different from supervised and unsupervised learning?2
Answer
(Any two) For supervised/unsupervised learning you need a good idea of the data and how to solve the problem. But reinforcement learning handles large complex problem spaces, responds to unforeseen environments where you lack sufficient data, and is adaptive as the environment changes (it learns by trial-and-error using rewards/penalties).
1 mark each (any 2 points) Β· CBSE Study Material Unit 2, p.37
14. What is model evaluation in machine learning, and how does it help improve an AI model?2
Answer
Model evaluation uses different evaluation metrics to understand a model's performance β its strengths, weaknesses and suitability. An AI model improves with constructive feedback: we build a model, get feedback from metrics, make improvements, and repeat until a desirable accuracy is reached β a feedback loop essential for trustworthy, reliable AI.
1 mark definition + 1 mark explanation Β· CBSE Study Material Unit 3, p.62β63
15. What is a "byte image" format in digital images?2
Answer
In a byte image, each pixel value is stored as an 8-bit integer, giving values from 0 to 255 (0 = black/no colour, 255 = white/full colour). Since data is binary and 1 byte = 8 bits, this gives 256 possible values (0β255), so each pixel uses 1 byte.
1 mark definition + 1 mark binary explanation Β· CBSE Study Material Unit 5, p.128
16. Identify the stage of NLP and explain: "We are to the zoo going tomorrow." β "We are going to the zoo tomorrow."2
Answer
Stage: Syntactic Analysis / Parsing. It checks the grammar of sentences and phrases, forms relationships among words and eliminates logically/grammatically incorrect sentences.
1 mark stage + 1 mark explanation Β· CBSE Study Material Unit 6, p.159
Answer any 3 of 5 in 50β80 words. 4 Γ 3 = 12
17. An AI shortlists scholarship students, prioritizing those who complete the form quickly; students weak in English or without home computers are unfairly rejected. (a) Two reasons for biased results. (b) Two bioethics principles to solve it, explained.4
Answer
(a) (1) The algorithm unfairly penalized students not fluent in English, wrongly assuming slower completion means lower competence. (2) Students without a computer/stable internet took longer due to socio-economic factors, not lack of ability. (b) (1) Do Not Harm: the AI harms less-privileged students; redesign it to avoid unfair disadvantage. (2) Give Justice: all students must be treated fairly β don't discriminate by language/digital access; use diverse data and adjust criteria for equal opportunity.
1 mark each reason; Β½ + Β½ for each principle & explanation Β· CBSE Study Material Unit 1, p.18β19
18. (a) Name the learning model that works with unlabeled data to find hidden patterns. (b) Its two main categories. (c) Explain each with one example.4
Answer
(a) Unsupervised Learning. (b) Clustering and Association. (c) Clustering β finds similarities to place objects in the same cluster and separate them from others; e.g. grouping customers by purchasing behaviour. Association β finds relationships/correlations between variables in large datasets; e.g. market-basket analysis (customers who buy bread often buy butter).
1 mark (a) + Β½Γ2 (b) + 1 each (c) Β· CBSE Study Material Unit 2, p.41β43
19. Identify the ML/DL application: (a) fitness tracker flags a heart-rate spike during a horror movie as unusual; (b) wildlife camera records & classifies animals into bird/mammal/insect; (c) smart fridge shows items with AI labels like "Milk Carton"/"Apple"; (d) unlocking a bike by scribbling a code "5281" by finger.4
Β½ each for TP/FP/TN/FN; Β½ formula + Β½ answer (accuracy); Β½ + Β½ (wrong) Β· CBSE Study Material Unit 3, p.75β76
21. Doc1 [students, love, studying, ai]; Doc2 [ai, is, transforming, education]; Doc3 [teachers, and, students, explore, ai, tools]. (a) Dictionary. (b) Vector for Doc3. (c) How does BoW help feature extraction? (d) Why is word order not important?4
Answer
(a) Dictionary = [students, love, studying, ai, is, transforming, education, teachers, and, explore, tools]. (b) Doc3 vector (in that order) = [1, 0, 0, 1, 0, 0, 0, 1, 1, 1, 1]. (c) BoW converts text into fixed-length numerical vectors based on word frequency/presence, letting ML models process text like numeric input (for classification, sentiment analysis, etc.). (d) BoW focuses on what words appear, not how/where β it treats text as a "bag" of words, ignoring grammar, syntax and word order.
1 mark each part (aβd) Β· CBSE Study Material Unit 6, p.169β171
π
Score Your Best
Exam Strategy & Paper Blueprint
The theory paper is 50 marks in 2 hours: Section A (objective, 24) + Section B (subjective, 26). You answer 15 of 21 questions.
Marks blueprint
Section
Questions
Marks
A β Objective (Q1 employability "any 4 of 6"; Q2βQ5 "any 5 of 6")
5 groups
24
B β Employability subjective (any 3 of 5 Γ 2)
Q6βQ10
6
B β Subject subjective (any 4 of 6 Γ 2)
Q11βQ16
8
B β Long answer (any 3 of 5 Γ 4)
Q17βQ21
12
How CBSE awards marks (from the marking scheme)
Objective (1 mark): full mark for the exact correct option/answer; no negative marking.
Numericals: Β½ mark for the correct formula, Β½β1 mark for correct substitution & value. Always write the formula first.
"Any two/three" answers: marks split equally (e.g. 1 mark each for two points).
Diagrams (Venn, confusion matrix, neural net): carry separate marks β always draw & label them.
Competency questions: even if your wording differs, correct competency earns the marks.
Reduces a word to a meaningful base form (WolvesβWolf).
Machine Learning
Machines that improve with experience by learning from data.
No-Code AI
Building AI with drag-and-drop, no programming (Orange, Lobe).
NLP
AI domain for human language (text/speech).
Overfitting
Model memorises training data, failing on new data.
Pixel
Smallest unit (dot) of an image.
Precision
TP/(TP+FP) β of predicted positives, how many were right.
Recall
TP/(TP+FN) β of real positives, how many were caught.
Regression
Supervised model predicting a continuous number.
Reinforcement Learning
Learns best actions via reward & penalty.
Resolution
Number of pixels in an image.
RGB
Image with Red, Green, Blue channels (each 0β255).
Script Bot
Chatbot using fixed pre-written scripts.
Smart Bot
AI chatbot understanding free language on big databases.
Stemming
Removes affixes; result may be meaningless (WolvesβWolv).
Supervised Learning
Learns from labelled data.
TF-IDF
Weights rare meaningful words higher, common words lower.
Train-Test Split
Splitting data (e.g. 80:20) to evaluate on unseen data.
True Negative / Positive
Correct "No" / correct "Yes" predictions.
Unsupervised Learning
Finds patterns in unlabelled data.
Value-based Framework
Ethics based on moral values (rights/virtue/utility).
You're ready! Revise the chapter summaries, attempt every question bank, and solve all 5 sample papers with the marking schemes. All the best from NareN! π
Interactive Study Guide Β· Artificial Intelligence (Subject Code 417) Β· Class X Β· CBSE Session 2026β27
Designed by NareN, PGT(CS), PM SHRI KV Shalimar Bagh, Delhi Β· Theory + Practical + Projects + question banks + 5 CBSE-pattern sample papers with marking schemes