0% found this document useful (0 votes)
55 views

Class 9th AI

The document outlines the examination structure for Class IX in Artificial Intelligence for the session ending 2023-24, detailing the types of questions and marks distribution. It includes objective type questions, descriptive questions on employability skills, and programming tasks related to Python. The examination aims to assess students' understanding of AI concepts, applications, and programming skills.

Uploaded by

samikshakhalkho
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views

Class 9th AI

The document outlines the examination structure for Class IX in Artificial Intelligence for the session ending 2023-24, detailing the types of questions and marks distribution. It includes objective type questions, descriptive questions on employability skills, and programming tasks related to Python. The examination aims to assess students' understanding of AI concepts, applications, and programming skills.

Uploaded by

samikshakhalkho
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

केन्द्रीय विद्यालय संगठन, बेंगलुरु क्षेत्र

KENDRIYA VIDYALAYA SANGATHAN, BENGALURU REGION


SESSION ENDING EXAMINATION 2023-24
सत्र समाप्ति परीक्षा 2023-24

CLASS: IX SUBJECT: ARTIFICIAL INTELLIGENCE


MAX MARKS: 50 TIME: 2HRS

Section-A (Objective Type Questions)


1 Answer any 4 out of the given 6 question on Employability skill (1X4=4 Marks)
i Physical exercise is used as a stress management technique because 1
a) it improves blood circulation b) improves self-image
b) makes us feel better d) all of the above
ii Seema is having a list of softwares ,she wants to find out the system software, help her by 1
finding out which of the following is a system software
a) Facebook messenger b) MS Office
c) Operating System d) Adobe Photoshop
iii Rhea gas to draw the basic diagram of Computer. She has drawn the CPU but forgot the 1
units inside the CPU to be mentioned in the diagram. find out the correct units to help her :

a) ALU and Output unit b)CU and input unit

c) CU and ALU d)CU and output unit

iv Economic development of country does not mean: 1


a) Circulation of money c)improved standard of living
b) Few people will become very rich d)more and more jobs
v
Living environment includes: 1

a) Plants, animals, human beings and other living organisms.


