Set 3 Al X PB1 MS 2025
Set 3 Al X PB1 MS 2025
(SUMMER STATION)
FIRST PRE-BOARD EXAMINATION 2024-25
th
Class 10 Max Marks : 50
Subject: Artificial Intelligence Time : 2 hours
Section – A
Objective Type Questions
Q 1. MCQ based on Employability Skills (Do any 4) 4x1=4
i) b, Confidence
ii) d, Tension
iii) d, All of the above
iv) b, Ctrl + V
v) d, None of the above
vi) d, Petrol
Q 2. MCQ (Do any 5) 5x1=5
i) a, Big data
ii) d, All of the above
iii) a, Data
iv) b, Sophia
v) c, both (a) and (b)
vi) a, John MaCrthy
Q 3. MCQ (Do any 5) 5x1=5
i) a, Modeling
ii) b, Data Acquisition
iii) b, System Hacking
iv) d, All of the above
v) a, Evaluation
vi) a, Scenario
Q 4. MCQ (Do any 5) 5x1=5
i) a, Numeric
ii) c, Real Time
iii) b, Large diverse sets of data
iv) b, Natural Language
v) d, Text Extraction
vi) c, Underfitting
Q 5. MCQ (Do any 5) 5x1=5
i) d, CV
ii) b, Google Translate
iii) c, Grey Scale Image
iv) b, Error Matrix
v) c, Accuracy
vi) b, Real Time Scenario
Section – B
Subjective Type Questions
Answer any 3 out of the given 5 questions on Employability Skills. 3x2=6
Q 6. To develop verbal communication skills, you can follow the following tips.
1. Always use a confident and strong voice while communicating with others.
2. Be an active and good listener in order to grow as a communicator.
3. Avoid pauses and filler words while communicating because they might distract your audience.
Q 7. Self-motivated individuals have an inner urge to do something, achieve goals without any external
pressure. It is an in-built life skill and may be developed further as per the requirement of the
individual.
Q 8. Computer virus, malware and other harmful software can causeway damage to the important
data or application or working of computer as a whole. The loss of data can be prevented by.
Enabling firewall and installing a good antivirus software. And updating it on a regular basis.
Q 9. 1. Increases economic growth.
2. Fosters creativity.
3. Stimulates innovation and efficiency.
4. Creates jobs and gives employment opportunities.
Q10 Environmental pollution is defined as the contamination of the physical and biological
components of the earth to such an extent that normal environmental processes are adversely
affected.
Answer any 4 out of the given 6 questions in 20-30 words each. 4x2=8
Q 11. According to Howard Gardner all humans Does not have same intelligence, but all of us have
different types of intelligence.
Q 12. 1. No poverty
2. Gender equality
3. Quality education
4. Life on land
5. Life below water
Q 13. 1. For improving product quality and design.
2. To implement innovations and processes products and deliveries.
Q 14. Binary images are the simplest type of images. These images are composed of only two
colors, black and white, or in terms of binary number zero and one.
Q 15. Chat bots are artificially intelligent system that can converse with human beings in their natural
language. Chatbots are basically used for exchange of information where the conversation can
be text based or voice based.
Two types of chatbots are 1. Script bot 2. Smart bot
Q 16. Confusion matrix is a tabular representation for visualizing the performance of algorithm and
the model. It is mostly used to supervise learning of the model.
Answer any 3 out of the given 5 questions in 50-80 words each. 3 x 4 = 12
Q 17.
Artificial Intelligence (AI) Refers to any technique that enables computers to mimic human intelligence.
It gives the ability to machines to recognize a human’s face, to move and manipulate objects, to
understand the voice commands by humans and also do other tasks. The AI enabled machines think
algorithmically and execute what they have been asked for intelligently.
Machine Learning (ML) It is a subset of artificial intelligence which enables machines to improve a task
with experience data. The intention of machine learning is to enable machines to learn by themselves
using the provided data and make. Accurate predictions/Decisions.
Deep Learning (DL) It enables software to train itself to perform tasks with vast amounts of data. In deep
learning, the machine is trained with huge amounts of data, which helps it in training itself around the
data. Such machines are intelligent enough to develop algorithms for themselves. Deep learning is the
most advanced form of Artificial Intelligence out of these three. Then comes machine learning, which is
intermediately intelligent and Artificial Intelligence covers all the concepts and algorithms which in some
way or the other mimic human intelligence.
Q 18.
[stakeholders] People who are driving their
OUR WHO
vehicles on the roads.
HAS / HAVE
[issue, problem, need] Increasing Road accidents is
PROBLEM WHAT
the need when people do not follow traffic rules
THAT
Q 19. The quality of data for usefulness of it depends on the relevance of the data to the context in which the
problem is being solved. The quality of the data is defined by the features given below.
1. Age - Data collected should not be too old neither. It should be too recent. There must be a balance
in the age of the data being collected.
2. Accuracy - Data values collected should be accurate for getting accurate predictions from ai system.
If the data is not accurate, then there are chances that those records are missed out to be included in
testing data.
3. Data source - The data accuracy of the collected data depends. On the source from which it was
collected. This simply means that source for collecting the data should be authentic and reliable.
4. Format - We know that for creating an ai expert. System, we need. Variety of data in different
format. This helps in better training of ai machine.
Q 20.
Step 1 : Normalisation
Document 1: [aman, and, anil, are, stressed]
Document 2 : [aman, went, to , a, therapist]
Document 3 : [anil, went, to, download, a, health, chatbot]
Step 2 : Create a dictionary
aman and anil are stressed went
download health chatbot therapist a to
In this table, the header row contains the vocabulary of the corpus and 3 rows corresponding to three
different documents.
Q 21.
Online Insurance Company has developed an Automated AI model which predicts the selling and
purchasing of online insurance policies of automobiles. During testing, the AI model came up with the
following predictions.
Reality
Confusion Matrix
Yes No
Yes 60 25
Predicted
No 05 10
(i) How many total tests have been performed in the above scenario?
(ii) Calculate precision, recall and F1 Score.
Ans: (i) TP=60, TN=10, FP=25, FN=5
60+25+5+10=100 total cases have been performed
(ii) (Note: For calculating Precision, Recall and F1 score, we need not multiply the formula by 100 as
all these parameters need to range between 0 to 1)
Precision Recall=TP/(TP+FN) F1 Score=2*Precision*Recall/
=TP/(TP+FP) =60/(60+5) (Precision+Recall)
=60/(60+25) =60/65 =2*0.7*0.92/(0.7+0.92)
=60/85 =0.92 =0.79
=0.7