0% found this document useful (0 votes)
17 views8 pages

SAMPLE_PAPER_TERM2_AI

This document is a sample question paper for Class IX on Artificial Intelligence for the session 2024-25. It consists of 21 questions divided into two sections: Section A with objective questions and Section B with subjective questions, totaling a maximum of 50 marks. Candidates are required to answer a specified number of questions from each section within a time limit of 2 hours.

Uploaded by

Astha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
17 views8 pages

SAMPLE_PAPER_TERM2_AI

This document is a sample question paper for Class IX on Artificial Intelligence for the session 2024-25. It consists of 21 questions divided into two sections: Section A with objective questions and Section B with subjective questions, totaling a maximum of 50 marks. Candidates are required to answer a specified number of questions from each section within a time limit of 2 hours.

Uploaded by

Astha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

SAMPLE PAPER

SESSION 2024-25
CLASS-IX
SUBJECT-ARTIFICIAL INTELLIGENCE

Time: 2 hrs. Max. Marks: 50


General Instructions:
1. Please read the instructions carefully.
2. This Question Paper consists of 21 questions in two sections: Section A & Section B.
3. Section A has Objective type questions whereas Section B contains Subjective type questions.
4. Out of the given (5 + 16 =) 21 questions, a candidate has to answer (5 + 10 =) 15 questions in
the allotted (maximum) time of 2 hours.
5. All questions of a particular section must be attempted in the correct order.
6. SECTION A - OBJECTIVE TYPE QUESTIONS (24 MARKS):
i. This section has 05 questions.
ii. Marks allotted are mentioned against each question/part.
iii. There is no negative marking.
iv. Do as per the instructions given.
7. SECTION B – SUBJECTIVE TYPE QUESTIONS (26 MARKS):
i. This section has 16 questions.
ii. A candidate has to do 10 questions.
iii. Do as per the instructions given.
iv. Marks allotted are mentioned against each question/part
v. The question paper carries 6 pages.

SECTION A (Employability Skills)

1. Answer any 4 out of the given 6 questions on Employability Skills (1 x 4 = 4 marks)


i How can we conserve our health and environment? (1)
(a) Grow organic crops (b) Use natural fertilisers
(c) Manage waste water (d) All of the above

ii Business is a (an) _____________________ activity. (1)


(a) Social (b) Economic
(c) hazardous (d) Selling
iii Which one of the following statements is false? (1)
(i) You need to create an account before you can send an e-mail.
(ii) You should sign out of your account when you are not using the computer.
(iii) You do not need an Internet connection to use your Gmail account.
(iv) You must not share your password with others.
iv. What do I need to get information from the World Wide Web? (1)
(a) Computer (b) Browser
(c) Internet Connection (d) All of the above
v. Amita wants to copy few text from one file to another. Which key do you use to copy the (1)
same?
(a) Ctrl+X (b) Ctrl+C
(c) Ctrl+Z (d) Ctrl+F

SAJS/SAMPLE PAPER-2/2024-25/IX-AI 1
vi. What steps should one take to build confidence? (1)
(a) Set goals in life
(b) Appreciate oneself for all the achievements
(c) Always think positively
(d) Talk to people who are confident
2. Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. Assertion (A): Supervised learning uses labeled data for training models, while (1)
unsupervised learning deals with unlabeled data.
Reason (R): In supervised learning, the model predicts outcomes based on labeled input-
output pairs.
(i) Both A and R are correct and R is the correct explanation of A
(ii) Both A and R are correct but R is not the correct explanation of A.
(iii) A is correct but R is incorrect
(iv) A is incorrect but R is correct
ii. Assertion (A): GANs consist of a Generator and a Discriminator, which compete to create (1)
realistic data.
Reason (R): VAEs In order to produce fresh data, it learns the distribution of data and
then sample from it.
(i) Both A and R are correct and R is the correct explanation of A
(ii) Both A and R are correct but R is not the correct explanation of A.
(iii) A is correct but R is incorrect
(iv) A is incorrect but R is correct
iii. Radhika is curious about how ChatGPT generates responses to her queries. Which of the (1)
following best explains how ChatGPT works?
(a) ChatGPT memorizes and repeats information from a database to answer
(b) ChatGPT uses specific rules defined by programmers to create its responses.
(c) ChatGPT predicts the most likely sequence of words based on patterns it learned during
its training.
(d) ChatGPT searches the web in real-time to find the most relevant answers for Radhika.
iv. How is statistics used in disaster management? (1)
(a) To predict the exact time of a natural disaster
(b) To alert citizens about areas likely to be affected
(c) To stop natural disasters from occurring
(d) To estimate economic losses after the disaster
v. What is the error in the following code? (1)
my_list = [1, 2, 3]
print(my_list[3])
(a) SyntaxError (b) IndexError
(c) KeyError (d) No error
vi. Which of the following is NOT a data security measure? (1)
(a) Using multi-factor authentication (MFA).
(b) Encrypting sensitive data.
(c) Regularly updating passwords.
(d) Collecting data without user consent.

