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

Artificial Intelligence p1

The document is an examination paper for a Class IX Artificial Intelligence course, comprising objective and subjective questions on topics such as employability skills, AI concepts, Python programming, and data security. It includes multiple-choice questions, true/false statements, and descriptive questions that assess students' understanding of AI and its applications. The total marks for the exam are 50, divided into two sections: objective (24 marks) and subjective (26 marks).

Uploaded by

sankhadipc2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

Artificial Intelligence p1

The document is an examination paper for a Class IX Artificial Intelligence course, comprising objective and subjective questions on topics such as employability skills, AI concepts, Python programming, and data security. It includes multiple-choice questions, true/false statements, and descriptive questions that assess students' understanding of AI and its applications. The total marks for the exam are 50, divided into two sections: objective (24 marks) and subjective (26 marks).

Uploaded by

sankhadipc2
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

ARTIFICIAL INTELLIGENCE

CLASS – IX
Time: 2 Hrs. Full Marks: 50

Section A: Objective Type Questions (24 Marks)

Q.1 Answer any 4 out of the given 5 questions on Employability Skills (1 x 4 = 4 marks)
i. Which of the following is not a part of verbal communication?
a. Language proficiency b. Accent and clarity
c. Expressions and gestures d. Drafting skills

ii. Assertion (A): Identifying goals helps greatly in self-management.


Reason (R): Knowing our goals helps us plan our tasks suitably.
a. Both A and R are correct and R is the correct explanation of A
b. Both A and R are correct but R is NOT the correct explanation of A
c. A is correct but R is not correct
d. A is not correct but R is correct

iii. When the computer is switched on, the instructions in the________ are executed first.
a. ROM b. RAM c. Hard disk d. All of these

iv. IoT devices share________ with each other.


a. Data b. Signal c. Intelligence d. None of these

v. Which type of business buys products at wholesale price and sells them in retail?
a. Service b. Manufacturing c. Merchandise d. Hybrid

Q. 2 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)


i. Which AI domains integrate if an Al system tries to recognise a handwritten note?
a. Data b. Computer Vision c. NLP d. All of these

ii. Process of producing useful patterns by processing enormous amount of data is called___________.
a. Data processing b. Sensing c. Analytics d. Reasoning

iii. Assertion (A): For AI applications, semantics of the language is a bigger challenge to understand.
Reason (R): Semantics refers to different meanings of the language in changing context.
a. Both A and R are correct and R is the correct explanation of A
b. Both A and R are correct but R is NOT the correct explanation of A
c. A is correct but R is not correct
d. A is not correct but R is correct

iv. An Al application uses user's data on social media to perform sentiment analysis. - this scenario may
pose which of the following kinds of threats?
a. Human replacement b. Bias c. Reliability issues d. Privacy threats

v. The training data set is prepared in which stage of AI Project Cycle?


a. Data Exploration b. Modeling c. Data Acquisition d. Evaluation
vi. Which of the following statement does not apply to rule-based machine learning approach?
a. Contradicting rules may be added.
b. Maintenance and upgrade is time-consuming and expensive.
c. Cannot be used in diverse and multiple domains.
d. The output results improve as more data is analysed.

Q.3 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)


i. Which of the following features are not of Python language?
a. Open-source b. Low level c. Portable d. Dynamic data types

ii. A data-set containing 1000 samples of handwriting images is an example of _____________ data.
a. Structured b. Unstructured c. Big d. Visual

iii. Which of the following serves as concatenation operator?


a. / b. + c. str d. =

iv. _________is a security technique that transforms readable data (plaintext) into an unreadable format
(Ciphertext) using an algorithm and an encryption key.
a. Data security b. Data authentication c. Data Privacy d. Encryption

v. State True or False


Python is case-sensitive when dealing with identifiers.

vi. In the context of AI, why is probability theory important?


a. It allows for precise calculations without error.
b. It replaces the need for linear algebra.
c. It focuses only on historical data analysis.
d. It is key for algorithms involving decision-making, natural language processing, and computer vision.

Q.4 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)


i. Who developed Python language?
a. Zim Den b. Guido Van Rossum c. John Mac Carthy d. Wick Van Rossum

ii. State true or False


Generative AI can create new content such as images or text that are not part of its training data.

iii. Decision tree is a ____________ machine learning model.


a. Rule-based b. Regression c. Learning-based d. Classification

iv. In an artificial neural network, the output made available through:


a. Neuron b. Synapse c. Axon d. Activation function

V. How can data literacy help in everyday life?


a. By increasing the amount of data one collects
b. By understanding and making sense of data in various contexts
c. By reducing the use of data
d. By ignoring data in decision-making
vi. Which of the following is a valid Python identifier?
a. 123variable b._my_variable c. for d. my_variable

Q.5 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)


i. Which two qualities are essential for ensuring trust in cyber security systems?
a. Speed and cost-effectiveness c. Complexity and novelty
b. Transparency and reliability d. Simplicity and popularity

ii. Match the items in Column A with those in Column B and choose the correct answer from the given
codes.

Column – A Column - B
i Expert System a Simulates how a human would behave as a conversational partner
Ii Chatbot B Uses knowledge stored in a knowledge base but requires the
intervention of human expert
Iii Digital Assistant C Autonomous vehicle
iv Self-Driving Car d Works on various mobile platforms

a. (i) B, (ii) A, (iii) D, (iv) C b. (i) A, (ii) B, (iii) C, (iv) D


c. (i) D, (ii) A, (iii) B, (iv) C d. (i) C, (ii) A, (iii) D, (iv) B
iii. Why is it important to describe data accurately?
a. to reduce the amount of data collected
b. to increase data complexity
c. to ensure proper understanding and categorization
d. to avoid data visualization

iv. What is the primary purpose of statistics in the context of data?


a. To create visual graphics
b. To collect, explore, and analyse data
c. To replace data with assumptions
d. To minimise the importance of data

V. Which of the following charts allows to show comparison between categories?


a. Histogram b. Bar chart c. Scatter plot d. None of these

vi. Assertion (A): Al-generated images are created using Al algorithms.


Reason (R): These algorithms use large amounts of data and learn patterns to create new images that
look like real ones.
a. Both A and R are true and R is the correct explanation for A
b. Both A and R are true and R is not the correct explanation for A
c. A is True but R is False
d. A is False but R is True
Section B: Subjective type Questions (26 Marks)

Answer any 3 out of the given 5 questions on Employability Skills. (2 x 3 = 6 marks)

Q. 6 What are the disadvantages of non-verbal communication?


Q.7 What are the benefits of self-discipline?
Q.8 Name any 4 peripheral devices.
Q.9 What do you mean by deforestation? What are its effects?
Q. 10 Write any four characteristics of entrepreneur.

Answer any 4 out of the given 6 questions. (2 x 4 = 8 marks)


Q. 11 Briefly explain any 2 factors that determine data quality.
Q. 12 How are ML and DL related to AI?
Q. 13 Al-powered lock with camera can identify people and then open the door only for authorized
members. Which Al technology is at play here? Explain.
Q. 14 Provide two instances of how Al solution have been applied to address societal problems.
Q. 15 Explain comments in Python with an example?
Q. 16 List down any 4 ways to ensure Data Security.

Answer any 3 out of the given 4 questions. (4 x 3 = 12 marks)


Q. 17 Differentiate between supervised and unsupervised learning.
Q. 18 Name the Al project cycle stages in correct sequence. In which stage the model is trained and tested.
Q. 19 What is the significance of system maps. What are the core components in a system map?
Q. 21 Explain the different operators present in Python.

You might also like