0% found this document useful (0 votes)
5 views4 pages

Ai (Ix) Practice Paper 5

This document is a practice paper for Class IX on Artificial Intelligence, consisting of 21 questions divided into two sections: Objective and Subjective. Candidates are required to 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 and artificial intelligence concepts.

Uploaded by

kr mangalam
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)
5 views4 pages

Ai (Ix) Practice Paper 5

This document is a practice paper for Class IX on Artificial Intelligence, consisting of 21 questions divided into two sections: Objective and Subjective. Candidates are required to 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 and artificial intelligence concepts.

Uploaded by

kr mangalam
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/ 4

PRACTICE PAPER 5

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.

SECTION A—OBJECTIVE TYPE QUESTIONS


1. Answer any 4 out of the given 6 questions on Employability Skills. (1 × 4 = 4 marks)
(i) __________ refers to multimedia solutions for rural education.
(a) Digital Literacy (b) E-learning
(c) Information and Communication Technology (ICT) (d) Distance Education
(ii) Which of the following is primary memory?
(a) Solid State Drive (b) Hard Disk Drive
(c) Random-Access Memory (d) Compact Disc
(iii) Assertion
(A): A mouse is an input device.
Reasoning (R): A mouse is used to produce audio output for the user.

(a) Both A and R are true and R is the correct explanation for A.
(b) Both A and R are true but R is not the correct explanation for A.
(c) A is true but R is false.
(d) A is false but R is true.
(iv) Which of the following is the 1U of sustainability in 4R’s and 1U?
(a) Utilize (b) Upgrade (c) Upcycle (d) Use
(v) __________ is the layer that includes water on the surface of the earth, underground and in the air.
(a) Biosphere (b) Hydrosphere (c) Atmosphere (d) Lithosphere
(vi) __________ is an example of volatile memory.
(a) Random-Access Memory (b) Read-Only Memory
(c) Hard Drive (d) Flash Drive
2. Answer any 5 out of the given 6 questions. (1 × 5 = 5 marks)
(i) Assertion (A): Python-22 is not a valid identifier.
Reasoning (R): Identifiers cannot contain special characters like hyphen (-).

(a) Both A and R are true and R is the correct explanation for A.
(b) Both A and R are true but R is not the correct explanation for A.
(c) A is true but R is false.
(d) A is false but R is true.
(ii) Which of the following is not a reliable source of data?
(a) Air quality monitors (b) Sensor data
(c) Application Programming Interfaces (APIs) (d) Human imagination
(iii) Statement 1: The expression (10 % 5) ** 3 evaluates to 0.
Statement 2: In the expression, 10% 5 calculates the remainder when 10 is divided by 5.

(a) Both Statement 1 and Statement 2 are correct.
(b) Both Statement 1 and Statement 2 are incorrect.
(c) Statement 1 is correct but Statement 2 is incorrect.
(d) Statement 2 is correct but Statement 1 is incorrect.
(iv) Which is the most suitable chart for comparison-based data stories?

(a) (b)

(c) (d) All of these


(v) Which domain of Artificial Intelligence helps the computer to understand human gestures?
(a) Natural Language Processing (b) Computer Vision
(c) Data Science (d) Data Analytics
(vi) What is the importance of Data Privacy?
(a) To ensure efficient data sharing among organizations
(b) To protect individuals’ personal information from unauthorized access and misuse
(c) To increase the speed of data processing
(d) To encourage transparency in data collection
3. Answer any 5 out of the given 6 questions. (1 × 5 = 5 marks)
(i) In the context of Artificial Intelligence, what does CV stand for?
(a) Central Validation (b) Computer Vision
(c) Creative Visualization (d) Critical Validation
(ii) Importance of Problem comes under which ‘W’ of the 4Ws Problem Canvas?
(a) Where (b) Why (c) Who (d) What
(iii) Which of the following is an important cybersecurity practice?
(a) Using strong passwords (b) Keeping software updated
(c) Using secure networks (d) All of these
(iv) Which of the following is not a sequence data type?
(a) String (b) Tuples (c) Dictionary (d) List

P.2 Decoding Artificial Intelligence–IX