SAJS/SAMPLE PAPER-2/2024-25/IX-AI 2
Q.3. Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. Assertion (A): Data visualization makes it easier to understand large datasets by (1)
representing them visually.
Reason (R): Tools like bar charts, line graphs, and scatter plots are used for data
visualization.
(i) Both A and R are correct and R is the correct explanation of A
(ii) Both A and R are correct but R is not the correct explanation of A
(iii) A is correct but R is incorrect
(iv) A is incorrect but R is correct
ii. Preetpal writes a python code where she has declares a variable in Python as x = "My (1)
School". If he wants to access the letter 'S' using indexing, what is the correct index value
he should use?
(a) 3 (b) 2
(c) -1 (d) 4
iii. Which of the following is NOT a data visualization tool? (1)
(a) Matplotlib (b) Seaborn
(c) Tableau (d) NumPy
iv. Monitoring and maintenance are not necessary after deploying a machine learning model. (1)
(True/False) Continuous monitoring is essential to ensure the model performs effectively
over time.
v. Generative AI refers to AI systems that create new content, such as text, images, or (1)
music.. (True/False) Generative AI uses techniques like GANs and transformers to
generate original content.
vi. What is the primary purpose of a system map? (1)
(a) To visualize relationships between components of a system
(b) To clean raw data
(c) To store large datasets
(d) To generate predictions
4. Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. Assertion (A): Machine Learning is the field of AI that enables systems to learn from data (1)
and improve without being explicitly programmed.
Reason (R): Machine Learning systems always require labeled data for training.
(i) Both A and R are correct and R is the correct explanation of A
(ii) Both A and R are correct but R is not the correct explanation of A
(iii) A is correct but R is incorrect
(iv) A is incorrect but R is correct
ii. Amit is exploring various AI-based applications and .Can you help him identify the (1)
application which does not belong to any AI AI domain ?
(a) RunwayML (b) Kahoot AI
(c) Google DeepDream (d) DBMS
iii. What is the error in the following code? (1)
for i in range(1, 5):
print(i)
else:
print("Loop completed")
continue
(a) else cannot be used with a for loop.
(b) continue cannot be used in the else block.

SAJS/SAMPLE PAPER-2/2024-25/IX-AI 3
(c) range(1, 5) is invalid.
(d) No error.

iv. How is a list defined in Python? (1)


(a) Using curly braces {}
(b) Using parentheses ()
(c) Using square brackets []
(d) Using angle brackets <>
v. What will be the output of the following code? (1)
my_list = [10, 20, 30, 40]
print(my_list[2])
(a) 10 (b) 20
(c) 30 (d) 40.
vi. Which method is used to add an element to the end of a list? (1)
(a) insert() (b) add()
(c) Append() (d) extend()

5. Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)


i. What are the two main components of a Generative Adversarial Network (GAN)? (1)
(a) Encoder and Decoder (b) Generator and Discriminator
(c) Trainer and Tester (d) Optimizer and Regularizer
ii. Assertion (A): AI can be biased if it is trained on biased data. (1)
Reason (R): AI learns from the data it is given, and if the data is flawed, the AI can
produce biased results.
(i) Both A and R are correct and R is the correct explanation of A
(ii) Both A and R are correct but R is not the correct explanation of A
(iii) A is correct but R is incorrect
(iv) A is incorrect but R is correct

iii. The 4 Ws of the 4W problem canvas are: (1)


(a) Who, What, Where and Why (b) Who, What, When and Why
(c) Who, What, Where and When (d) Who, Where, When and Why
iv. A jar contains 6 yellow marbles, 4 black marbles, and 5 white marbles. If you randomly (1)
select one marble from the jar without looking, what is the probability of picking a white
marble?
(a) 4/13 (b) 5/15
(c) 5/14 (d) 1/3
(Total number of marbles = 6 (yellow) + 4 (black) + 5 (white) = 15
Number of white marbles = 5
Probability of picking a white marble = 5/15
v. What is the primary role of AI in a self-driving car? (1)
(a) To predict the weather
(b) To help the car navigate and make decisions
(c) To make the car more fuel-efficient
(d) To increase the car’s speed
vi. Which of the following is an example of unsupervised learning? (1)
a) Identifying spam emails

SAJS/SAMPLE PAPER-2/2024-25/IX-AI 4
b) Grouping customers based on their purchasing behavior
c) Predicting house prices
d) Sorting test scores answer

SECTION B: SUBJECTIVE TYPE QUESTIONS


Answer any 3 out of the given 5 questions on Employability Skills (2 x 3 = 6 marks)
Answer each question in 20 – 30 words.

6. Match the following : (2)

Column A: Column B:
1. Business idea A. Arun goes to the bank to get loan for
the shop
2. Get money B. Arun and Shyam are thinking about
selling tea in front of their school
3. Customer needs C. Arun and Shyam decide to sell tea along
with free biscuits
4. Attract customers D. Shyam takes his tea samples to
customers to understand their taste
preferences.
(a) 1 -> D; 2 -> A; 3 -> C; 4 -> B
(b) 1 -> C; 2 -> A; 3 -> D; 4 -> C
(c) 1 -> C; 2 -> D; 3 -> B; 4 -> A
(d) 1 -> C; 2 -> A; 3 -> D; 4 -> B
7. What are the factors that affect self-confidence? Explain any two (2)
Self-esteem: How you feel about yourself overall, and your belief in your abilities. High
self-esteem can help you tackle challenges with confidence.
Goals: Making progress towards goals that are personally meaningful can help build self-
confidence.
8. List any two examples of Hybrid business. (2)
Restaurant with catering:
This combines the production of food (manufacturing) with the service of delivering meals
to events (catering), essentially acting as both a product and service provider.
Online retailer with physical store:
This business model allows customers to shop online and also visit a physical store to see
and try products before purchasing.
9. Explain the difference between input device and output of a computer system. (2)
Input devices
These devices allow users to send data to a computer. Examples include keyboards, mice,
trackpads, and voice recognition software.
Output devices
These devices display the results of data that has been processed by the computer.
Examples include monitors, printers, headphones, and LED display screens.
I/O devices
10. Rahul wants to transfer files wirelessly from his smartphone to his laptop without using the (2)
internet. He ensures both devices are within close range and pairs them for the transfer.
Which technology is Rahul using, and how does it work?
Rahul is using Bluetooth technology.

SAJS/SAMPLE PAPER-2/2024-25/IX-AI 5
Explanation: Bluetooth allows short-range wireless communication between devices. It
works by pairing the devices within a specific range (typically up to 10 meters), enabling
them to exchange data securely without requiring a network connection.
Answer any 4 out of the given 6 questions in 20 – 30 words each (2 x 4 = 8 marks)

11. Pulkit has written the following code but unable to get the correct output after compilation. (2)
Correct the code.

for i in range(1, 5)
print(i)

for i in range(1, 5):


print(i)
12. Amit is exploring various AI-based applications and wants to understand their respective (2)
domains. Can you help him identify each application and its corresponding AI domain
from the list below?
1. RunwayML
2. Kahoot AI
3. Google DeepDream
4. Teachable Machine
1. Generative AI 2. Machine Learning 3. Neural Networks 4. Machine Learning
13. In an AI project, during the problem scoping stage, Nina is identifying the stakeholders (2)
who will contribute to defining the project's goals and objectives. Can you identify the key
stakeholders involved in this stage and explain their roles?
Project Manager
Data Scientists
Domain Experts
Business Analysts
14. How is an Al project different from an IT project? (2)

