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

Cix Practice Paper Ai 3

This document is a practice paper for Class IX in Artificial Intelligence, consisting of 21 questions divided into two sections: objective and subjective. Students must answer a total of 15 questions within a 2-hour time limit, with specific instructions for each section. The paper covers various topics related to employability skills, probability, artificial intelligence concepts, and Python programming.

Uploaded by

sri.vidhya
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)
61 views6 pages

Cix Practice Paper Ai 3

This document is a practice paper for Class IX in Artificial Intelligence, consisting of 21 questions divided into two sections: objective and subjective. Students must answer a total of 15 questions within a 2-hour time limit, with specific instructions for each section. The paper covers various topics related to employability skills, probability, artificial intelligence concepts, and Python programming.

Uploaded by

sri.vidhya
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

PRACTICE PAPER 3

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 attempt 10 questions.
(c) Do as per the instructions given.
(d) Marks allotted are mentioned against each question/part.

SECTION A—OBJECTIVE TYPE QUESTIONS

1. Answer any 4 out of the given 6 questions on Employability Skills. (1 x 4 = 4 marks)


(i) Which of the following is non-verbal communication?
(a) Chatting
(b) Group discussion
(c) Dancing
(d) Singing
(ii) Which unit of the CPU is responsible for comparisons?
(a) Memory Unit
(b) Arithmetic Logic Unit
(c) Control Unit
(d) None of these
(iii) __________ is the most important layer where life exists.
(a) Biosphere
(b) Hydrosphere
(c) Atmosphere
(d) Lithosphere
(iv) Identify the correct order of setting up a business.
1) Financing
2) Feedback
3) Planning
4) Marketing
(a) 1, 2, 3, 4
(b) 1, 3, 2, 4
(c) 3, 1, 4, 2
(d) 3, 1, 2, 4
(v) __________ is a way to send messages electronically.
(a) Newspaper
(b) Television
(c) Radio
(d) Email
(vi) __________ self-awareness is about knowing our values, beliefs, emotions and why
we do things.
(a) Internal
(b) External
(c) Social
(d) Cultural
2. Answer any 5 out of the given 6 questions. (1 x 5 = 5 marks)

(i) In the context of probability, what corresponds to the likelihood of a specific event
happening in a random experiment?

(a) Sample Space

(b) Outcome

(c) Probability of the Event

(d) Random Variable

(ii) The branch of Artificial Intelligence that enables a computer to teach itself to perform
intelligent tasks is __________.
(a) Supervised Learning
(b) Unsupervised Learning
(c) Deep Learning
(d) Reinforcement Learning
(iii) Match the items in Column I with those in Column II and choose the correct answer
from the given options.

Column I Column II
I) len() A) Adding an element in a list
II) append() B) Calculates the sum of a list
III) sum() C) Finds the length of an object
IV) remove() D) Removes an item from a list

(a) I-A, II-C, III-D, IV-B


(b) I-C, II-A, III-B, IV-D
(c) I-D, II-A, III-B, IV-C
(d) I-C, II-B, III-D, IV-A

(iv) Which of the following is a mutable data type?


(a) Integer
(b) Set
(c) String
(d) Tuple
(v) What will be the value of ‘x’ in the given expression?
x = (10*3)>(10**3)
(a) 0
(b) 1
(c) False
(d) True
(vi) In the context of Natural Language Processing, what does NLG stand for?
(a) Non-Linear Grammar
(b) Neural Language Generation
(c) Natural Language Generation
(d) Natural Language Grading
3. Answer any 5 out of the given 6 questions. (1 x 5 = 5 marks)
(i) What will be the output of (7//2)**(8/4)?
(a) 9
(b) 6
(c) 9.0
(d) 6.0
(ii) Why is the application of Decision Tree important?
(a) To visualize data
(b) To classify data
(c) To perform complex mathematical calculations
(d) To generate random numbers
(iii) In the context of Artificial Intelligence, ASI stands for:
(a) Artificial Super Integration
(b) Automated Sensory Intelligence
(c) Artificial Super Intelligence
(d) Advanced System Integration
(iv) Which domain of Artificial Intelligence helps a computer to translate text from one
language to another?
(a) Natural Language Processing
(b) Computer Vision
(c) Data Analytics
(d) None of these
(v) Match the items in Column I with those in Column II and choose the correct answer
from the given options.

Column I Column II
I) Detecting suspicious behaviour using A) Social Media Algorithms
AI
II) Displaying relevant content to users B) Healthcare Diagnostics
III) Giving instant response to customers C) Fraud Detection
IV) Using AI to help doctors analyze D) Chatbots
medical reports