(v) What is the value of ‘x’ in the given expression?
x = True > False
(a) 0 (b) 1 (c) False (d) True
(vi) What is Modelling in AI?
(a) Training an AI model (b) Figuring out the problem we want to solve
(c) Discovering patterns in the data (d) Checking the method to solve our problem
4. Answer any 5 out of the given 6 questions. (1 × 5 = 5 marks)
(i) Which of the following tasks is AI unable to do?
(a) Speech recognition and synthesis (b) Self-driving car navigation
(c) Have authentic creativity (d) Medical diagnosis and image interpretation
(ii) Statement 1: Predicting the weather refers to weather forecasting while self-driving cars are categorized
as autonomous vehicles.
Statement 2: Computer assistants that respond to users’ commands are virtual assistants and image

recognition categorizes objects within images.
(a) Both Statement 1 and Statement 2 are correct.
(b) Both Statement 1 and Statement 2 are incorrect.
(c) Statement 1 is correct but Statement 2 is incorrect.
(d) Statement 2 is correct but Statement 1 is incorrect.
(iii) In Data Literacy, what does Data Visualization and Communication entail?
(a) Storing data in physical formats
(b) Presenting data using charts, graphs and infographics
(c) Deleting unnecessary data
(d) Ignoring data analysis
(iv) What is the purpose of using comments in Python?
(a) To enhance code performance (b) To explain code logic
(c) To disable the code (d) To change the functionality of the code
(v) Which of the following is an application of Natural Language Processing?
(a) Recognizing the face of a human being (b) Classifying a message as spam or not spam
(c) Classifying an image (d) Tagging people in an image
(vi) How do you create a comment in Python?
(a) <! --This is a comment --> (b) /* This is a comment */
(c) # This is a comment (d) “This is a comment”
5. Answer any 5 out of the given 6 questions. (1 × 5 = 5 marks)
(i) Which of the following is a component of Natural Language Processing?
(a) Natural Language Understanding (b) Natural Language Generation
(c) Both (a) and (b) (d) Neither (a) nor (b)
(ii) Which of the following features would not be used to predict travel time?
(a) Speed (b) Distance
(c) Transport vehicle color (d) Mode of transportation
(iii) How can AI worsen the problem of misinformation?
(a) By promoting accurate information through deepfakes
(b) By utilizing human moderators to fact-check the content
(c) By generating fake content through automated bots
(d) None of these
(iv) __________ is the task that is managed by Unsupervised Learning.
(a) Regression (b) Clustering (c) Classification (d) None of these

Practice Paper P.3


(v) Which of the following is a task that does not require human intelligence?
(a) Language Understanding (b) Pattern Recognition
(c) Decision-making (d) None of these
(vi) __________ is not an example of Weak AI.
(a) Self-driving car (b) Alexa
(c) Artificial General Intelligence (AGI) (d) Human-like robot

SECTION B—SUBJECTIVE TYPE QUESTIONS


Answer any 3 out of the given 5 questions on Employability Skills in 20–30 words each. (2 × 3 = 6 marks)
6. Differentiate between Verbal and Non-verbal Communication. Provide examples of each.
7. What are the different types of businesses?
8. Differentiate between Biotic and Abiotic Components.
9. Enlist the 7Cs of effective communication.
10. How can you identify if you are under stress?
Answer any 4 out of the given 6 questions in 20–30 words each. (2 × 4 = 8 marks)
11. When should we not use decision trees?
12. Explain the categorization of data by its property.
13. What are primary data collection techniques? Explain with an example.
14. Explain the importance of Data Interpretation.
15. How can we convert data type of a variable from one type to another?
16. What is Narrow AI?
Answer any 3 out of the given 5 questions in 50–80 words each. (4 × 3 = 12 marks)
17. Explain the role of Data Visualization in Artificial Intelligence.
18. Explain the role of Recurrent Neural Networks (RNNs) in generating sequences. Provide example.
19. Which working mode is represented in the image given below? How it is different from the other mode?

20. Differentiate between Keywords and Identifiers.


21. What are the best practices for Data Acquisition?

P.4 Decoding Artificial Intelligence–IX

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy