0% found this document useful (0 votes)
20 views6 pages

I. Ii. Iii. Iv. 7. I. Ii. III

The document outlines the structure and instructions for the Annual Examination in Artificial Intelligence for Class IX, covering both objective and subjective questions. It specifies the number of questions, marks distribution, and guidelines for answering. The examination consists of 21 questions divided into two sections, with a total of 50 marks available.

Uploaded by

asinghadeb9
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)
20 views6 pages

I. Ii. Iii. Iv. 7. I. Ii. III

The document outlines the structure and instructions for the Annual Examination in Artificial Intelligence for Class IX, covering both objective and subjective questions. It specifies the number of questions, marks distribution, and guidelines for answering. The examination consists of 21 questions divided into two sections, with a total of 50 marks available.

Uploaded by

asinghadeb9
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/ 6

ANNUAL EXAMINATION (2024-2025)

ARTIFICIAL INTELLIGENCE (417)


CLASS IX

MAX. TIME: 2 HOURS 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.
Marks allotted are mentioned against each question/part

SECTION A: OBJECTIVE TYPE QUESTIONS


Q-1 Answer any 4 out of the given 6 questions on Employability Skills (1 x 4 = 4
marks)
i. “Rita Sharma, through consistent practice and perseverance, transformed 1
her small bakery into a thriving business, earning recognition for her unique
recipes both locally and internationally.” Which self-management skill is
clearly visible in the given statement?
A) Time management B) Goal-setting
C) Perseverance D) Emotional intelligence
ii. When you use the shortcut keys Ctrl + C to copy a selected item, this action is 1
known as
(a) Pasting
(b) Cutting
(c) Copying
(d) Deleting
iii. Assertion (A): A software engineer designs and develops applications for 1
clients. Reason (R): This profession is classified as self-employment.

(a) Both A and R are correct and R is the correct explanation of A


Page 1 of 6
(b) Both A and R are correct but R is NOT the correct explanation of A
(c) A is correct but R is not correct
(d) A is not correct but R is correct
iv. This skill involves determining the importance of tasks and deciding which ones 1
to focus on first to achieve goals.
(a) Delegating
(b) Organising
(c) Prioritising
(d) Scheduling
v. A manager struggles to communicate effectively with team members because of their different 1
cultural backgrounds and communication styles. This is an example of
a) Physical barrier
b) Technological barrier
c) Interpersonal barrier
d) Cultural barrier
vi. “Initiatives are taken to ensure that all people have access to safe and nutritious food, 1
promoting sustainable agricultural practices.”
Which SDG can you relate this statement to?
a) Zero hunger
b) Good health and well-being
c) Responsible consumption and production
d) Climate action
Q-2 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. Assertion (A): Collaborative learning can enhance problem-solving skills among students. 1
Reason (R): Working in groups allows students to share diverse perspectives and ideas.
a) Both A and R are correct and R is the correct explanation of A
b) Both A and R are correct but R is not the correct explanation of A
c) A is correct but R is not correct
d) A is not correct but R is correct
ii. The government implemented strict regulations to ensure that personal information 1
collected by companies is not misused or shared without consent.
Which terminology suits best for this action?
(a) AI Ethics
(b) Data Protection
(c) AI Bias
(d) Digital Footprint
iii. In a text analysis, a word that appears in almost every document of a corpus and 1
contributes little to the meaning is often referred to as
(a) Stop word
(b) Unique word
(c) Content word
(d) Semantic word
iv. is a widely used file format for documents that allows for text 1
formatting and editing.
(a) pdf
(b) html
(c) csv
(d) txt

Page 2 of 6
v. In supervised learning, the neural network learns from 1
(a) Unlabeled data
(b) Labeled data
(c) Random data
(d) None of the above
vi. Which symbol is used for comments in Python? 1
(a) //
(b) --
(c) #
(d) /* */
Q-3 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)

i. Read the examples given below: 1


i. Virtual personal assistants like Siri or Alexa
ii. Automatic washing machines with pre-set functions
iii. Chatbots providing customer service
iv. Smart thermostat adjusting temperature based on user habits

Choose the options that are not AI:


(a) i and ii
(b) ii and iv
(c) iii and iv
(d) ii and iii
ii. Which of the following is an application of machine learning? 1
(a) Stock price prediction
(b) Image recognition
(c) Weather forecasting
(d) All of the above
iii. Identify the given AI system type: 1
It uses predefined rules and logic to perform tasks. It doesn’t learn from
experiences and relies on a set of programmed instructions to produce outcomes.
These systems are often used for simple, repetitive tasks and can be easily
understood by users.
(a) Adaptive System
(b) Rule-Based System
(c) Neural Network
(d) Reinforcement Learning System
iv. Assertion (A): In Python, the if statement is used to execute a block of code only 1
if a specified condition is true.
Reason (R): The if statement in Python evaluates conditions using relational and
logical operators.

