Class X Ai - MQP-2024-25 (11 - 20) F
Class X Ai - MQP-2024-25 (11 - 20) F
1 Anthony was surprised when he observed that most of the virtual assistants had a 1M
female voice. This is an example of_________.
a)AI Access b) AI Bias c) Remote Sensor d) Virus
2 _________ can be defined as the fraction of positive cases that are correctly identified. 1M
a) F1 Score b) Accuracy c) Recall d) Precision
3 Find the odd one out. 1M
a)Blue b)Yellow c)Green d)Red
4 Automatic Summarization, Sentiment Analysis, Text classification, Virtual Assistants are 1M
some of the applications of _________.
a)Bit coinb)Data Sciencec)Natural Language Processing d)Computer Vision
5 If the model’s output does not match with the true function at all. Then the model is 1M
said to be ________
a)underfitting b) overfitting c) perfect d) unbiased
6 Everything that is sent to the machine has to be converted to _________. 1M
a)coins b)numbers c)images d)papers
Q.17 What do you understand by AI, ML & DL? How are they different from each other? 4M
Q.18 Discuss about Problem Statement Template in detail. 4M
Q.19 Shahid has a doubt on the learning based approach to modelling. Can you explain him 4M
what it is all about?
Q.20 Niharika wants to the use of Chatbots. Explain her with suitable examples. 4M
Q.21 What do you know about Confusion Matrix? 4M
1 a)Business managers 1M
2 a) Both A and R are true and R is the correct explanation of A. 1M
3 b)Python 1M
4 d)feature 1M
5 b) Natural Language Toolkit 1M
6 c)TP/TP+FP*100% 1M
Q. 5 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
1 b) AI Bias 1M
2 c) Recall 1M
3 b)Yellow 1M
4 c)Natural Language Processing 1M
5 a)underfitting 1M
6 b)numbers 1M
Q 11 The problem statement template gives a clear idea about the basic framework required to 2M
achieve the goal. It is the 4Ws canvas which segregates; what is the problem, where does it
arise, who is affected, why is it a problem? It takes us straight to the goal.
Q Project Cycle is a step-by-step process to solve problems using proven scientific methods 2M
.12 and drawing inferences about them. The AI Project Cycle provides us with an appropriate
framework which can lead us towards the goal.
The AI Project Cycle mainly has 5 stages: They are
a) Problem Scoping b) Data Acquisition c) Data Exploration d) Modelling e) Evaluation.
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
The Problem Statement Template helps us to summarise all the key points into one single
Template so that in future, whenever there is need to look back at the basis of the
problem, we can take a look at the Problem Statement Template and understand the key
elements of it.
Q.19 Learning based approach refers to the AI modelling where the machine learns by itself. 4M
Under the Learning Based approach, the AI model gets trained on the data fed to it and
then is able to design a model which is adaptive to the change in data. That is, if the model
is trained with X type of data and the machine designs the algorithm around it, the model
would modify itself according to the changes which occur in the data so that all the
exceptions are handled in this case.
Where,
True positives (TP), being the number of correct predictions for the positive class.
False positives (FP), those negative-class instances incorrectly identified as positive
cases. These are also called type I errors in statistics.
False negatives (FN), the actual positive instances erroneously predicted negative.
True negatives (TN), which are the actual negative class instances accurately
predicted negative.
Totaling up each of these values would provide the model’s total number of predictions.
KENDRIYA VIDYALAYA SANGATHAN HYDERABAD REGION
MODEL QUESTION PAPER -12
2024-25
CLASS:X TIME:02HOURS
SUBJECT:ARTIFICIAL INTELLEGENCE MAX.MARKS:50
SECTION A: OBJECTIVE TYPE QUESTIONS
Q. 1 Marks
Answer any 4 out of the given 6 questions on Employability Skills (1 x 4 = 4 marks)
1 Sunil, when leaving from his friend’s house is bidding goodbye by waving his hands. 1M
Which type of non-verbal communication is used by Sunil?
a) Expressionb) Body languagec)Gestured)All the above
2 SMART method can be used to set goals to make you successful in your career and 1M
personal life. What does 'M' in SMART stand for?
a)Money b)Millet c)Measureabled)Meter
3 Arushi gets up at 5 am and goes to her badminton classes. Then she comes home and 1M
finishes her homework before going to school. She does this all by herself. No one tells
her to do it. This is an example of
a) Self-motivationb) External motivation
c) Both self and external motivationd) Not any specific type of motivation
4 Assertion (A): E-Governance is regarded as the ICT-enabled system in achieving Good 1M
Governance.
Reason (R): Empathy is one of the desirable characteristics of e-Governance. In the light
of the above statements, choose the correct answer from the options given below:
a)Both (A) and (R) are true and (R) is the correct explanation of (A)
b)Both (A) and (R) are true but (R) is NOT the correct explanation of (A)
c)(A) is true but (R) is false
d)(A) is false but (R) is true
5 Choose the option which is not a sustainable development goal according to United 1M
Nations.
a) Clean Water and Sanitation b) Gender Equality
c) Population d) Reduced Inequalities
6 Which of the following are misconception about Entrepreneur? 1M
a) Entrepreneurs are born, not made.
b) A person having a big business is an entrepreneur.
c) A person needs a lot of money to start a business.
d) All of the above
Q. 2 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
2 The method of collecting correct and dependable data to work with is known as 1M
___________.
a) Problem Scopingb) Data Acquisitionc) Data Explorationd) Modeling
3 Which machine learning model is used for predicting continuous outcomes? 1M
4 ________images are images which have a range of shades of gray without apparent 1M
colour.
a) Historicalb) RGBc) Grayscale d) Switch
5 _____are the words which occur very frequently in the corpus but do not addany value 1M
to it.
a) Special Charactersb)Stopwords
c) Roman Numbers d) Useless Words
6 Out of the following, which evaluation methods are used to calculate F1 score? 1M
a) Accuracy & recallb) Precision & F1 score
c) Accuracy and Precisiond) Precision & Recall
Q. 4 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
1 Nitya wants to learn machine learning. Suggest a free and open-source library from the 1M
list below:
a)scikit-learnb)Matplotlibc)NumPyd)Pandas
2 Statement 1: F1 score is evaluated based on precision or recall. 1M
Statement 2: When the F1 score is 0, the model accuracy is 100%
a) Both statement1 and statement 2 are correct.
b) Both statement1 and statement 2 are incorrect.
c) Statement 1 is correct but statement 2 is incorrect.
d) Statement 1 is incorrect but statement 2 is correct.
3 Srinivas would like to know what dimensionality reduction is. Help him with a 1M
definition.
4 Expand CNN____ 1M
a)conventional natural networkb)concrete neural network
c)contradictory natural networkd)convolutional neural network
5 Write any two applications of NLP. 1M
6 Neeraja wants to know the need of evaluation. Can you explain her? 1M
4 What is a chatbot called which uses simple FAQs without any intelligence? 1M
a) Smart Chatbot
b) Script Chatbot
c) AI Chatbot
d) ML Chatbot
5 The higher the value, the more important the word in the document – this istrue 1M
ofwhich model?
a) Bag of Words
b)TF-IDF
c) YOLO
d) LUDO
6 F1 score=? 1M
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Q.18 What do you know about the Problem Scoping stage of AI Project Cycle? 4M
Q.21 Pradeep wants to know different evaluationmethods of AI models. Can you explain him 4M
with the help of formulas?
1 c)Gesture 1M
2 c)Measureable 1M
3 a) Self-motivation 1M
4 c)(A) is true but (R) is false 1M
5 c) Population 1M
6 d) All of the above 1M
Q. 2 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
1 d) Problem Scoping -> Data Acquisition -> Data Exploration -> Modelling ->Evaluation 1M
2 a) Clustering 1M
3 d) neural networks 1M
4 c) Both the statements are correct 1M
5 b) images or other complex data 1M
6 a) Both Assertion (A) and Reason (R) are correct and Reason (R) is the correct 1M
explanation of Assertion (A).
Q. 3 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
3 Computer vision 1M
4 b) Script Chatbot 1M
5 a) Bag of Words 1M
6 2*(precision*recall)/(precision+recall) 1M
OR
TP/TP+1/2(FP+FN)
Q 13 Data science is a field that combines statistics, computer science, and domain expertise 2M
to extract insights and knowledge from data.
Disadvantages:
Data privacy concerns: There is a risk of data privacy concerns when data is
collected and analyzed.
Bias in data: Data can be biased due to many factors, such as the selection of the
data or the way it is collected.
Misinterpretation of data: Data science involves complex statistical analysis,
which can sometimes lead to misinterpretation of the data.
Data quality issues: Data science depends on the quality of the data used. If the
data is not accurate, complete or consistent, it can lead to incorrect results.
Cost and time: Data science can be time-consuming and expensive.
(Any two relevant points)
Q .14 Computer vision is a branch in the Domain of AI that enables computers to analyze 2M
meaningful information from images, videos, and other visual inputs.
Applications of Computer Vision
Facial recognition
The most frequently used technology is smartphones. It is a technology to remember
and verify a person, object, etc from the visuals from the given pre-defined data. Such
kinds of mechanics are often used for security and safety purposes.
Facial filters
Modern days social media apps like Snapchat and Instagram use such kinds of
technology that extract facial landmarks and process them using AI to get the best
result.
Google lens
To search data, Google uses Computer vision for capturing and analysing different
features of the input image to the database of images and then gives us the search.
Automotive
The machinery in industries is now using Computer vision. Automated cars are
equipped with sensors and software which can detect the 360 degrees of movements
determine the location, detect objects and establish the depth or dimensions of the
virtual world.
Medical Imaging
It creates and analyses images and helps doctors with their interpretation.The
application is used to read and convert 2D scan images into interactive 3D models.
(Any two relevant points)
Q 15 A usual interaction between machines and humans using Natural Language Processing 2M
could go as follows:
• Humans talk to the computer
• The computer captures the audio
• There is an audio to text conversion
• Text data is processed Data is converted to audio
• The computer plays the audio file and responds to humans
Q 16 The true positive rate (TPR), or the proportion of all actual positives that were classified 2M
correctly as positives, is also known as recall.
Recall is mathematically defined as:
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Q.17 The Three Domain of AI: 4M
a) Data Science: -
Data science is a domain of AI related to data systems and processes, in which the system
collects numerous data, maintains data sets and derives meaning/sense out of them.
The information extracted through data science can be used to decide about it.
Applications:
Price Comparison Websites, Targeted Advertising, Stock Market Analysis and etc
b) Computer Vision: -
Computer Vision is a domain of AI that depicts the capability of a machine to get and
analyse visual information and afterwards predict some decisions about it.
The entire process involves image acquiring, screening, analysing, identifying and
extracting information.
This makes devices visually enabled and gives the capability to understand the visual
information.
Applications:
Self-Driving Cars, Face lock in smart phones, Filters in images and etc.
c) Natural Language Processing: -
Natural Language Processing is a domain of AI that deals with the interaction of
computers and humans using the natural language.
Natural language refers to language that is spoken and written by people.
Natural Language Processing (NLP) attempts to extract information from the spoken and
written words to understand its meaning.
Applications: -
Virtual Assistants, E-Mail Filters, Speech to Text conversion and etc.
Q.18 Many times, we become so used to a problem that it becomes a part of our life. 4M
Identifying such a problem and having a vision to solve it, is what Problem Scoping is
about.
Scoping a problem is not that easy as we need to have a deeper understanding around it
so that the picture becomes clearer while we are working to solve it. The 4Ws Problem
canvas helps in identifying the key elements related to the problem.
Who?
The “Who” block helps in analysing the people getting affected directly or indirectly due
to it. Under this, we find out who the ‘Stakeholders’ to this problem are and what we
know about them. Stakeholders are the people who face this problem and would be
benefitted with the solution.
What?
Under this block, you also gather evidence to prove that the problem you have selected
actually exists. Newspaper articles, Media, announcements, etc are some examples.
Where?
This block will help us look into the situation in which the problem arises, the context of
it, and the locations where it is prominent.
Why?
The “Why” canvas, think about the benefits which the stakeholders would get from the
solution and how it will benefit them as well as the society.
Q.19 Rule Based Approach: It refers to the AI modelling where the relationship or patterns in 4M
data are defined by the developer. The machine follows the rules or instructions
mentioned by the developer, and performs its task accordingly.
For example, suppose you have a dataset comprising of 100 images of apples and 100
images of bananas. To train your machine, you feed this data into the machine and label
each image as either apple or banana. Now if you test the machine with the image of an
apple, it will compare the image with the trained data and according to the labels of
trained images, it will identify the test image as an apple. This is known as Rule based
approach. The rules given to the machine in this example are the labels given to the
machine for each image in the training dataset.
Learning Based Approach: In this approach, the machine learns by itself. It refers to the
AI modelling where the relationship or patterns in data are not defined by the developer.
In this approach, random data is fed to the machine and it is left on the machine to figure
out patterns and trends out of it. Generally, this approach is followed when the data is un
labelled and too random for a human to make sense out of it.
For example, suppose you have a dataset of 1000 images of random stray dogs of your
area. You would put this into a learning approach-based AI machine and the machine
would come up with various patterns it has observed in the features of these 1000
images which you might not have even thought of!
Q.20 Text Normalization is a process to reduce the variations in text’s word forms to a 4M
common form when the variation means the same thing. The different in text
normalization is
1. Sentence Segmentation
2. Tokenisation
3. Removing Stop words, Special characters and Numbers
4. Converting text to a common case
5. Stemming
6. Lemmatization
1. Sentence Segmentation: Under sentence segmentation, the whole text is divided into
individual sentences.
2. Tokenisation: After segmenting the sentences, each sentence is then further divided
into tokens. Tokens is a term used for any word or number or special character occurring
in a sentence. Under tokenisation, every word, number and special character is
considered separately and each of them is now a separate token.
3. Removing Stop words, Special characters and Numbers: Stop words are the words in
any language which do not add much meaning to a sentence. They can safely be ignored
without sacrificing the meaning of the sentence These words occur the most in any given
sentence but talk very little or nothing about the context or the meaning of it. Hence, to
make it easier for the computer to focus on meaningful terms, these words are removed.
4. Converting text to a common case: After the stop words removal, we convert the
whole text into a similar case, preferably lower case. This ensures that the case-sensitivity
of the machine does not consider same words as different just because of different cases.
5. Stemming: -stemming is the process in which the affixes of words are removed, and
the words are converted to their base form. In stemming, the stemmed words (words
which are we get after removing the affixes) might not be meaningful.
6. Lemmatization: In lemmatization, the word we get after affix removal (also known as
lemma) is a meaningful one. Lemmatization makes sure that lemma is a word with
meaning and hence it takes a longer time to execute than stemming.
Q.21 Accuracy is the proportion of all classifications that were correct, whether positive or 4M
negative. It is mathematically defined as:
Precision is the proportion of all the model's positive classifications that are actually
positive. It is mathematically defined as:
1 Srikanth forgotten the AI domain that works around numeric and alpha numeric data. 1M
Can you identify it from the below:
a)Computer Vision
b)Data Sciences
c)Computer Science
d)Natural Language Processing
2 Statement1: Recall is defined as the fraction of positive cases that are wrongly Identified. 1M
Statement2: Accuracy is defined as the percentage of correct predictions out of all the
observations.
a) Both Statement1 and Statement2 are correct
b) Both Statement1 and Statement2 are incorrect
c) Statement1 is correct but Statement2 is incorrect
d) Statement2 is correct but Statement1 is incorrect
3 Sunitha is working on a data science project and would like to learn a tool for data 1M
visualization. Can you suggest one?
4 Find the odd man out. 1M
a) SimpleCV
b) OpenCV
c) Simos
d) Keras
5 Which of the following is not related to Natural Language Processing (NLP) 1M
a)NLTKb)Zoomc)SpaCy d)Gensim
6 Dinesh is learning the conditions that make up the confusion matrix. He came across a 1M
scenario in which the machine that was supposed to predict a banana was always
predicting a banana. What is this condition called?
a) False Positiveb) True Positivec) False Negatived) True Negative
Q. 5 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
1 Riyaz is an employee in MNC, whenever he feels stressed, he would like to spend some 1M
time with friends, listens to music and relieves his stress. He possess ________________
Intelligence.
a) Kinesthetic
b) Spatial
c) Inter Personal
d) Intra Personal
2 ________is used to identify patterns and relationships within a dataset, which can then 1M
be applied to new and unseen data.
a) Classification b)Regression c)Dimension Reduction d)Dictionary
3 Google Translate App is one of the applications of _________. 1M
a)Data Science
b)Networks
c)DBMS
d)Computer Vision
4 Stemming uses the _______ of the word, while lemmatization uses the context in which 1M
the word is being used.
a)nerve
b)root
c)stem
d)pronoun
5 ______ measures how important a term is within a document relative to a collection of 1M
documents.
a)TF-IDF
b)Bag of Words
c)Corpus
d)RAM
6 The training data is used to train the machine learning algorithm. The testing data is used 1M
to ______ the accuracy of the trained algorithm.
a)break
b)remember
c)predict
d)evaluate
Reality
Confusion matrix
YES NO
YES 60 25
Prediction
NO 5 10
i) How many total tests have been performed in the above scenario?
ii) Calculate precision, recall and F1 score.
Q.1 AI Categories: 4M
7 Artificial Intelligence:
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 at tasks 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.
Q.1 Supervised learning 4M
8 Supervised learning is an approach to creating artificial intelligence (AI), where the program is
given labelled input data and the expected output results. OR Supervised learning is a learning
in which we teach or train the machine using data which is well labelled that means some data
is already tagged with the correct answer. After that, the machine is provided with a new set of
examples (data) so that supervised learning algorithm analyses the training data (set of training
examples) and produces a correct outcome from labelled data. In a supervised learning model,
the dataset which is fed to the machine is labelled. It means some data is already tagged with
the correct answer. In other words, we can say that the dataset is known to the person who is
training the machine only then he/she is able to label the data.
Unsupervised Learning: An unsupervised learning model works on unlabelled dataset. This
means that the data which is fed to the machine is random and there is a possibility that the
person who is training the model does not have any information regarding it. The unsupervised
learning models are used to identify relationships, patterns and trends out of the data which is
fed into it. It helps the user in understanding what the data is about and what are the major
features identified by the machine in it.
Q.1 Types of Intelligences: 4M
9 Linguistic Intelligence: Aaadya's ability to excel in academics and possibly writing or public
speaking showcases linguistic intelligence, which involves proficiency in language and
communication.
Musical Intelligence: Aaadya's talent in music indicates musical intelligence, which involves
sensitivity to rhythm, melody, and sound.
Bodily-Kinesthetic Intelligence: Aaadya's prowess in dancing and sports suggests bodily-
kinesthetic intelligence, which relates to physical coordination, agility, and control.
Visual-Spatial Intelligence: Aaadya's skill in painting reflects visual-spatial intelligence, which
involves the ability to perceive the world accurately and manipulate objects mentally.
Q.2 Stopwords in the given sentence which should not be removed are: @, . (fullstop) 4M
0 ,_(underscore) , 123(numbers) These tokens are generally considered as stopwords, but in the
above sentence, these tokens are part of email id. Removing these tokens may lead to invalid
website address and email ID. So these words should not be removed from the above sentence.
(1 mark for identifying any twostop words from the above, and 1 mark for the valid
justification.)
Q.2 i) Total tests performed = Sum of all entries in the confusion matrix = 60 + 25 + 5 + 10 = 100 4M
1 ii)
Precision = True Positives / (True Positives + False Positives) = 60 / (60 + 5) = 0.923 Recall = True
Positives / (True Positives + False Negatives) = 60 / (60 + 25) = 0.706
F1 Score = 2 * (Precision * Recall) / (Precision + Recall) = 2 * (0.923 * 0.706) / (0.923 + 0.706) ≈
0.801
KENDRIYA VIDYALAYA SANGATHAN HYDERABAD REGION
MODEL QUESTION PAPER-14
2024-25
CLASS:X TIME:02 HOURS
SUBJECT:ARTIFICIAL INTELLEGENCE MAX.MARKS:50
4 DeepLearning,particularlyConvolutionalNeuralNetworks(CNNs),iscommonlyusedinCom 1M
puterVision (True / False)
5 CSV file extension stands for_________ 1M
a) Cell-separated verb
b) Civil-services van
c) Customer-service value
d) Comma-separated value
6 Which of these is not an NLP library? 1M
(a) NLTK
(b) NLP Kit
(c) Open NLP
(d) NLP Suite
Q. 3 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
6 When the model always predicts correctly on the training data set and incorrectly on 1M
the test data set, this situation leads to (Underfitting/Overfitting)
Q. 4 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
1 When a user installs an app in the smartphone, it asks for access to gallery, contacts, 1M
etc. After accepting this, it gives the user agreement which most users accept without
realizing the implications. What is the concern here?
(a) Data Privacy (b) Unemployment (c) AI bias (d) No concern
2 A bank has implemented an AI system to detect fraudulent transactions. After 1M
deployment, they want to evaluate how effectively the model is identifying fraudulent
activities without blocking legitimate transactions.Which evaluation metric would best
measure the bank's concern about minimizing false positives in the fraud detection AI?
(a) Recall
(b) Precision
(c) Accuracy
(d) F1-Score
3 What is Matplotlib library mainly used for? 1M
5 _____are the words which occur very frequently in the corpus but do not addany value 1M
to it.
a. Special Characters
b. Stopwords
c. Roman Numbers
d. Useless Words
6 Seema is learning the conditions that make up the confusion matrix. She cameacross a 1M
scenario in which the machine that was supposed to predict a bird wasalways
predicting a bird. What is this condition called?
a. False Positive
b. True Positive
c. False Negative
d. True Negative
Q. 5 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
Q 8 “The Trojan Horse was a wooden horse said to have been used by the Greeks during 2M
the Trojan War to enter the city of Troy and win the war”.
What does Trojan horse mean in computer terminology?
Q .9 How is society helping entrepreneurs in their business? 2M
Q .12 What do you understand by the Evaluation and Deployment stage in AI project cycle? 2M
Q 13 Explain the concept of bias and variance in machine learning and how they affect model 2M
performance.
Q .14 What is an RGB image? Why is it called so? 2M
Q 15 What is Tokenization? Count the number of tokens in the following sentence: If you fail, 2M
never give up because FAIL means "First Attempt in Learning.”
Q 16 People of a village are totally dependent on the farmers for their daily food items. 2M
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
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Q.20 Define Text normalization and explain the different steps in involved. 4M
Q.21 An IT company situated in Bombay developed an AI model which predicts the 4M
purchasing of electronic gadgets. During testing, the AI model came up with the
following predictions.
Based on the given predictions, calculate the following
Reality
Confusion matrix
YES NO
YES 60 25
prediction
NO 5 10
How many total tests have been performed in the above scenario.
Calculate precision, recall and F1 score.
Q 11 2M
AITECHNOLOGY NON-AITECHNOLOGY
Asoftwareormachinethatcanoperate A software or machine that performs
autonomously and adapt to user a fixed set of functions and does not
behavior adapt to user behaviour.
Example:Siri Example: MS Word
Q .12 Evaluation and Deployment is the final stage in AI project cycle. In evaluation, the 2M
trained model’s performance is evaluated using evaluation metrics. Once Evaluation is
done, the model is deployed to make real-life applications available and this process is
called Deployment.
Q 13 Bias refers to systematic error, while variance refers to model sensitivity to data. High 2M
bias leads to under fitting, while high variance leads to overfitting. The goal is to
balance bias and variance to achieve optimal model performance.
Q .14 RGB stands for RED GREEN BLUE.It represents digital images. 2M
RGB images are called so because they work on RGB color models which use the
primary colors (Red Green Blue) and produces a wide range of colors by combining
varying intensities of colors in each channel
Q 15 Tokenization is a fundamental process that involves breaking down sentences and 2M
transforming sentence segmentation into individual units called tokens. These tokens
can be words, numbers or special characters occurring in a sentence.
Tokenizers split the given sentence (raw data) as
*‘If’,‘you’,‘fail’,‘,’,‘never’,‘give’,‘up’,‘because’,‘FAIL’,‘means’,‘”’,‘First’,‘Attempt’,‘in’,‘Lear
ning’,‘”’,‘.’+.
Numberoftokens=17
Q 16 Let us take each of the factor into consideration at once, If precision is considered, FN 2M
cases will not betaken into account, so it will be of great loss as if the machine will
predict there will be no heavy rain, but if the rain occurred, it will be a big monetary
loss due to damage to crops.
If only recall is considered, then FP cases will not be taken into account. This situation
will also cause a big amount of loss, as all people of the village are dependent on
farmers for food, and if the model predicts there will be heavy rain and the farmers
may not grow crops, it will affect the basic needs of the people.
Hence F1 Score is the best suited parameter to test this AI model, which is the balance
between Precision and Recall.
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
1 People with strong………….intelligence are able to use words well in both writing and 1M
speaking.These people are typically excellent writers, poets, lawyers and public
speakers.
2 The stages of the AI project cycle are _____________. 1M
a. Problem Scoping & Data Acquisition
b. Data Exploration & Modeling
c. Evaluation
d. All of the above
3 Statement A: Neural networks are made up of layers of neurons. 1M
Statement B: Human brain consists of millions of neurons.
i)Only Statement A is correct
(ii) Only Statement B is correct
(iii) Both the statements are correct
(iv) None of the statements is correct
4 Divya was learning neural networks. She understood that there were three layers in a 1M
neural network. Help her identify the layer that does processing in the neural network.
(a) Output layer
(b) Hidden layer
(c) Input layer
(d) Data layer
5 CSV file extension stands for_________ 1M
a) Cell-separated verb
b) Civil-services van
c) Customer-service value
d) Comma-separated value
6 Identify the type of chatbot with the information given below: 1M
All the assistants like Google Assistant, Alexa, Cortana, Siri, etc., can not only handle
conversations but also manage to do other tasks.
Q. 3 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
3 Which of the following tasks involves identifying and locating objects within an image? 1M
A) Image compression
B) Feature extraction
C) Object detection
D) Image enhancement
4 Which of these is not an NLP library? 1M
(a) NLTK
(b) NLP Kit
(c) Open NLP
(d) NLP Suite
5 What is the process of extracting emotions within a text data using NLP called? 1M
a. Sentiment Analysis
b. Emotional Data Science
c. Emotional Processing
d. Emotional Classification
6 _____________ is used to record the result of comparison between the prediction and 1M
reality. It is not an evaluation metric but a record which can help in evaluation.
(Accuracy Table/Confusion Matrix)
Q .12 Nitya has learnt different types of modelling in AI project life cycle. But she is confused 2M
about the Supervised and Unsupervised learning algorithms. Help her to understand
them.
Q 13 List some sources of acquiring data. 2M
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Q.20 A 52-year-old man named Satya, a partially blind writer, writes short stories and poems 4M
in rural newspapers and magazines. He is dependent on villagers for his work. Suggest
some NLP-based techniques so that he can continue his work independently.
Q.21 A binary classification model has been developed to classify the information spread 4M
through social media is as either “Fake ” or “Real ”. The model was tested on a dataset
of 300 information, and the resulting confusion matrix is as follows:
Reality
Confusion matrix
YES NO
YES 150 40
prediction
NO 50 60
calculate Accuracy, precision, recall and F1 score.
1 (d)Data summarisation 1M
2 (c)Accuracy 1M
3 True 1M
4 B) The intensity 1M
5 Stop 1M
6 Evaluation 1M
Q. 5 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
1 (b) Unfair predictions due to discrimination in training data 1M
2 Prediction 1M
3 C) Object detection 1M
4 (b) NLP Kit 1M
5 d. Emotional Classification 1M
6 Confusion Matrix 1M
Q 11 2M
ML DL
ML stands for Machine Learning. It DL stands for Deep Learning. It is a subset
is a subset of Artificial Intelligence of Machine Learning which enables
which enables machines to software to train itself to perform tasks with
improve at tasks with vast amounts of data.
experience(data).
The intention of Machine In Deep Learning, the machine is trained
Learning is to enable machines with huge amounts of data which helps it in
to learn by themselves using the training itself around the data. Such
provided data and make accurate machines are intelligent enough to develop
Predictions/Decisions. algorithms for themselves.
Machine Learning uses two types of Deep Learning uses Neural Networks
algorithms which makes it the most advanced form of
–Supervised and Unsupervised. Artificial Intelligence.
Q Supervised Learning: In a supervised learning model, the data set which is fed to the machine 2M
.12 is labelled. It means that the data used to train the machine is already tagged with the correct
answer. In other words, when the machine is provided with the new data set, the supervised
learning algorithm analyzes the training data and produces a correct outcome from labelled
data.
Q.17 Deep Learning is a subset of Machine Learning. Deep Learning enables machines to train with 4M
huge amount of data which helps it in training itself around the data. These machines are
capable to develop algorithms for themselves.
Q.18 Who: The users are organizations that rely on AI for cybersecurity. 4M
What: The project focuses on using AI to enhance cybersecurity by detecting unusual
behaviors, especially data migration threats.
Where: Applied in environments with complex interconnected systems vulnerable to attacks.
Why: Traditional firewalls are no longer sufficient to manage risks; AI provides more advanced
solutions by analyzing large amounts of data to identify potential threats, improving security
measures beyond manual monitoring.
Q.19 Supervised learning is an approach to creating artificial intelligence (AI), where the program is 4M
given labelled input data and the expected output results. OR Supervised learning is a
learning in which we teach or train the machine using data which is well labelled that means
some data is already tagged with the correct answer. After that, the machine is provided with
a new set of examples (data) so that supervised learning algorithm analyses the training data
(set of training examples) and produces a correct outcome from labelled data. In a supervised
learning model, the dataset which is fed to the machine is labelled. It means some data is
already tagged with the correct answer. In other words, we can say that the dataset is known
to the person who is training the machine only then he/she is able to label the data.
Q.20 There are many applications based on NLP which Satya may use to continue his passion 4M
independently. Any application that converts speech to text will work for Satya. Such
applications may include:
(a) Siri or Alexa: Available on smart devices, Siri is a feature of IOS and is available on
iPhone. Alexa, onthe other hand, is an Amazon product.
(b) Microsoft word: The feature which recognizes speech and converts it into text is now
available on the latest version of Microsoft word.
(c) Applications like DictationandGboard may also work well for Satya.
Q.21 Accuracy = (TP +TN ) ∗ 100% 4M
TP +TN +FP +FN
Recall is defined as the fraction of positive cases that are correctly identified.
TP
Recall = ∗ 100
TP + FN
Precision is defined as the percentage of true positive cases versus all the cases where the
prediction is true.
TP
Precision = ∗ 100
TP + FP
1 An AI system is asked to recommend the best movie based on user preferences. What is the 1M
most important step for the AI system to make an accurate decision?
A) Randomly select a movie
B) Analyze the user’s past viewing habits and preferences
C) Choose the most popular movie available
D) Select a movie that is on sale
2 Which of the following is an example of supervised learning? 1M
A) Clustering customers based on purchasing behavior
B) Predicting house prices based on historical data
C) Finding hidden patterns in customer reviews
D) Reducing the number of features in a dataset
3 Which of the following is a common programming language used in data science? 1M
(a) HTML
(b) Java
(c) Python
(d) CSS
Q 10 List four Sustainable Development Goals (SDGs) included in the 2030 Agenda for Sustainable 2M
Development.
Answer any 4 out of the given 6 questions in 20 – 30 words each (2 x 4 = 8 marks)
Q 11 A healthcare provider is planning to collect patient data for an AI-driven health analytics 2M
project. They must ensure ethical standards are met. What ethical considerations
should the provider address when acquiring patient data for their AI project?
Q .12 A city government wants to implement a smart traffic management system using AI. 2M
They are at the problem scoping stage and need to identify the relevant stakeholders
for the project. What steps should the city government take to identify stakeholders
effectively, and how can engaging these stakeholders benefit the project?
Q 13 How can we use data science in the field health care. 2M
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Q.17 What do you understand by AI, ML & DL? How are they different from each other? 4M
8. Windows
macOS
Linux
Android
9. Entrepneurship promotes job creation, innovation, contributes to GDP growth, and encourages
investment. It also fosters competition, leading to better products and services.
10. No poverty
Zero hunger
Quality education
Climate action
11. Ethical considerations include:
Ensuring informed consent
Maintaining data privacy
Securing sensitive information
Preventing bias in data usage
12. Steps to identify stakeholders:
Conduct a stakeholder analysis
Engage with citizens, government agencies, and traffic authorities
Benefits:
Increased support and collaboration
Better design and functionality
13. Data science can help in:
Predictive analytics for disease prevention
Personalized medicine and treatments
Monitoring health trends
Fraud detection in insurance claims
14. Image classification is the process of categorizing and labeling images into predefined classes based on
their visual content. It is commonly used in applications like facial recognition and medical diagnosis.
15. Stop words are common words (e.g., "the," "is," "in") that are typically removed from text during
natural language processing to focus on important terms.
16. Precision and recall are two important parameters for evaluating the performance of a machine learning
model.
17. AI (Artificial Intelligence): Broad field focused on creating systems that mimic human
intelligence.
ML (Machine Learning): Subset of AI, enabling systems to learn from data without explicit
programming.
DL (Deep Learning): Subset of ML that uses neural networks with multiple layers to model
complex patterns.
Differences:
AI includes ML, which in turn includes DL. DL works with large datasets and complex patterns, while ML
uses simpler algorithms.
18.
19. Unsupervised Learning: A type of machine learning where the model learns patterns from
unlabelled data.
Clustering: Grouping similar data points together based on shared characteristics.
Dimensionality Reduction: Reducing the number of features in a dataset while retaining essential
information to make data analysis easier.
20. TF-IDF Calculation for the Given Corpus
Step 1: List the Unique Terms in the Corpus
Johny, Yes, Papa, Eating, sugar, No, Telling, lies, Open, your, mouth, Ha,
Step 2: Term Frequency (TF)
Document 1: "Johny Johny, Yes, Papa" Document 2: "Eating sugar? No Papa"
Total terms: 4 Total terms: 4
TF: TF:
Johny: 2/4 = 0.5 Eating: 1/4 = 0.25
Yes: 1/4 = 0.25 sugar: 1/4 = 0.25
Papa: 1/4 = 0.25 No: 1/4 = 0.25
Papa: 1/4 = 0.25
Document 3: "Telling lies? No Papa" Document 4: "Open your mouth, Ha! Ha! Ha!"
Total terms: 4 Total terms: 6
TF: TF:
Telling: 1/4 = 0.25 Open: 1/6 = 0.167
lies: 1/4 = 0.25 your: 1/6 = 0.167
No: 1/4 = 0.25 mouth: 1/6 = 0.167
Papa: 1/4 = 0.25 Ha: 3/6 = 0.5
21. A Confusion Matrix is a table used to evaluate the performance of a classification model. It provides
insights into how well the model is performing by showing the actual and predicted classifications side
by side. It helps in understanding the accuracy, precision, recall, and other important metrics of the
model.
The matrix consists of four important values:
True Positive (TP): The model correctly predicts the positive class.
True Negative (TN): The model correctly predicts the negative class.
False Positive (FP): The model incorrectly predicts the positive class).
False Negative (FN): The model incorrectly predicts the negative class
Our model made predictions, and we generated the following confusion matrix:
Predicted Spam Predicted Not Spam
Actual Spam 50 (TP) 10 (FN)
Actual Not Spam 5 (FP) 35 (TN)
KENDRIYA VIDYALAYA SANGATHAN HYDERABAD REGION
MODEL QUESTION PAPER-17
2024-25
CLASS:X TIME:02HOURS
SUBJECT: ARTIFICIAL INTELLEGENCE MAX.MARKS:50
SECTION A: OBJECTIVE TYPE QUESTIONS
Q. 1 Marks
Answer any 4 out of the given 6 questions on Employability Skills (1 x 4 = 4 marks)
1 Which of these are examples of positive feedback? 1M
(a) Excellent, your work has improved.
(b) You should come office on time.
(c) You are always doing it the wrong way.
(d) All of the above
2 Ravi works hard to get the best student award at the end of year. What type of 1M
motivation is this?
a. Internal
b. External
c. Both internal and external
d. Not any specific type of motivation
3 _________ is the ability to control one’s emotions, thoughts, and behavior effectively in 1M
different situations.
a. Self-Guided
b. Self-Awareness
c. Self-Motivation
d. Self-Management
4 DOS stands for ________ 1M
(a) Disk Operating System
(b) Dot Operating System
(c) Disk Open System
(d) Disk Operating Secure
5 Assertion (A): Green skills help in promoting sustainable development. 1M
Reason (R): Green skills focus on reducing the environmental impact of economic
activities by conserving resources and minimizing waste.
(a) Both A and R are true, and R is the correct explanation of A.
(b) Both A and R are true, but R is not the correct explanation of A.
(c) A is true, but R is false.
(d) A is false, but R is true.
6 Rahul believes that only people born with special business skills can become successful 1M
entrepreneurs. Which of the following would be the best advice for him?
A) He is correct; only people with natural talents can succeed in business.
B) Entrepreneurs can learn skills through education, experience, and continuous
improvement.
C) Entrepreneurs succeed only by taking extreme risks.
D) Entrepreneurs have guaranteed success if they work hard from day one
Q. 2 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
1 ______ is defined as the ability to perceive the visual world and the relationship of one 1M
object with other.
a. Mathematical Logical Reasoning
b. Musical Intelligence
c. Spatial Visual Intelligence
d. Linguistic Intelligence
2 What is the main purpose of training data in machine learning? 1M
A) To evaluate the model’s accuracy
B) To teach the model patterns
C) To visualize the data
D) To reduce dimensionality
3 The first layer of a Neural Network is known as the __________. 1M
a. Output Layer
b. Input Layer
c. Hidden Layer
d. Data Layer
4 In a Neural Network, Each node of these hidden layers has its own _______ which it 1M
executes on the data received from the input layer.
a. Formula
b. Logic
c. Machine Learning Algorithm
d. Code
5 Why is CSV used in Data Science? 1M
A) Stores data in tabular format
B) Stores images
C) Stores videos
D) Stores binary information
6 ___________ Information overload is a real problem when we need to access a specific, 1M
important piece of information from a huge knowledge base.
a. Automatic Summarization
b. Sentiment Analysis
c. Text Classification
d. All of the above
Q. 3 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
1 An automated system in a car helps the driver avoid collisions by detecting obstacles 1M
and applying the brakes when necessary. Which category does this system belong to?
A) A simple sensor-based system
B) Artificial Intelligence, as it helps make decisions based on the environment
C) A manual system requiring human input
D) A standard GPS navigation system
2 What is a primary benefit of using unsupervised learning? 1M
A) Requires labeled data
B) Helps in finding hidden patterns in data
C) Always provides accurate predictions
D) Requires continuous data
3 What is the primary goal of data science? 1M
(a) To create visualizations of data
(b) To extract insights and knowledge from data
(c) To store large amounts of data
(d) To write code for data processing
4 Which of the following is a common task in Computer Vision? 1M
a) Audio processing
b) Object detection
c) Data cleaning
d) Natural language translation
5 The goal of sentiment analysis is to identify sentiment among several posts or even in 1M
the same post where emotion is not always explicitly expressed.
a. Automatic Summarization
b. Sentiment Analysis
c. Text Classification
d. All of the above
6 ___________ is the process of understanding the reliability of any AI model, based on 1M
outputs by feeding test dataset into the model and comparing with actual answers.
a. Evaluation
b. Problem Scoping
c. Data acquisition
d. Data Exploration
Q. 4 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
1 Statement 1: Data visualization helps in interpreting data insights effectively. 1M
Statement 2: Data visualization is only useful for large datasets.
Q 8 Identify me 2M
a. I am a physical part of computer.
b. I am a collection of instruction doing specific task.
c. I am the software that starts working as soon as we switch on a computer.
d. I am an input device used to type text, numbers etc
Q .9 Write the positive impact of Entrepreneurship on society. 2M
Q 10 Write any four challenges to sustainable development. 2M
Answer any 4 out of the given 6 questions in 20 – 30 words each (2 x 4 = 8 marks)
Q 11 Mention the precautions to be taken while acquiring data for developing an AI Project. 2M
Q 13 How can E-commerce website are using data science as a salient feature. 2M
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Q.17 How can AI be integrated with non-AI technologies? Explain with the help of two 4M
examples.
Q.18 What is the need of an AI Project Cycle? Explain. 4M
Q.19 What is an Artificial Neural Network? Explain the layers in an artificial neural network. 4M
Q.No Answer
Q. 1 Answerany4outofthegiven6questionsonEmployabilitySkills(1 x4=4marks)
i. Answer: (a) Excellent, your work has improved.
ii. Answer: (b) External
iii. Answer: (d) Self-management
iv. Answer: (a) Disk Operating System
v. Answer: (a) Both A and R are true, and R is the correct explanation of A
vi. Answer: (B) Entrepreneurs can learn skills through education, experience, and continuous improvement
SECTIONB:SUBJECTIVETYPEQUESTIONS
6. The 7 Cs of effective communication are: clear, concise, concrete, correct, coherent, complete,
courteous.
7. Four steps for effective time management are: Prioritize tasks, Set clear goals, Avoid distractions, and
Review progress.
8. I am hardware.
I am software.
I am the operating system.
I am a keyboard.
9. Positive impacts of entrepreneurship on society include job creation, economic growth, innovation, and
fostering competition.
10. four challenges to sustainable development:-
o Resource depletion due to overconsumption.
o Climate change from increasing greenhouse gas emissions.
o Social inequality hindering equitable development.
o Rapid urbanization straining infrastructure and services.
11. Precautions include data privacy, informed consent, data security, and avoiding bias during data
acquisition.
12. Data features are attributes or properties that describe data. These features are used to build machine
learning models.
13. E-commerce websites use data science for personalized recommendations, customer behavior analysis,
and improving customer satisfaction.
14. RGB images use the additive color model, where colors are created by combining red, green, and blue
light in varying intensities. Each color channel can have values ranging from 0 to 255. Here's a brief
explanation of the values:
For example:
Black: (0, 0, 0) – No light, resulting in black.
White: (255, 255, 255) – Full intensity of all colors, resulting in white.
15. A corpus is a collection of text or documents used for analysis in natural language processing tasks.
16. Overfitting occurs when a machine learning model is too complex and performs well on training data
but poorly on unseen data.
17. Today’s world is changing with the adoption of IOT (Internet of Things). IOT is helping in prominently
capturing a tremendous amount of data from multiple sources. The convergence of AI (Artificial
Intelligence) and IOT can redefine the way industries, business, and economies function. AI enabled IoT
creates intelligent machines that simulate smart behavior and supports decision making with little or no
human interference. While IOT provides data, artificial intelligence acquires the power to unlock
responses, offering both creativity and context to drive smart actions. Here are some examples:
Example : Self-driving Cars: Tesla’s self-driving cars are the best example of IoT and AI working
together. With the power of AI, self-driving cars predict the behavior of pedestrians and cards in
various circumstances. For example, they can determine road conditions, optimal speed, weather and
getting smarter with each trip.
18. Project cycle is the process of planning, organizing, coordinating, and finally developing a project
effectively throughout its phases, from planning through execution then completion and review to
achieve pre-defined objectives.
Our mind makes up plans for every task which we have to accomplish which is why things become
clearer in our mind. Similarly, if we have to develop an AI project, the AI Project Cycle provides us
with an appropriate framework which can lead us towards the goal.
The major role of AI Project Cycle is to distribute the development of AI project in various stages so
that the development becomes easier, clearly understandable and the steps / stages should become
more specific to efficiently get the best possible output. It mainly has 5 ordered stages which
distribute the entire development in specific and clear steps: These are Problem Scoping, Data
Acquisition, Data Exploration, Modeling and Evaluation.
19. An Artificial Neural Network (ANN) is a computational model inspired by the biological neural networks
in the human brain. It consists of interconnected nodes (neurons) that process information through
weighted connections. ANNs typically have three types of layers:
Input Layer: Receives the initial data inputs and passes them to the next layer.
Hidden Layer(s): Intermediate layers that perform computations and feature extraction. The
number of hidden layers can vary, influencing the network's complexity.
Output Layer: Produces the final result or prediction based on the processed information from
the hidden layers, determining the ANN's output.
20.
21.
Accuracy: Accuracy = (TP + TN) / (TP + TN + FP + FN)
Accuracy = (50+20) / (50+20+20+10) = (70/100) = 0.7
Precision: Precision = TP / (TP + FP)
= (50 / (50 + 20)) = (50/70) = 0.714
Recall (Sensitivity): Recall = TP / (TP + FN)
= 50 / (50 + 60) = 50 / 110 = 0.5
F1 Score: F1 Score = 2 * (Precision * Recall) / (Precision + Recall)
= 2 * (0.714 *0.5) / (0.714 + 0.5)
= 2 * (0.357 / 1.214)
= 2* (0.29406)
= 0.58
KENDRIYA VIDYALAYA SANGATHAN HYDERABAD REGION
MODEL QUESTION PAPER-18
2024-25
CLASS:X TIME:02HOURS
SUBJECT: ARTIFICIAL INTELLEGENCE MAX.MARKS:50
Q. 1 Marks
Answer any 4 out of the given 6 questions on Employability Skills (1 x 4 = 4 marks)
1 Assertion (A): Artificial intelligence (AI) is the software that drives the fourth industrial 1M
revolution.
Reason (R): Its impact can be seen in homes, business and political processes.
(a) Both A and R are true and R is the correct explanation of A.
(b) Both A and R are true but R is not the correct explanation of A.
(c) A is true but R is false.
(d) A is false but R is true.
2 A software tool helps users calculate their taxes by following predefined rules. It 1M
doesn’t adapt or learn over time. Is this an example of AI?
(a) Yes, it makes decisions
(b) No, it doesn’t learn from new data
(c) Yes, because it automates a process
(d) Yes, because it performs calculations
3 The job of an input layer in Neural network is _______ 1M
(a) to acquire and feed data.
(b) to process data.
(c) to present data
(d) None of the above
4 Which of the following is a correct feature of a Neural Network? 1M
(a) Neural Network Systems are modeled on the human brain and nervous
system.
(b) They are able to automatically extract features without input from the
programmer.
(c) It is useful to solve problems for which the data set is very large.
(d) All of the above
5 _______is a simple file format that stores data separated by commas. 1M
(a) jpg
(b) doc
(c) csv
(d) png
6 _________, we put the document frequency in the denominator while the total number 1M
of documents in the numerator.
a. Inverse Frequency
b. Inverse Document
c. Inverse Document Frequency
d. Term Frequency
Q. 3 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
1 Simran believes that all automated machines are AI-driven. Which of the 1M
following is NOT an example of artificial intelligence?
a) A robot that learns to navigate obstacles on its own
b) A simple washing machine that follows a set program
c) A chatbot that adapts its responses based on user queries
d) A smart vacuum cleaner that maps and remembers room layouts
2 What is the main goal of reduction techniques? 1M
a) Increase model complexity
b) Reduce the number of features while retaining information
c) Classify data points
d) Collect more data
3 Which of the following is a source of data? 1M
a) Web scrapping, API, Research
b) Surveys, observations, Internet
c) Sensors, Cameras, Identity charts
a) d) All of these
4 Which of the following is a popular open-source library for Computer Vision? 1M
a) TensorFlow
b) OpenCV
c) PyTorch
d) Pandas
5 Which of the following words in a corpus has the highest value? 1M
a) Rare words
b) Punctuation
c) Stemming
a) d) Stop words
6 An AI model is used by a telecom company to predict which customers are likely to 1M
leave their service. The company wants to minimize the number of loyal customers
incorrectly flagged as potential churners. What evaluation metric should the company
prioritize to reduce the number of false positives when predicting customer churn?
a) Precision
b) Recall
c) Accuracy
d) ROC Curve
Q. 4 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
1 A bank is using Data Science to identify suspicious transactions and prevent fraud. By 1M
analyzing transaction data in real time, they flag unusual behavior that could indicate
fraudulent activity. Which Data Science application is relevant for this banking case?
e) Predictive maintenance
f) Fraud detection
g) Speech recognition
h) Recommender system
2 Statement 1: Each element in Prediction is given a label that consists of two words: 1M
Positive and Negative.
Statement 2: The Recall is the probability that a randomly retrieved relevant document
is retrieved.
a) Statement 1 is correct but statement 2 is incorrect.
b) Statement 1 is incorrect but statement 2 is correct.
c) Both the statements are correct.
d) Both the statements are incorrect
3 Assertion: Data science combines domain expertise, programming skills, and knowledge 1M
of mathematics and statistics.
Reason: Data science is only concerned with data and does not require domain
knowledge.
a) Both Assertion and Reason are true, and the Reason is the correct explanation
for the Assertion.
b) (b) Both Assertion and Reason are true, but the Reason is not the correct
explanation for the Assertion.
c) Assertion is true, but the Reason is false.
d) Assertion is false, but the Reason is true.
4 Which format represents a colored image in Computer Vision? 1M
a) Grey scale image
b) Binary image
c) RGB image
d) Alpha image
5 Select the correct features of Smart Bot: 1M
a) Smart bots work on bigger databases and other resources directly
b) Smart - bots are flexible and powerful
c) Coding is required to take this up on board
d) All of these
6 A hospital uses an AI system to classify medical images into categories such as 1M
"cancerous" or "non-cancerous." The hospital wants to ensure the AI is highly sensitive
in detecting cancerous cells. Which evaluation metric is most important for assessing
the AI's ability to detect all true cancerous cases?
a) Precision
b) Recall
c) Accuracy
d) F1-Score
Q. 5 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
Q 8 How does a command-line interface operating system differ from a graphical user 2M
interface operating system?
Q .9 Identify four myths associated with entrepreneurship 2M
Q 13 Ajay wants to access data from various sources. Suggest him any two points that he 2M
needs to keep in mind while accessing data from any data source.
Q .14 Write four computer vison task 2M
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Q.20 What are the steps of text Normalization? Explain them in brief. 4M
Q.21 Calculate Accuracy, Precision, Recall and F1 Score for the following Confusion Matrix on 4M
Heart Attack Risk. Also suggest which metric would not be a good evaluation parameter
here and why?
Q. 1 Answerany4outofthegiven6questionsonEmployabilitySkills(1 x4=4marks)
i. Answer: (c) Written communication
ii. Answer: (b) Time management
iii. Answer: (a) Both A and R are true, and R is the correct explanation of A.
iv. Answer: (d) Ctrl + C
v. Answer: (c) Sustainability
vi. Answer: (c) Manages the business
i. Answer: (a) Both A and R are true, and R is the correct explanation of A
ii. Answer: (b) No, it doesn’t learn from new data
iii. Answer: (a) To acquire and feed data
iv. Answer: (d) All of the above
v. Answer: (c) CSV
vi. Answer: (c) Inverse Document Frequency
SECTIONB:SUBJECTIVETYPEQUESTIONS
6. Feedback ensures the message is understood correctly and provides a chance for clarification.
It helps improve communication effectiveness.
10. Sustainable development focuses on meeting present needs without compromising future
generations' ability to meet their own needs, ensuring a balance between economic growth,
environmental protection, and social well-being
11. Retail businesses can collect data using customer surveys, social media analytics, web traffic
analysis, and loyalty programs to gather preferences.
12. A labeled dataset in supervised learning means each input has an associated output or label,
which the model learns to predict during training.
13. Ajay accessing data from various sources - key considerations:
Ensure data is relevant and reliable.
Ensure proper permissions and licenses are obtained for using the data.
15. A script bot follows predefined instructions (e.g., a customer service chatbot with
fixed responses).
A smart bot can learn and adapt from interactions (e.g., an AI-powered chatbot that
personalizes responses based on user input).
16. Accuracy: Measures the proportion of correct predictions out of total predictions.
F1 Score: The harmonic mean of precision and recall, used when the class distribution is
imbalanced.
17.
a) AI will replace humans completely: AI is designed to augment human capabilities, not
replace them entirely. It automates repetitive tasks but requires human oversight for
decision-making.
b) AI can think like humans: AI mimics certain aspects of human intelligence, such as
learning and problem-solving, but lacks consciousness, emotions, and true reasoning.
c) AI is always accurate: AI systems depend on the quality of data they are trained on. If
the data is biased or incomplete, AI can produce inaccurate results.
d) AI can learn on its own: AI requires human intervention for programming, updating,
and improving models. It doesn't evolve without supervision.
18.
19. Supervised learning is a type of machine learning where a model is trained on labeled data,
meaning each input comes with a corresponding output. The model learns from this data
to make predictions or decisions when given new, unseen data. It is widely used in tasks
like image recognition, fraud detection, and language processing.
Classification and regression are two types of supervised learning:
Classification predicts discrete labels (e.g., classifying an email as "spam" or "not
spam").
Regression predicts continuous values (e.g., estimating house prices based on features
like size and location).Marking Scheme: 4 marks (2 marks for supervised learning and 2
marks for differentiation between classification and regression).
21.
Accuracy: Accuracy = (TP + TN) / (TP + TN + FP + FN)
Accuracy = (50+20) / (50+20+20+10) = (70/100) = 0.7
Precision: Precision = TP / (TP + FP)
Precision: Precision = TP / (TP + FP)
Precision= (50 / (50 + 20)) = (50/70) = 0.714
Recall : Recall = TP / (TP + FN)
Recall : 50 / (50 + 10) = 50 / 60 = 0.833
F1 Score: F1 Score = 2 * (Precision * Recall) / (Precision + Recall)
F1 Score:- = 2 * (0.714 *0.833) / (0.714 + 0.833)
= 2 * (0.595 / 1.547)
= 2* (0.38462)
= 0.769
KENDRIYA VIDYALAYA SANGATHAN HYDERABAD REGION
MODEL QUESTION PAPER-19
2024-25
CLASS:X TIME:02HOURS
SUBJECT: ARTIFICIAL INTELLEGENCE MAX.MARKS:50
SECTION A: OBJECTIVE TYPE QUESTIONS
Q. 1 Marks
Answer any 4 out of the given 6 questions on Employability Skills (1 x 4 = 4 marks)
1 In Weather forecasting system, to predict the temperature, rainfall and etc. The type of 1M
technology used is _________________.
a. Computer Vision
b. Interpersonal Intelligence
c. Natural Language Processing
d. Artificial Intelligence
2 The method of collecting correct and dependable data to work with is known as _____. 1M
a. Problem Scoping
b. Data Acquisition
c. Data Exploration
d. Modeling
3 What is the term for the process of reducing data dimensions? 1M
1 Aaron is facing issue in his internet connectivity at home. He called customer care 1M
service, A virtual assistant took his complaint and replied with an acknowledgement
number. What is the AI technology used by Internet service provider?
a. Data Science
b. Machine Learning
c. Computer Vision
d. Natural Language Processing
2 The result of comparison between the prediction and reality is recorded in 1M
a. F1 Score
b. Confusion matrix
c. Evaluation Model
d. All of these
3 Which format is typically used to store a color image in digital form? 1M
A) Grayscale
B) Binary
C) RGB
D) Indexed
4 Google Assistant, Alexa, Cortana, Siri are examples of 1M
a) Script Bot
b) Smart Bot
c) Sling Bot
d) None of these
5 The process of extracting the root form of the word is known as _________ 1M
a) Tokenisation
b) Stemming
c) Lemmatisation
d) Segmentation
6 When the prediction is False and reality is True, that condition is called……….. 1M
a. TN
b. TF
c. FP
d. FN
Q 13 Explain the concept of overfitting in machine learning and how it can be prevented. 2M
Q .14 Consider a smart surveillance system that employs Computer Vision for security 2M
purposes. Explain how object detection and facial recognition are used in this system to
enhance security. What ethical considerations should be considered when
implementing such a system?
Q 15 Identify the stop words in the given sentence: 2M
Pollution is the introduction of contaminants into the natural environment that cause
adverse change. The three types of pollution are air pollution, water pollution and land
pollution. Mail details pollu@gmail.com
Q 16 What is the need of AI model evaluation? 2M
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Q.17 After class 12 Rahul wanted to join for AI course. His parents didn’t know much about 4M
its domains Explain them the domains of AI.
Q.18 The world is competitive nowadays. People face competition in even the tiniest tasks 4M
and are expected to give their best at every point in time. When people are unable to
meet these expectations, they get stressed and could even go into depression. We get
to hear a lot of cases where people are depressed due to reasons like peer pressure,
studies, family issues, relationships, etc. and they eventually get into something that is
bad for them as well as for others. So, to overcome this, Cognitive Behavioural Therapy
(CBT) is considered to be one of the best methods to address stress as it is easy to
implement on people and also gives good results. This therapy includes understanding
the behaviour and mindset of a person in their normal life. With the help of CBT,
therapists help people overcome their stress and live a happy life.
For the situation given above,
i. Write the problem statement template
ii.List any two sources from which data can be collected
Q.19 Identify and explain the types of the learning-based approaches in the figures given 4M
below.
Figure 1
Figure 2
Q.20 Normalise the text on the segmented sentences given below: 4M
Document 1: Diya and Riya are best friends.
Document 2: Diya likes to play guitar but Riya prefers to play violin
Q.21 Consider the scenario where the AI model is created to predict if there will be rain or 4M
not. The confusion matrix for the same is given below. Calculate precision, accuracy and
recall.
KENDRIYA VIDYALAYA SANGATHAN HYDERABAD REGION
ARTIFICIAL INTELLIGENCE (SUBJECTCODE -417)
Class X
Model Question Paper–19(Solutions)
SECTION A: OBJECTIVE TYPE QUESTIONS
Q. 1
Answer any 4 out of the given 6 questions on Employability Skills (1 x 4 = 4 marks)
1 c) Discussion
2 (a) Self-motivation
3 d) All of these
4 a. Enter
4 Neural Networks
5 (c) csv
2 b. Data Acquisition
3 Dimensionality reduction.
6 Accuracy
4 B) Image segmentation
5 b. Word Tokenization
6 (a) Accuracy
2 b. Confusion matrix
3 C) RGB
4 b) Smart Bot
5 c) Lemmatisation
6 FN
Q 6 Different methods of communication are: face to face talk, e-mail, letters, Notice board.
Posters, meetings, phone call, video call, virtual meeting,writing blog e.t.c
Q .7 Stress can be defined as our emotional, mental, physical and social reaction to any
perceived demands or threats
Here are a few simple stress management techniques. (Any two)
a) Time management
b) Positivity
c)Physical Exercise and Fresh Air
d)Healthy Diet
e) Holidays with Family and Friends
f) Good Sleep
g) Organizing your work and not delaying
Q 8 ICT stands for Information and communication technology. It refers to all the tools
related to storing, recording and sending digital information.
Q .9 An entrepreneur is a person who is self-employed, is willing to take a calculated risk and
brings in a new idea to start a business.
Q 10 Sustainable development is the development that satisfies the needs of the present
without compromising the capacity of future generations, guaranteeing the balance
between economic growth, care for the environment and social well-being.
Q 11 Introduction to AI Cycle and Data requisition
Q .12 Data should be collected from an authentic source, and should be accurate. The
redundant and irrelevant data should not be a part of prediction.
Q 13 Overfitting occurs when a model is too complex and performs well on training data but
poorly on new data. Techniques to prevent overfitting include:
- Regularization (L1, L2)
- Early stopping
- Data augmentation
- Cross-validation
- Ensemble methods
Q .14 Object detection is used to identify and monitor objects within the surveillance area,
alerting security personnel to any suspicious activity. Facial recognition identifies
individuals by comparing captured images with a database of known faces, enhancing
security by recognizing potential threats. Ethical considerations include privacy
concerns, potential biases in recognition algorithms, and the need for transparency and
accountability in how the data is used and stored.
Q 15 is, the, of, that, into, are, and
Q 16 The primary purpose of evaluation in the AI project cycle is to check the reliability of the
AI model. It helps determine if the model is performing as expected and if it can make
accurate predictions or classifications based on the test dataset.
Q.17 Domains of AI:
Machine Learning: It involves algorithms that enable computers to learn from data and
make predictions or decisions.
Natural Language Processing (NLP): It focuses on enabling computers to understand,
interpret, and generate human language.
Computer Vision: This domain enables computers to interpret and analyze visual
information from the real world, such as images or videos.
Robotics: It involves the design and creation of robots capable of performing tasks
autonomously or with human assistance.
Q.18 i. The problem statement template for the given scenario would be
Figure 2: An unsupervised learning model works on unlabelled dataset. This means that
the data which is fed to the machine is random and there is a possibility that the person
who is training the model does not have any information regarding it. The unsupervised
learning models are used to identify relationships, patterns and trends out of the data
which is fed into it. It helps the user in understanding what the data is about and what
are the major features identified by the machine in it.
Here, images of a set of animals are fed into the AI model and the model clusters them
based on similar features
Q.20 Hint -Stopwords in the given sentence which should not be removed are: @, . (fullstop)
,_(underscore) , 123(numbers) These tokens are generally considered as stopwords, but
in the above sentence, these tokens are part of email id. removing these tokens may
lead to invalid website address and email ID. So these words should not be removed
from the above
Q.21 Accuracy =(70+50)/200=0.60
Recall=70/120=0.58
Precision=70/100=0.7
KENDRIYA VIDYALAYA SANGATHAN HYDERABAD REGION
MODEL QUESTION PAPER-20
2024-25
CLASS:X TIME:02HOURS
SUBJECT: ARTIFICIAL INTELLEGENCE MAX.MARKS:50
SECTION A: OBJECTIVE TYPE QUESTIONS
Q. 1 Marks
Answer any 4 out of the given 6 questions on Employability Skills (1 x 4 = 4 marks)
1 Riya traveled to Japan from India to pursue her higher education. But she doesn't know 1M
how to speak Japanese (language of Japan). Because of this, she was unable to find a
part time job. This is an example of
(a) Interpersonal barrier
(b) Physical barrier
(c) Organizational barrier
(d) Linguistic barrier
2 “R D Singh started with a small shop with his focus, dedication and clear ideas, RDS 1M
became one of the most popular brands in India besides having a good reputation all
over the world”.
Which self-management skill is clearly visible in the given statement?
3 _______the work is all about identifying and noting how we spent our time, and 1M
analyzing how to spend our time effectively.
(a) Organizing
(b) Prioritizing
(c) Controlling
(d) Tracking
4 When you bring the mouse over a file in File Explorer, it will show the details of that 1M
file.
This is known as
(a) Drag and drop
(b) Double click
(c) Hover
(d) Single click
5 “Efforts are made to increase the solar power generation so that our electricity needs 1M
are met and at the same time we do not pollute the environment or use up natural
resources”.
Which SDG can you relate this statement to?
(a) Life on land
(b) Clean water and sanitation
(c) Affordable and clean energy
(d) Reduced inequalities
6 Assertion(A): A software engineer works for a renowned company. 1M
Reason(R): The statement given above is an example of wage employment.
(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
1 Assertion (A)– One can be a good singer while the other can be a great athlete. 1M
Reason(R) – Humans possess different types of intelligences but at different levels.
(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.
2 The Indian Government banned a few apps stating – “servers in the hostile nation are 1M
receiving and using the acquired data improperly”.
Which terminology suits best for this action?
(a) AI Ethics
(b) Data Privacy
(c) AI Bias
(d) AI Access
3 Statment1: There are four layers in a neural network. 1M
Statement2:The first layer of the neural network is known as the output layer.
(a) Both Statement1 and Statement2 are correct
(b) Both Statement1 and Statement2 are incorrect
(c) Statement1 is correct but Statement2 is incorrect
(d) Statement2 is correct but Statement1 is incorrect
4 Observe the given graph and fill in the blank: 1M
1 Sachin has made a model which predicts the performance of Indian Cricket players in 1M
upcoming matches. He collected the data of players’ performance with respect to
stadium, batsman, opponent team and health. His model works with good accuracy and
precision value. Which of the statement given below is incorrect?
(a) Data gathered with respect to stadium, batsman, opponent team and health is
known as Testing Data.
(b) Data given to an AI model to check accuracy and precision is Testing Data.
(c) Training data and testing data are acquired in the Data Acquisition stage.
(d) Training data is always larger as compared to testing data.
2 Statment1: The output given by the AI model is known as reality. 1M
Statement2:The real scenario is known as Prediction.
(a) Both Statement1 and Statement2 are correct
(b) Both Statement1 and Statement2 are incorrect
(c) Statement1 is correct but Statement2 is incorrect
(d) Statement2 is correct but Statement1 is incorrect
3 Srishti learnt about AI terminologies but was not able to recollect the term that is used 1M
to refer to machines that perform tasks with vast amounts of data using neural
networks. Help her with the correct term.
4 How many channels does a colour image have? 1M
5 Which feature of NLP helps in understanding the emotions of the people mentioned 1M
with the feedback?
(a) Virtual Assistants
(b) Sentiment Analysis
(c) Text classification
(d) Automatic Summarization
6 Anuj made a face mask detector system for which he had collected the dataset and 1M
used all the dataset to train the model. Then, he used the same data to evaluate the
model which resulted in the correct answer all the time but was not able to perform
with unknown dataset.
Name the concept.
Q. 5 Answer any 5 out of the given 6 questions (1 x 5 = 5 marks)
3 _______means a picture element which is the smallest unit of information that makes 1M
up a picture.
(a) Vision
(b) Pics
(c) Pixel
(d) Piskel
4 ________are the words which occur very frequently in the corpus but do not add 1M
any value to it.
a. Special Characters
b. Stopwords
c. Roman Numbers
d. Useless Words
5 What do you mean by syntax of a language? 1M
(a) Meaning of a sentence
(b) Grammatical structure of a sentence
(c) Semantics of a sentence
(d) Synonym of a sentence
6 Which one of the following scenario result in a high false positive cost? 1M
(a) viral outbreak
(b) forest fire
(c) flood
(d) spam filter
Q .9 How do entrepreneurs help in growing the area and society they live in? 2M
Q 10 “With increasing population and income, the consumption of goods is increasing day by 2M
day.” – Comment
Answer any 4 out of the given 6 questions in 20 – 30 words each (2 x 4 = 8 marks)
Q 11 All of us use smartphones. When we install a new app, it asks us for several permissions 2M
to access our phone’s data in different ways. Why do apps collect such data?
Q .12 Sneha and Devika want to make a model which will organize the unlabeled input data 2M
into groups based on features. Which learning model should they use and why?
Q 13 Describe the steps involved in the data science workflow. 2M
Q .14 In the healthcare industry, Computer Vision is utilized for analysing medical images 2M
such as MRI and CT scans. Describe how Computer Vision can assist in detecting
abnormalities such as tumours, and discuss the advantages of using this technology in
early diagnosis and treatment planning.
Q 15 Explain the key steps of NLP – based text analysis 2M
Q.17 Your grandfather watches you use AI applications. He wants to understand more about 4M
it. Help him to understand the term artificial intelligence by giving the right definition
and explain to him with an example how machines become artificially intelligent.
Q.18 Vidhyuth wants to learn how to scope the problem for an AI Project. Explain him the 4M
following:
(a) 4W Problem Canvas
(b) Problem Statement Template
Q.19 Explain Rule-based AI modelling approaches. 4M
Q.21 A binary classification model has been developed to classify the information spread 4M
through social media is as either “Fake ” or “Real ”. The model was tested on a dataset
of 300 information, and the resulting confusion matrix is as follows:
Specific goal: “I would learn to speak English fluently by joining coaching classes after my
school every day, and in six months I will take part in the inter-school debate competition.”
Q 8 We can increase the performance of system by:
1. Using an updated Antivirus
2. Removing unnecessary files and data such as temporary files and images.
Q .9 Entrepreneurs run their businesses in a market. The market has people who buy products and
services and people who sell them also. When people are buying and selling from each other, it
is helpful for everyone because everyone involved makes money. This is how entrepreneurs
help in growing the area and society they live in.
Q 10 “With increasing population and income, the consumption of goods is increasing day by day.”
This has led to increase in production and utilisation of natural resources, which are required
for producing goods. Society must thus change its development strategy to a new form where
development will not destroy the environment.
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Q.17 When a machine possesses the ability to mimic human traits, i.e., make decisions, predict the
future, learn and improve on its own, it is said to have artificial intelligence. In other words,
you can say that a machine is artificially intelligent when it can accomplish tasks by itself -
collect data, understand it, analyse it, learn from it, and improve it.
Machines become intelligent once they are trained with some data which helps them achieve
their tasks. AI machines also keep updating their knowledge to optimise their output. For
example, Netflix gives us recommendations on the basis of what we like. Whenever we start
liking a new genre, it
updates and gives better suggestions.
Q.18 The 4Ws Problem canvas helps in identifying the key elements related to the problem. The
4Ws are Who, What, Where and Why
● The “Who” block helps in analysing the people getting affected directly or indirectly due to
the problem.
● The “What” block helps us to determine
the nature of the problem.
● The “Where” block helps us to look into the situation in which the problem arises, the
context of it, and the locations where it is prominent.
● The “Why” block suggests to us the benefits which the stakeholders would get from the
solution and how it will benefit them as well as the society
Q.19 Rule Based Approach: It refers to the AI modelling where the relationship or patterns in data
are defined by the developer. The machine follows the rules or instructions mentioned by the
developer, and performs its task accordingly. For example, suppose you have a dataset
comprising of 100 images of apples and 100 images of bananas. To train your machine, you
feed this data into the machine and label each image as either apple or banana. Now if you test
the machine with the image of an apple, it will compare the image with the trained data and
according to the labels of trained images, it will identify the test image as an apple. This is
known as Rule based approach. The rules given to the machine in this example are the labels
given to the machine for each image in the training dataset.
Q.20 Chatbots are a form of artificial intelligence that is programmed to interact with humans in
such a way that they sound like humans themselves.
Depending on the complexity of the chatbots, they can either just respond to specific keywords
or they can even hold full conversations that make it tough to distinguish them from humans.
Chatbots are created using Natural Language Processing and Machine Learning, which means
that they understand the complexities of the English language.
a. NLP is used in search engines they suggest the text to be typed automatically
b. Siri, Alexa, or Google Assistant uses NLP. They use a complex combination of speech
recognition, natural language understanding, and natural language processing to understand
what humans are saying and then act on it.
c. Language Translator - Google Translate and other translation tools as well as use Sequence
to sequence modelling that is a technique in Natural Language Processing. It allows the
algorithm to convert a sequence of words from one language to another which is translation.
d. Sentiment Analysis - companies can use sentiment analysis to understand how a particular
type of user feels about a particular topic, product, etc. They can use natural language
processing, computational linguistics, text analysis, etc. to understand the general sentiment of
the users for their products and services and find out if the sentiment is good, bad, or neutral
e. Grammar Checkers - They use not only correct grammar and check spellings but also suggest
better synonyms and improve the overall readability of your content. The NLP algorithm is
trained on millions of sentences to understand the correct format. Some of the most popular
grammar checkers that use NLP include Grammarly, WhiteSmoke, ProWritingAid, etc.
Q.21 Accuracy=(150+60)/300=0.7
Recall=150/200=0.75
Precision=150/190=0.789
F1 score=2*0.75*0.789/(0.75+0.789)=0.76