You are on page 1of 4

VIBGYOR HIGH

Annual Examination
AY 2023-2024
ARTIFICIAL INTELLIGENCE
Sample paper
Grade: IX Max. Marks : 50
Date : DD/MM/YYYY Time Allowed : 2 hours

INSTRUCTIONS:

 Answers to this paper must be written on the paper provided separately.


 You will not be allowed to write during the first 15 minutes.
 This time is to be spent in reading the question paper.
 The time given at the head of this paper is the time allowed for writing the answers.
 The intended marks for the questions or parts of questions are given alongside the
questions.
 Attempt all six questions.

Q. 1 Choose the most appropriate option. [4]


i Avoidance of doing a task that needs to be completed is called [1]
a) Procrastination
b) Laziness
c) Self doubt
d) Underachievement
ii The following is not a part of an email address [1]
a) user name
b) domain name
c) protocol
d) domain extension
iii The following node of a decision tree does not split into sub nodes. [1]
a) Root node
b) Leaf node
c) Parent Node
d) Decision node

1
iv Miscrosoft Tableau, Qlikview, Datawrapper are types of [1]
a) Data Sources
b) Data modelling tools
c) Data Curation tools
d) Data visualization tools

Q. 2 Read the text and answer the questions. [8]


i Mayank is a very short-tempered student. He is working in a group project [2]
but he is unable to work effectively as he keeps loosing his cool as soon as
a team member disagrees with him. Suggest some techniques to help him
manage his emotions.(any two)
ii Ms. Asha is a national level athlete. She has opened a sports academy [2]
along with her friends where they teach various sports like badminton,
basketball and tennis. They share the cost of upkeep and the profits
earned. Which kind of business activity and business ownership model are
they following?
iii You are appointed to create an AI enabled application for Automatic [2]
Examination System. List two ethical concerns which may arise in this
project.
iv Harish is building a client classification application for ABC bank. The bank [2]
will provide Harish with the data set containing the details of all the
customers. Based on the data, Harish has to design an Intelligent system
using Neural Networks using unsupervised learning to classify the
customers and find the usage pattern. Help Harish by suggesting any two
drawbacks of using this approach.

Q. 3 Answer the following questions. [8]


i Identify and write one feature of the social networking site from the logo [2]
given below:

ii What is the name of the enterprise represented by this logo and state [2]
which kind of business activity it belongs to.

2
iii Which sustainable development goals are represented by the following [2]
logos
a)

b)

iv Underline the error in the following code and correct the error. [2]
a) @A =”Hello World”
b) print(“HelloWorld”)”

Q. 4 Answer the following questions. [10]


i Name any two dimensions of AI. [1]
ii Which domain of AI is working towards communicating with human beings [1]
using oral or spoken language rather than syntax or keywords.
iii Name the two kinds of Numerical data. [1]
iv In which stage of the AI project cycle is goal setting done? [1]
v Name any one weak AI system in use today. [1]
vi Give any one use of neural networks. [1]
vii What will the output of the following lines of code. [3]
a) a = “ABC”
print(type(a))
b) x= “Morning”
print(“Happy”+x)

3
c) List1=[3,4,5,6,7]
print(len(List1))

viii Which python data structure is an unordered, changeable and indexed [1]
collection that does not allow duplicate members?

Q. 5 Answer the following questions. [8]


i Differentiate between ANI and AGI. [2]
ii Identify two uses of Evaluation and deployment stage. [2]
iii Write a short note on Big data. [2]
iv List any two difficulties faced in creating artificial neural networks. [2]

Q. 6 Answer the following questions. [12]


i List any four components of a good AI policy. [4]
ii What is a decision tree? Name and explain the different nodes in a [1+3]
decision tree with the help of a diagram.
iii Write a program in Python to calculate the average of three numbers [4]
entered by the user. (Hint: Average = sum of 3 numbers / 3 )

*****

You might also like