Important File Sheets Class 10

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

SWAMI VIVEKANAND PUBLIC SCHOOL

SECTOR-17 HUDA JAGADHRI


SAMPLE PAPER/X
SUBJECT: ARTIFICIAL INTELLIGENCE (417)
Time: 2 hrs M.M.: 50
General Instructions-
a. All the questions are compulsory.
b. The question paper is divided into 3 sections – A, B and C
SECTION A
QUES 1. MCQ (1X18=18 MARKS)
1. “This type of intelligence measure’s one’s awareness of the natural world around them and their
sensitivities to any changes that occur. It allows us to identify the variation among two different
species and understand how they are related”.
Identify the type of intelligence described in the above sentence.
2. Identify the incorrect statement(s) from the following:
(i) Deep learning is a subset of Machine Learning
(ii) Machine Learning is a subset of Deep Learning
(iii) Artificial Intelligence is a subset of Deep Learning
(iv) Deep Learning is the advanced form of AI and ML
a. only (i) c. (ii) and (iii)
b. (i) and (ii) d. Only (iii)
3. helps us to summarise all the key points into one single Template so that in future, whenever
there is a need to look back at the basis of the problem, we can take a look at this and understand the key
elements of it.
4. Identify which of the following is incorrect about the unsupervised learning-based model.
a. We can provide a very large data set.
b. The algorithm itself analyzes the data set and determines relationship within that data.
c. The labelled data fed with some rules by the developers.
d. It lets make predictions and improves the algorithms on its own.
5.

Identify the algorithm based on the given graph


a. Dimensionality reduction c. Classification
b. Clustering d. Regression
6. Assertion (A): A Neural Network helps in building predictive models based on huge data sets.
Reason (R): Backpropagation is one of the techniques used to train an Artificial Neural Network.
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 incorrect.
d. A is incorrect but R is correct.
7. Assertion (A): System maps tool helps figure out the relationship of elements with the project’s goal.
Reason (R): Positive arrows determine a direct relationship of elements while the negative arrows show
an inverse relationship of elements.
a. A is false but R is true. C. A is true but R is false.
b. Both A and R are true. D. Both A and R are false.
8. Video calls, chats, conferencing, movies are examples of:
a.Semi-structured data c. Structured data
b. Unstructured data d. None of the above
9. Unstructured information may contain data such as:
a.Dates c. Numbers
b. Facts d. All of these
10. The number of pixels in an image is called:
a.Resolution c. Pattern
b. Format d. None of the above
11. An image can be defined by a specifically arranged in rows and columns.
a.Three dimensional arrays c. Two dimensional array
b. One dimensional array d. All of the above
12. Ayushi was learning about NLP. She wanted to know the term used for the whole textual data from all
the documents altogether. Help her in identifying the term used for it.
13. A corpus contains 12 documents. How many document vectors will be there for that corpus?
a. 12 b. 1 c. 24 d. 1/12
14. Identify the type of chatbot with the information given below:
These bots work on pre-programmed instructions inside the application/machine and are generally easy
to develop. They are deployed in the customer care section of various companies. Their job is to answer
some basic queries that they are coded for and connect them to human executives once they are unable
to handle the conversation.
15. is used to record the result of comparison between the prediction and reality. It is not an evaluation
metric but a record which can help in evaluation.
16. Raunak was learning the conditions that make up the confusion matrix. He came across a scenario in
which the machine that was supposed to predict an animal was always predicting not an animal. What
is this condition called?
a. False Positive c. True Positive
b. False Negative d. True Negative
17. Which of the following statements is not true about overfitting models?
a. This model learns the pattern and noise in the data to such extent that it harms the
performance of the model on the new dataset
b. Training result is very good and the test result is poor
c. It interprets noise as patterns in the data
d. The training accuracy and test accuracy both are low
18. Priya was confused with the terms used in the evaluation stage. Suggest her the term used for the
percentage of correct predictions out of all the observations.
a. Accuracy c. Precision
b. Recall d. F1 Score
SECTION B
Ques 2 Each question carries 2 marks (2 x 10 = 20 marks)
1. How do you understand whether a machine/application is AI based or not? Explain with the help of
an example.
2. If you do an image search for vacations on a popular search engine, the first few searches
mostly return the picture of beaches. What is the concern here? Explain.
3. Differentiate between rule based and learning based AI modeling approaches.
4. Explain any two visualization techniques.
5. Explain the term outliers data. Give an example.
6. What do you mean by gray scale image?
7. Define a chatbot. What are its types?
8. With reference to data processing, expand the term TFIDF. Also give any two applications of
TFIDF.
9. People of a village are totally dependent on the farmers for their daily food items. Farmers grow
new seeds by checking the weather conditions every year. An AI model is being deployed in the
village which predicts the chances of heavy rain to alert farmers which helps them in doing the
farming at the right time. Which evaluation parameter out of precision, recall and F1 Score is best
to evaluate the performance of this AI model? Explain.
10. What will be the results of conversion of the term, ‘happily’ in the process of stemming and
lemmatization? Which process takes longer time for execution?
SECTION C
Ques 3 Each question carries 3 marks (4 x 3 = 12 marks)
1. Ashwat is amazed to learn about his sister Ananya who is multi-talented and has excelled in
academics, music, dancing, sports and painting. He was quite curious when Ananya told him that
he too possessed all these intelligences like every human being does, but only at different levels.
He wondered which intelligence she was talking about. Can you help Ashwat in learning about
different types of intelligences by naming and explaining any four types of intelligences?
2. Neural networks are said to be modeled the way how neurons in the human brain behave. A similar
system is mimicked by the AI machine to perform certain tasks. Explain how neural networks work
in an AI model and mention any three features of Neural Networks.
3. Samarth attended a seminar on Artificial Intelligence and has now been asked to write a report on
his learning’s from the seminar. Being a non-technical person, he understood that the AI enabled
machine uses data of different formats in many of the daily based applications but failed to sync it
with the right terminologies and express the details. Help Samarth define Artificial Intelligence; list
the three domains of AI and the data that is used in these domains.
4. Samiksha, a student of class X was exploring the Natural Language Processing domain. She got
stuck while performing the text normalization. Help her to normalize the text on the segmented
sentences given below:
Document 1: Akash and Ajay are best friends.
Document 2: Akash likes to play football but Ajay prefers to play online games.
5. Automated trade industry has developed an AI model which predicts the selling and purchasing
of automobiles. During testing, the AI model came up with the following predictions.
Confusion matrix Reality
Yes No
Predicted Yes 60 25
Predicted No 05 10

a. How many total tests have been performed in the above scenario?
b. Calculate precision, recall and F1 Score.

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