An AI project focuses on building systems that can learn from data, adapt over time, and
make decisions or predictions based on patterns, while an IT project typically involves
designing, developing, and managing traditional software systems with predefined rules
and instructions.
15. Label the following image with qualitative & Quantitative data. (2)

1.Weight of a person 2. Colours 3. Gender 4. Cloud


1. Quantitative
2. Qualitative
3. Qualitative
4. Qualitative
16. Explain the difference supervised & unsupervised learning. (2)
In supervised learning, the model is trained on labeled data, which means the input data
is paired with the correct output (label).

SAJS/SAMPLE PAPER-2/2024-25/IX-AI 6
In unsupervised learning, the model is trained on unlabeled data, where the output is not
provided. The model tries to find hidden patterns, structures, or relationships within the
data without explicit supervision.
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
17. Bread & Butter confectionary is giving a 20% discount on purchase of more than 1000 (4)
rupees. Write a python code to calculate the following calculation
1. Enter the billing amount
2. calculate the discount amount
3. Display the payble amount after deducting the discount value
4. Display”no discount” if billing amount is less than 20000
bill = float(input("Enter the billing amount: "))
if bill > 1000:
discount = 0.20 * bill
final_amount = bill - discount
print(f"Discount applied: {discount}")
print(f"Final amount after discount: {final_amount}")
else:
print("No discount available.")
18. Leena is using Generative AI for the first time in her project and is exploring its pros and (4)
cons. What are two merits and two demerits of using Generative AI in Meera’s project?
Merits:
Creativity and Innovation: Generative AI can produce original content like text, images,
and designs, which helps Meera explore new ideas and enhance the creativity of her
project.
Automation and Efficiency: It automates repetitive tasks, allowing Meera to save time on
content generation and focus on other aspects of her project.
Demerits:
Quality Control: The generated content may not always meet the expected quality or
relevance, requiring manual adjustments or refinement.
Dependence on Data: Generative AI relies heavily on the quality and quantity of the
training data. If the data is biased or insufficient, the AI’s output may be flawed or
misleading.
19. Can you list down a few applications in your smartphone that widely make use of (4)
machine learning?
Voice Assistants (Siri, Google Assistant, Alexa)
These voice assistants use ML algorithms for speech recognition, natural language
processing (NLP), and context understanding to respond to user queries and perform tasks.

Camera and Image Enhancement (Google Photos, iPhone Camera)


ML is used for facial recognition, object detection, automatic scene adjustments, and
image enhancement to improve photo quality.
20. How will you differentiate between Training Data and Testing Data? (4)

Training data is used to teach the machine learning model. It helps the model learn
patterns, relationships, and structures within the data, so it can make predictions or
decisions based on new, unseen data.

Role: It is used to train the model by feeding it into the algorithm, which then adjusts its
internal parameters to minimize errors.

SAJS/SAMPLE PAPER-2/2024-25/IX-AI 7
Testing data is used to evaluate the performance of the trained model. It is not used in the
training process but is instead reserved to test how well the model generalizes to new,
unseen data.

Role: It serves as a measure of the accuracy, precision, recall, and other performance
metrics of the model. The testing data helps check if the model is overfitting or
underfitting the training data.
21. What are Data Security and Privacy? How are they related to AI? (4)

Data Security refers to the practice of protecting data from unauthorized access,
modification, destruction, or theft. It involves implementing measures such as encryption,
access controls, and secure networks to ensure that data is kept safe from cyberattacks,
breaches, and other malicious activities.
Privacy refers to an individual's right to control their personal data and how it is used. It
focuses on ensuring that personal information is collected, processed, and stored in a way
that respects individuals' rights and complies with laws and regulations like GDPR
(General Data Protection Regulation).

SAJS/SAMPLE PAPER-2/2024-25/IX-AI 8

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy