Kendriya Vidyalaya Sangathan Lucknow Region: General Instructions
Kendriya Vidyalaya Sangathan Lucknow Region: General Instructions
General Instructions:
2. This Question Paper consists of 21 questions in two sections: Section A & Section B.
3. Section A has Objective type questions whereas Section B contains Subjective type questions.
vi. In a document summarization task, the word ‘the’ is identified and removed due to its 1
high frequency in the text. How is this word classified?
(a) Frequent word (b) Rare word (c) Stop word (d) Significant word
What is the primary difference between human intelligence and artificial intelligence?
i. 1
a. Human intelligence can feel emotions; AI cannot.
b. AI is slower than human intelligence.
c. Human intelligence cannot learn from data.
d. AI can create art, while human intelligence cannot.
ii. During Data Acquisition feeding previous data into machine is called ……………… 1
In data science, what is the purpose of data cleaning?
iii. 1
A. To collect more data
B. To prepare data for analysis by removing inaccuracies and inconsistencies
C. To visualize the data
D. To perform statistical analysis
v. What NLP technique is primarily used to break down the user input into smaller units, such 1
as words or phrases?
a) Sentiment Analysis b)Tokenization
c) Named Entity Recognition d) Text Summarization
vi. A model is evaluated on its ability to predict whether an email is spam or not. If it 1
achieves a high accuracy but has a low precision, what does this imply about the model's
performance?
i. Google map the search giant’s technology , with AI -enabled mapping , scan road 1
information and uses algorithms to determine the optimal route to take , be it on foot or
in a car ,bike ,bus or train. It also gives voice instructions about the route. Which of the
AI domains the prime factor of google map service .
a) computer vision b) NLP c) data d) all of these
Statement1: A high accuracy model is always preferred in AI, regardless of the type of data used.
ii. 1
Statement2: Accuracy alone can sometimes be a misleading measure of a model's performance.
(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
iii. 1
Shreya collected data on weather patterns, soil conditions, and crop health to predict crop yields.
Which of the following statements is incorrect?
(a) Testing data is used to train the model to learn the relationships between weather, soil, and
crop health.
(b) The data on weather and soil is used in the Data Acquisition stage.
(c) Training data helps the model identify patterns in crop yields.
( (d) Testing data is used after training to assess model accuracy.
v. Which NLP feature helps virtual assistants like Siri and Alexa understand spoken 1
commands?
(a) Machine Translation (b) Speech Recognition
(c) Text Summarization (d) Sentiment Analysis
i. Meera developed a recommendation engine that suggests movies to users based on their 1
viewing history and preferences. Identify the domain of AI in this scenario.
(a) Natural Language Processing
(b) Machine Learning
(c) Computer Vision
(d) Data Science
ii. Which metric is used to evaluate the performance of classification models in terms of false 1
positives and true negatives?
Which term refers to a visual representation of data?
iii. 1
(a) Data Frame
(b) Histogram
(c) Data Set
(d) Data Model
iv. What is the process of converting spoken language into text called? 1
(a) Text Mining (b) Speech Recognition (c) Text Classification (d) Tokenization
v. 1
Which of the following is NOT a technique used in Computer Vision?
(a) Optical Character Recognition (OCR) (b) Natural Language Processing (NLP)
(c) Facial Recognition (d) Motion Tracking
Answer any 3 out of the given 5 questions in 50– 80 words each (4 x 3 = 12 marks)
Discuss the importance of data preprocessing in the AI project cycle. What are some common
Q. 18 4
techniques used in this phase?
Explain the role of data collection in the AI project cycle. What are some common sources of data
Q. 19 4
for AI projects?
Q. 20 Suppose you are working on a project where you need to analyze customer feedback for a 4
shopping website. The feedback texts are often filled with spelling errors, mixed cases, and
irrelevant punctuation. Perform text normalization on the following feedback to prepare it
for further analysis:
Feedback: "ThE serVICe Was excelLENT!!! but the DeLivery was LAte... very slow
response :("
Reality
Confusion Matrix
Yes No
Yes 50 40
Prediction
No 12 10
(i) Identify the total number of wrong predictions made by the model.
(ii) Calculate precision, recall and F1 Score..
****************************************************************************************************