(a) I-B, II-C, III-A, IV-D


(b) I-C, II-A, III-B, IV-D
(c) I-A, II-B, III-C, IV-D
(d) I-C, II-A, III-D, IV-B
(vi) Problem Definition comes under which ‘W’ of the 4Ws Problem Canvas?
(a) Where
(b) Why
(c) Who
(d) What
4. Answer any 5 out of the given 6 questions. (1 x 5 = 5 marks)
(i) What is the output of (5**2)//(30)?
(a) 0.0
(b) 1.0
(c) 0
(d) 1
(ii) What does Data Storage refer to in computing?
(a) Storing and retrieving information from databases or memory
(b) Deleting unnecessary files from a computer’s hard drive
(c) Transferring data between different devices using cables
(d) Encrypting sensitive data for security purposes
(iii) Stakeholders come under which ‘W’ of the 4Ws Problem Canvas?
(a) Where
(b) Why
(c) Who
(d) What
(iv) Which of the following tasks can AI perform?
(a) Understand complex human emotions
(b) Interpret highly ambiguous situations
(c) Play chess or complex games
(d) Possess true common sense
(v) Which technique is used to minimize loss function?
(a) Decision Tree
(b) Gradient Descent
(c) Reinforcement Learning
(d) Clustering
(vi) State whether the following statement is True or False:
A Machine Learning model always gives a good performance when trained on less
data.
5. Answer any 5 out of the given 6 questions. (1 x 5 = 5 marks)

(i) Predicting a numerical output comes under __________.


(a) Classification
(b) Regression
(c) Clustering
(d) None of these
(ii) In the context of Artificial Intelligence, what does AGI stand for?
(a) Advanced Generalized Interface
(b) Adaptive Global Intelligence
(c) Artificial General Intelligence
(d) Automated General Integration
(iii) What is Human Bias in decision-making and analysis?
(a) It is the tendency to always choose the most logical option.
(b) It is the unconscious inclination to favour certain groups, ideas or outcomes
over others based on unfair feelings or thoughts.
(c) It is the practice of analyzing data without any prior assumptions.
(d) It is the process of making decisions based solely on personal preferences.
(iv) Which of the following features would NOT be used for predicting whether a student
will pass or fail an examination?
(a) The number of hours they play
(b) The number of hours they study
(c) The number of web series they watch
(d) The number of brothers they have
(v) What is the value of ‘x’ in the given expression?
x = (2>3)*(5<4)
(a) 0
(b) 1
(c) False
(d) True
(vi) Which of the following tasks is AI unable to do?
(a) Recognize an image
(b) Have authentic creativity
(c) Recommend movies or products
(d) Recognize pattern
SECTION B—SUBJECTIVE TYPE QUESTIONS
Answer any 3 out of the given 5 questions on Employability Skills in 20–30 words each.
(2 x 3 = 6 marks)
6. Mention and explain the two major components of an ecosystem.
7. What is the difference between Website and Web Page?
8. What is the Joint Hindu Family form of business?
9. Why is self-management important?
10. Explain the difference between Declarative and Imperative Sentences with examples.
Answer any 4 out of the given 6 questions in 20–30 words each. (2 x 4 = 8 marks)
11. What are multi-line comments in Python?
12. ‘The probability of getting sum of 15 when two dice are thrown simultaneously is 0.6.’ Is
this statement true or false? Give reasons.
13. Differentiate between Natural Language Understanding and Natural Language
Generation.
14. What is the use of data visualization? Give an example of a data visualization tool.
15. Explain with examples the mutable data types in Python.
16. What are the different types of data?
Answer any 3 out of the given 5 questions in 50–80 words each. (4 x 3 = 12 marks)
17. Give an algorithm to cook Maggi noodles.
18. Explain some applications of neural networks.
19. What is the difference between Weak AI and Strong AI?
20. Explain any rule-based machine learning model.
21. What are the sequences that must be followed for problem scoping?

You might also like