Ai - (Ix) - Practice Paper 1 New
Ai - (Ix) - Practice Paper 1 New
CLASS IX
ARTIFICIAL INTELLIGENCE (CODE 417)
Time: 2 Hours Maximum 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):
(a) This section has 5 questions.
(b) Marks allotted are mentioned against each question/part.
(c) There is no negative marking.
(d) Do as per the instructions given.
7. SECTION B—SUBJECTIVE TYPE QUESTIONS (26 MARKS):
(a) This section has 16 questions.
(b) A candidate has to do 10 questions.
(c) Do as per the instructions given.
(d) Marks allotted are mentioned against each question/part.
(v) Which of the following tasks is traditional AI better suited for as compared to Generative AI?
(a) Creating new images (b) Composing new music
(c) Predicting stock market trends (d) Writing creative stories
(vi) Which of the following is a valid Python variable?
(a) 123variable (b) _my_variable (c) for (d) my-variable
(a) for loop (b) while loop (c) do-while loop (d) None of these
Practice Paper P.3
(iii) Find the median of the following data set
6,12,20,25,15
(a) 12 (b) 15 (c) 20 (d) 25
(iv) Your friend, who is studying Artificial Intelligence, comes across the term ‘Deepfakes’ while researching AI
applications. They are curious about the field of AI that is responsible for creating these highly realistic but
fake images and videos. They want to know the domain that deepfakes are associated with. Identify the
correct response.
(a) Generative AI (b) Computer Vision
(c) Natural Language Processing (d) None of these
(v) In the DIKW model, what does ‘W’ stand for?
(a) Wisdom (b) Width (c) Work (d) Weight
(vi) Which of the following is not true regarding AI?
(a) It can recognize images. (b) It has authentic creativity.
(c) It can recommend movies or products. (d) It can recognize patterns.
Answer any 4 out of the given 6 questions in 20-30 words each. (2 × 4 = 8 marks)
11. Your friend is working on a project but has gathered data from unreliable blogs and social media posts. They
are wondering why the results are inconsistent. How would you explain the importance of acquiring data from
reliable sources?
12. Navya is learning about events and their probabilities in AI. She is unsure about the difference between Certain
and Likely events. Could you explain these concepts to her using examples like the certainty of the sun rising
tomorrow and the likelihood of winning a lottery?
13. Your friend, Rohit, is excited to learn about Generative AI after hearing about it from a tech blog. He wants to
know any two key advantages of using Generative AI in applications like creating images, music or text. What
would you tell him?
14. Differentiate between Statement and Expression in Python.
15. What is 4Ws Problem Canvas in problem scoping?
16. Draw the confusion matrix for the following data:
T True positive=100
T True negative=60
T False positive=20
T False negative=40
Answer any 3 out of the given 5 questions in 50-80 words each. (4 × 3 = 12 marks)
17. Your friend is confused between rule-based and learning-based approaches of AI modelling. Explain the two
concepts using examples.
20. Predict the output or error in the following codes:
(i) print(“python”+str(3))
(ii) print(‘1’ + 10)
(iii) for i in range(10):
print(i*2)
(iv) print(11//3)
21. What is Confusion Matrix? What is its use? In the given Confusion Matrix, find the value of True Positive, True
Negative, False Positive and False Negative.
Predicted Positive Predicted Negative
Actual Positive 50 10
Actual Positive 5 35