PB3 X Ai MS
PB3 X Ai MS
ARTIFICIAL INTELLIGENCE
(SUBJECT CODE - 417)
PRE-BOARD III EXAMINATION
Class X (Session 2023-2024)
Marking Scheme
SECTION A: OBJECTIVE TYPE QUESTIONS
Answer any 4 out of the given 6 questions on Employability Skills (1 x 4 = 4
Q. 1
marks)
1.1 (b) Self-motivation 1
1.2 (a) Consideration 1
1.3 (b) Graphical User Interface 1
1.4 The statement a myth 1
1.5 Soil nutrients are also getting depleted and lots of chemicals are spoiling the
1
soil due to use of chemical fertilizers.
1.6 (d) Linguistic barrier 1
Q. 2 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
2.1 (c) Musical Intelligence 1
2.2 (a) Both A and R are correct and R is the correct explanation of A. 1
2.3 (a) Training Data 1
2.4 (d) Neural Network 1
2.5 (a) Data Science 1
2.6 (d) All of the above 1
Q. 3 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
3.1 (d) YouTube 1
3.2 (b) 4Ws Problem 1
3.3 (a) Both Statement 1 and Statement 2 are correct. 1
3.4 3 1
3.5 (c) NLP 1
3.6 (b) F1 Score 1
Q. 4 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
4.1 (b) Both statements 1 and 2 are correct 1
4.2 (b) Accuracy 1
4.3 (b) Fraud and risk detection 1
4.4 (b) Object detection 1
4.5 (d) Text and Speech 1
4.6 (d) True Positive, False Positive 1
Q.5 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
5.1 (c) Al Bias 1
5.2 (a) defined as the fraction of positive cases that are correctly identified. 1
Page 1 of 4
5.3 (c) Pixel 1
5.4 Text classification 1
5.5 Natural Language Processing is the sub-field of AI that is focused on enabling
1
computers to understand and process human languages.
5.6 In an Al model, when the prediction is true and it matches with the reality, it is
1
true positive.
Just as humans learn how to walk and then improve this skill with the help of
their experiences, an Al machine too gets trained first on the training data and
then optimizes itself according to its own experiences which makes Al different
from any other technological device/machine.
Q.18 To develop an Al project, the AI Project Cycle provides us with an appropriate
framework which can lead us towards the goal. The Al Project Cycle mainly
has 5 stages:
1. Problem Scoping
2. Data Acquisition 4
3. Data Exploration
4. Modelling
5. Evaluation
Data Acquisition: As the term clearly mentions, this stage is about acquiring
Page 3 of 4
data for the project. Data can be a piece of information or facts and statistics
collected together for reference or analysis. Data can be collected through
surveys, interviews, webscrapping, sensors, cameras, observation, and API
programs. Whenever we want an Al project to be able to predict an output, we
need to train it first using data.
Data Exploration: While acquiring data, we must have noticed that the data is
a complex entity it is full of numbers and if anyone wants to make some sense
out of it, they have to work some patterns out of it. We need to explore data,
so that we can:
Quickly get a sense of the trends, relationships and patterns contained
within the data.
Define strategy for which model to use at a later stage.
Communicate the same to others effectively. To visualise data, we can use
various types of visual representations.
Q.19 Stakeholders Our People Who
Have a problem of Air pollution has damaging effects on What
human health
While When harmful gases like SO2, NO2 and CO2 Where
4
are emitted directly into air
An ideal solution Be develop an air quality index monitor so Why
would that one can know the local air quality and
take action to protect their health
Q.20 Bag of words algorithm: Bag of Words is a Natural Language Processing model
which helps in extracting features out of the text which can be helpful in
machine learning algorithms. In bag of words, we get the occurrences of each
word and construct the vocabulary for the corpus. Here is the step-by-step
approach to implement bag of words algorithm:
1. Text Normalisation: Collect data and pre-process it.
2. Create Dictionary: Make a list of all the unique words occurring in the corpus.
4
(Vocabulary)
3. Create document vectors: For each document in the corpus, find out how
many times the word from the unique list of words has occurred.
4. Create document vectors for all the documents. Let us go through all the
steps with an example:
Page 4 of 4