a) Both A and R are true, and R is the correct explanation of A.


b) Both A and R are true, but R is not the correct explanation of A.
c) A is true, but R is false.
d) A is false, but R is true.

Page 3 of 6
v. Which of the following is NOT a benefit of data literacy? 1
a) Making informed decisions while shopping online
b) Critically analyzing information
c) Sharing your data freely with all websites
d) Understanding the world around you
vi. Which of the following operators is used for comparison in Python? 1

a) =
b) ==
c) +
d) &&
Q-4 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. Statement 1: Artificial Intelligence is the simulation of human intelligence in 1
machines. Statement 2: AI systems always function better than humans.

(a) Both Statement 1 and Statement 2 are correct


(b) Both Statement 1 and Statement 2 are incorrect
(c) Statement 1 is correct but Statement 2 is incorrect
(d) Statement 2 is correct but Statement 1 is incorrect
ii. An AI model for self-driving cars would primarily use what type of data? 1
(a) Data Acquisition (b) Data Wrangling
(c) Data Analysis (d) Data Visualization
iii. In the image processing field of AI, what mathematical concept helps 1
analyze the arrangement of pixels in an image?
a) Geometry b) Statistics
c) Probability d) Algebra
iv. What is the value of x? 10x-8=6x 1
a) 8 b) 4 c) 2 d) 6
v. Assertion (A): Generative AI can be used to create realistic fake news 1
articles. Reason (R): Generative AI models can be trained on large
amounts of text data.
a) Both A and R are true, and R is a correct explanation of A.
b) Both A and R are true, but R is not a correct explanation of A.
c) A is true, and R is false.
d) A is false, and R is true.
vi. Which function is used to take input from the user in Python? 1

a) output()
b) print()
c) input()
d) get_input()
Q-5 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. Sensors are used to collect data from: 1
(a) Websites (b) Interviews
(c) Physical Devices (d) Databases
ii. This language is easy to learn and is one of the most popular languages for AI 1
today:
a. C++
Page 4 of 6
b. Python
c. Ruby
d. Java
iii. Which of the following is not a part of the 4Ws Problem Canvas? 1
a. Who?
b. Why?
c. What?
d. Which?
iv. The guiding principles to decide what is good or bad is known as . 1
v. Quantitative data is numerical in nature. 1
a. True
b. False
vi. The median of the data: 155, 160, 145, 149, 150, 147, 152, 144, 148 is 1
a) 149
b)150
c)147
d)144
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. List any 4 most important characteristics of effective communication. 2


7. How is time management important in achieving targets? 2
8. How cyber addiction affects our lives adversely and how can we control it? 2
9. How is an entrepreneur different from businessman? 2
10. What are the ill effects of deforestation and global warming? 2

Answer any 4 out of the given 6 questions in 20 – 30 words each (2 x 4 = 8 marks)

11 Briefly explain two ways data literacy helps you make informed decisions while shopping 2
online.
12. Describe two methods for data acquisition. 2
13. What are the print () and input () functions used for in Python? 2
14. What are some of the benefits of generative AI? 2
15. How does data visualization differ from data analysis? 2
16. What are some ethical considerations when collecting data for AI projects? 2

Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
17 Identify the likely, unlikely, impossible and equal probability events from the following 4
a) Tossing a coin
b) Rolling an 8 on a standard die
c) Throwing ten 5’s in a row
d) Drawing a card of any suite

Page 5 of 6
18 As Artificially Intelligent machines become more and more powerful, their ability to accomplish 4
tedious tasks is becoming better. Hence, it is now that AI machines have started replacing
humans in factories. While people see it in a negative way and say AI has the power to bring
mass unemployment and one day, machines would enslave humans, on the other hand, other
people say that machines are meant to ease our lives. If machines over take monotonous and
tedious tasks, humans should upgrade their skills to remain their masters always.

What according to you is a better approach towards this ethical concern? Justify your answer.

19 A fashion company is looking to use generative AI to improve its design 4


process. They want to create a tool that can generate new clothing designs
based on current trends and customer preferences.
i. What type of generative AI model would be most suitable for this task?
Explain your answer.
ii. How would the fashion company go about training the generative AI
model? What kind of data would they need to collect?
20 What are some common challenges in deploying AI models? 4
21 How qualitative data is different from quantitative data? 4

**************

Page 6 of 6

You might also like