b) oil, rock,
c) air, water
d) sun
vi __________________are the resources that are constantly replaced and usually less 1
polluting:
a) inexhaustible resources c)renewable resources
b) exhaustible resources d)None of the above resources
2 Answer any 5 out of 6 the given question (1X5=5 marks)
i ___________ allows computers and systems to extract useful information from digital 1
photos, videos, and other visual inputs.
a. Data Science c. Computer Vision
b. Natural Language Processing d. All of the above
ii Which of the following is not a stage of AI Project cycle: 1
a) Problem Scoping b)Prototyping c)Modelling d) evaluation
iii which of the following is not a way to collect data: 1
a) Survey b) Sensors c) Camera d) none of these
iv ___________part helps us understand and identify the nature of the problem and how we get 1
to know what helps to get us to know the evidence:
a) Who b) What c) Where d)why
v The point of contact between an axon of one cell and a dendrite of another cell is called a 1
______________.
a) soma b)synapse c) dendrites d) Axon Terminal
vi which one of the following is a valid identifier in python 1
a) file.exe b) file1# c) int d) myfile1
3 Answer any 5 out of 6 the given question (1X5=5 marks)
i Who is known as father of Artificial Intelligence? 1
a) John McCarthy b) Charles babbage c) Alan Turing d) None
ii AI plays an important role in __________ technologies: 1
a) Self Driving cars b) metro c) both a and b d) None of these
iii For better efficiency of an AI project, the ___________should be authentic and relevant to 1
the problem statement scoped.
iv in a neural network how many hidden layers can exist: 1
a) 5 b)0 c) 1 d) to be defined by programmer
v Which of the following is not a decision making statement in python: 1
a) if b) if…else c) if …elif d) import
vi Write the python statements to print the entire list L1 1
a) print(L1) b)print(L1[4])
c) L1[2]="Mangoes" d)print(L1[2])
4 Answer any 10 out of the given11 question (1X10=10 marks)
i which of the following in not a virtual assistant : 1
a) Alexa b) siri c) cortana d) sophia
ii Which of the following is not an application of AI: 1
a) Remote controlled drone b) Self driving car
c) Self serving kiosk d) Self watering plant system
iii This domain is enabling computer to identify and process images like humans do: 1
a) Data Science b) NLP c) Computer Vision d)None of these
iv Choose the five stages of AI project cycle in correct order from the choices given 1
below
a. Evaluation → Problem scoping → Data exploration → Data acquisition→ Modelling
b. Problem scoping → Data exploration → Data acquisition →Evaluation → Modelling
c. Data acquisition → Problem scoping→ Data exploration → Modelling →Evaluation
d. Problem scoping → Data acquisition → Data exploration →Evaluation → Modelling
v A___________is an Artificial intelligence strategy for teaching computers to analyse data in 1
the same way the human brain does:
a) Brain Network b) Cell Network
c) Neural Network d) Human Nervous System
vi Predict the output:: 1
ListOfFruits=[“Banana”, "Apple", "Orange", "Pears", "Watermelon "]
ListOfFruits[2]="Mangoes"
print(ListOfFruits[2])
a. Banana b. Apple c. Mangos d. Orange
vii The application/applications of Artificial Intelligence is/are: 1
a)Expert Systems b)Gaming c)Vision Systems d)All of the above
viii What does NLP stands for in AI? 1
a) Neuro Linguisting Programming b)Natural language processing
c) Neural Logic Presentation d)Natural Learning projection
ix In a neural network how many input layers can exist: 1
a) 5 b) 0 c) 1 d) infinite
x Which of the following shows the types of learning algorithm: 1
a) supervised, machine, reinforcement
b) supervised, unsupervised, regression
c) supervised ,unsupervised, reinforcement
d) machine, regression, unsupervised
xi Write the python statements to print the last item of list given below: 1
List1=[“Agra”,"Bengaluru","Chennai","Delhi","Ernakulam "]
a) print(List1) b)print(List1[4])
c) List1[2]="Mangoes" d)print(List1[2])
SECTION- B ( Descriptive type Questions )
Write in 20-30 words each
Answer any 3 out of 5 given questions on employability skill.(2X3=6 marks)
5 What is non-verbal communication? Give any two examples of it. 2
6 Give any two factors for improving self-confidence. 2
7 What is utility software? Name any two. 2
8 Write any four characteristics of an entrepreneur. 2
9 What is sustainable development? Write the number of Sustainable development goals 2
set by the UN.
Answer any 4 out of 6 given questions in 20-30 words each.(2X4=8 marks)
10 What are the three domains of AI? Explain any two of it. 2
11 a) When anyone searches about nurses on the internet, the picture of a female appears. 2
Why it happens?
b) What should be done to avoid it?
12 Neeta has been working on an AI Project. She has completed the problem scoping, but she 2
has forgotten the next stage. Help her by listing all the remaining steps in the sequence.
13 Explain 4 W’s of 4W Canvas. 2
14 Write any two applications of Neural Network. 2
15 predict the output 2
list = [12,14,16,18]
print(list[2])
list[-1]=30
print(list[-1])
Answer any 3 out of 5 given questions in 50-80 words each.(4X3=12 marks)
16 Explain any four applications of Artificial Intelligence. 4
17 Why the selection of data sources is important in AI. Name two reliable data sources. 4
18 Write all the stages of AI Project Cycle .Explain any three.. 4
19 a) Expand ANN 4
b) Explain input layer.
c) Explain output layer.
d) Draw the diagram of ANN.
20 Write a python program to accept the marks of 2 subjects of a child in a test from the user and 4
calculate the total marks and percentage.

You might also like