0% found this document useful (0 votes)
95 views5 pages

Ix Artificial Inlelligence QP

This document is a question paper for Class IX Artificial Intelligence (Subject Code - 417) for the academic year 2023-24, consisting of 21 questions divided into two sections: Objective and Subjective. Students are required to answer a total of 15 questions, with specific instructions for each section regarding the number of questions to be attempted. The paper covers various topics related to AI, employability skills, and computer science concepts.

Uploaded by

rohith9b8985
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)
95 views5 pages

Ix Artificial Inlelligence QP

This document is a question paper for Class IX Artificial Intelligence (Subject Code - 417) for the academic year 2023-24, consisting of 21 questions divided into two sections: Objective and Subjective. Students are required to answer a total of 15 questions, with specific instructions for each section regarding the number of questions to be attempted. The paper covers various topics related to AI, employability skills, and computer science concepts.

Uploaded by

rohith9b8985
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/ 5

KENDRIYA VIDYALAYA SANGTHAN LUCKNOW REGION

ARTIFICIAL INTELLIGENCE (SUBJECT CODE - 417)


CLASS-IX 2023-24
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.
iv.​ 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 skill (1 x 4 = 4 marks)

i. Why is self-management important for students studying AI? 1


a. It enhances creativity
b. It improves communication skills
c. It helps in managing workload and deadlines
d. It increases knowledge retention

ii. “All the deleted files and folder are stored in task bar”. True or false 1

iii. The entrepreneurial skill refers to the ability to handle multiple responsibilities at the 1
same time is
a. self confidence
b. multitasking
c. passion
d. self-management

iv. Which of the following is not the self-management skill? 1


a. Being positive
b. Being responsible
c. Being stubborn
d. working with hygiene and grooming
v. Rohan's face lights up with a big smile, and his eyes widen in excitement as he sees 1
Mayank. Mayank’s face also lights up, expressing joy and surprise. This is an example of
………………
(a)​ Verbal Communication
(b)​ Non-Verbal Communication
(c)​ Visual Communication
(d)​ None of these

vi. Which of these is not one of the objective of sustainable development? 1


a. Social
b. Environmental
c. Political
d. Economic
Q. 2
Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
i. Assertion(A): Machine Learning is a subset of Artificial Intelligence. 1
Reasoning(R): While AI encompasses a broader range of concepts and approaches,
Machine Learning specifically involves the use of algorithms that enable computers to
learn patterns from data.
(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. How many domains of AI is there? 1


a. One
b. Two
c. Three
d. Four

iii. Which is the last stage of AI project cycle. 1


a. Problem Scoping
b. Evaluation and Development
c. Modelling
d. Data Exploration

iv A…………… is the smallest unit of a digital image that can be displayed on a digital 1
display device.
a. bit
b. byte
c. pixel
d. none

v In which of the following layers of a neural network does the processing of data occurs? 1
a. Input layer
b. Hidden layers
c. output layer
vi A python program saved with an extension……….. 1
a. py
b. pt
c. ph
d. po
Q. 3 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)

i Which of the following is not an application of NLP? 1


a. Chatbot
b. Virtual assistant
c. Biometric
d. None
ii Which of the following is not a Sustainable Development Goal? 1
a. Zero hunger
b. climate Action
c. Green Agriculture
d. No poverty
iii Which of the following enables the software to train itself to perform tasks with vast 1
amount of data?
a. Data modeling
b. Deep learning
c. System map
d. none
iv The recommendation feature in YouTube is an example of which of the following? 1
a. Machine Learning
b. Deep Learning
c. Both a and b
d. None
v What is the function of dendrites? 1
a. Transmit Information
b. Receive signals
c. Store data
d. both a and b
vi Which function is used to take input from the user? 1
a. print( )
b. input( )
c. in( )
d.int( )
Q4
Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)

i Which of the following is an application of Computer Vision? 1


a. Fingerprint Recognition
b. Face recognition
c. speech recognition
d. None
ii Which of the following phase in the AI project cycle identify the objectives of developing 1
the project?
a. Data exploration
b. Problem Scoping
c. Data acquisition
d. Evaluation

iii Which one of the following is not a parameter of big data? 1


a. Velocity
b. Virtuosity
c. Varity
d. Volume
iv A neural network is a machine learning algorithm based on the model of a human 1
neuron.
(a) True
(b) False
v Which operator divide the operand and return the reminder? 1
a. /
b. //
c. %
d. #
vi In python output of following statement print (10**2) will be…………. 1
a. 100
b. 20
c. 5
d. 0
Q. 5 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)

i SDGs are a set of ______________ goals 1

ii ______________ provides a visual summary of information that helps to find out the trends 1
and patterns contained within data.
iii A neural network learns by three methods, namely Supervised learning, unsupervised 1
learning and ______________.
iv In ______________ learning, the algorithm learns from a data set which is unlabeled. 1

v A ______________ is a reserved word which you cannot use as the name of an identifiers. 1

vi The ______________ function is used to print or display the output . 1

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.

Q. 6 Differentiate between encoding and decoding in the communication cycle ? 2

Q. 7 What is the importance of time management in self-management ? 2

Q. 8 State two key difference between a computer’s RAM and ROM. 2

Q. 9 What is entrepreneurship? 2
Mrs. Gupta is concerned about her high monthly electricity bills. She has spent a lot of
money in replacing her old appliances with those that have high energy rating, but her
Q. 10 2
household electricity bill hasn’t come down significantly. Suggest some other measures
she could take to reduce the electricity bill.

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

Q. 11 What are the different components of NLP ? 2

Q. 12 What is computer vision ? 2

Name any two data visualization tool . 2


Q. 13
Q. 14 What is big data ? 2

Write any two application of Neural network ? 2


Q. 15

Q. 16 Write any two feature of python ? 2

Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)

Q. 17 What do you understand by AI ethics? Explain any three AI Ethics issues. 4

Q. 18 Explain any two limitations of Artificial Intelligence ? 4

Q.19 What is the importance of AI project cycle? List all the stages. 4

Q 20 Describe two different way of collecting data . 4

Q 21 Define variable and mention rules for choosing a variable names. 4

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

You might also like