0% found this document useful (0 votes)
127 views5 pages

Ai (X) Practice Paper 1

Uploaded by

Kanchana.R SVVV
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
127 views5 pages

Ai (X) Practice Paper 1

Uploaded by

Kanchana.R SVVV
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

PRACTICE PAPER–1

CLASS X
ARTIFICIAL INTELLIGENCE (CODE 417)
Time: 2 Hours Maximum Marks: 50

General Instructions:
1. Please read the instructions carefully.
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.
4. Out of the given (5 + 16 =) 21 questions, a candidate has to answer (5 + 10 =) 15 questions in the
allotted (maximum) time of 2 hours.
5. All questions of a particular section must be attempted in the correct order.
6. SECTION A – OBJECTIVE TYPE QUESTIONS (24 MARKS):
(a) This section has 5 questions.
(b) Marks allotted are mentioned against each question/part.
(c) There is no negative marking.
(d) Do as per the instructions given.
7. SECTION B – SUBJECTIVE TYPE QUESTIONS (26 MARKS):
(a) This section has 16 questions.
(b) A candidate has to do 10 questions.
(c) Do as per the instructions given.
(d) Marks allotted are mentioned against each question/part.

SECTION A – OBJECTIVE TYPE QUESTIONS


1. Answer any 4 out of the given 6 questions on Employability Skills. (1 × 4 = 4 marks)
(i) What is non-specific feedback?
(a) Detailed information about any task
(b) Focuses on the positive aspect of a task
(c) Offers comments without specific details
(d) Highlights specific areas for improvement
(ii) Who is typically considered an entrepreneur?
(a) An individual who works exclusively for an established organization
(b) Someone who invests in stocks and bonds for passive income
(c) A person who starts and operates a new business venture
(d) A professional who specializes in corporate management
(iii) Assertion (A): Downloading software from official websites is a good practice to prevent malware
attacks.
Reasoning (R): Using public Wi-Fi for updates and disabling firewall increase the risk of malware attacks.

(a) Both A and R are true and R is the correct explanation for A.
(b) Both A and R are true but R is not the correct explanation for A.
(c) A is true but R is false.
(d) A is false but R is true.
(iv) What is a crucial skill for addressing environmental challenges and building a sustainable future?
(a) Financial Literacy (b) Green Skills
(c) Social Media Management (d) None of these
(v) Which of the following is used for giving commands or instructions?
(a) Assertive Sentences
(b) Interrogative Sentences
(c) Imperative Sentences
(d) Exclamatory Sentences
(vi) Which of the following is the shortcut key combination to open File Explorer?
(a) Ctrl + E
(b) Ctrl + W
(c) Windows + E
(d) Windows + W
2. Answer any 5 out of the given 6 questions. (1 × 5 = 5 marks)
(i) Assertion (A): Supervised learning in AI uses labelled data for training.
Reasoning (R): Unsupervised learning requires unlabelled data and identifies patterns within it.

(a) Both A and R are true and R is the correct explanation for A.
(b) Both A and R are true but R is not the correct explanation for A.
(c) A is true but R is false.
(d) A is false but R is true.
(ii) In a medical test if the disease is correctly diagnosed as positive, it is known as ____________.
(a) True Positive (b) False Positive
(c) False Negative (d) True Negative
(iii) Statement 1: Problem-solving is a non-intelligence task.
Statement 2: Random guessing is a non-intelligence task.

(a) Both Statement 1 and Statement 2 are correct.
(b) Both Statement 1 and Statement 2 are incorrect.
(c) Statement 1 is correct but Statement 2 is incorrect.
(d) Statement 2 is correct but Statement 1 is incorrect.
(iv) Which application of Computer Vision does this image represent?

(v) Time taken to complete a task falls under which type of data?
(a) Continuous (b) Discrete
(c) Ordinal (d) Nominal
(vi) State True or False:
Accuracy calculates the overall correctness of the model’s predictions, considering True Positives and
True Negatives.

P.2 Decoding Artificial Intelligence–X


3. Answer any 5 out of the given 6 questions. (1 × 5 = 5 marks)
(i) In the context of learning in ANNs, what does backpropagation do?
(a) It updates weights through the network’s layers.
(b) It forwards the input data through the network.
(c) It reduces the computational complexity of the network.
(d) It permanently stores the inputs for future reference.
(ii) Which of the following is an application of NLP?
(a) DNA Sequencing (b) Face Detection
(c) Named Entity Recognition (d) Traffic Prediction
(iii) ____________ data doesn’t have a structure but has some organization.
(iv) Dimensionality Reduction is a part of ____________.
(a) Data Acquisition (b) Data Exploration and Preprocessing
(c) Modelling (d) Evaluation
(v) Which of the following refers to moral considerations with regard to the development and use of AI
technologies?
(a) AI Bias (b) AI Access (c) AI Ethics (d) All of these
(vi) What is the purpose of validation dataset?
(a) Provides additional training models to the model
(b) Evaluates the model’s performance on unseen data
(c) Introduces noise during the training process
(d) Increases the complexity of the model
4. Answer any 5 out of the given 6 questions. (1 × 5 = 5 marks)
(i) Which of the following is generally longer?
(a) Stemmed word (b) Lemmatized word
(c) Both (a) and (b) are always of the same length (d) Length of (b) is sometimes longer than (a)
(ii) Statement 1: AQI sensors are considered an authentic source of data.
Statement 2: AQI sensors provide reliable and real-time measurements for air quality, making them an

authentic data source.
(a) Both Statement 1 and Statement 2 are correct.
(b) Both Statement 1 and Statement 2 are incorrect.
(c) Statement 1 is correct but Statement 2 is incorrect.
(d) Statement 2 is correct but Statement 1 is incorrect.
(iii) What are the characteristics of overfitting?
(a) Low accuracy on training data and low accuracy on new data
(b) Low accuracy on training data and high accuracy on new data
(c) High accuracy on training data and low accuracy on new data
(d) High accuracy on training data and high accuracy on new data
(iv) Which of these involves step-by-step instructions for solving a particular problem?
(a) Machine Learning Algorithm (b) Artificial Neural Network
(c) Quantum Computing (d) Traditional Learning Algorithm

Practice Paper P.3


(v) What is the measure of the number of pixels that make up an image?
(a) Pixel Density (b) Resolution
(c) Color Depth (d) Aspect Ratio
(vi) Which metric shows how often the predicted true is actually true?
(a) F1 Score (b) Recall
(c) Accuracy (d) Precision
5. Answer any 5 out of the given 6 questions. (1 × 5 = 5 marks)
(i) ____________ is processed and organized data presented in a meaningful way.
(a) Information (b) Insight
(c) Intelligence (d) Facts
(ii) Summarizing the sales data to find patterns in data is an example of ____________.
(a) Descriptive Analytics (b) Diagnostic Analytics
(c) Predictive Analytics (d) Prescriptive Analytics
(iii) Which of the following libraries is widely used for Natural Language Processing?
(a) PyTorch (b) NumPy
(c) Pandas (d) NLTK
(iv) To address underfitting, we can ____________ to improve model performance.
(a) Increase model complexity (b) Decrease number of features
(c) Decrease number of epochs (d) Use regularization
(v) Which of the following dimensions must be reduced while choosing a tenant?
(a) Rental history (b) Ability to pay rent on time
(c) Time of birth (d) Financial stability
(vi) Which of the following is an example of structured data?
(a) Images (b) JSON files
(c) Tables (d) None of these

SECTION B – SUBJECTIVE TYPE QUESTIONS


Answer any 3 out of the given 5 questions on Employability Skills in 20–30 words each. (2 × 3 = 6 marks)
6. What are some of the symptoms of stress?
7. Why is green economy important?
8. What is Conciseness Barrier while forming a message?
9. Explain the term Ecopreneurs.
10. How can one protect computer from computer viruses?
Answer any 4 out of the given 6 questions in 20–30 words each. (2 × 4 = 8 marks)
11. Explain the 4Ws Problem Canvas.
12. Explain the problems that an ML model may lead to if it is not appropriately evaluated during the training
process.
13. What is Prescriptive Analytics?
14. What do you understand by resolution of an image?
15. Differentiate between Smart Devices and AI Devices.

P.4 Decoding Artificial Intelligence–X


16. Draw the confusion matrix for the following data
• the number of true positives = 120
• the number of true negatives = 80
• the number of false positives = 40
• the number of false negatives = 60
Answer any 3 out of the given 5 questions in 50–80 words each. (4 × 3 = 12 marks)
17. What are different data types in Python? Give examples.
18. Identify the type of segmentation in the given images. Explain the difference between Instance
Segmentation and Semantic Segmentation.

(A) (B)

19. Differentiate between traditional Algorithm and Machine Learning Algorithm.


20. What is Text Normalization? Enlist its different steps.
21. An AI system predicts loan approvals and the Confusion Matrix for its performance is as follows:
(Yes) Reality (No)
Prediction (Yes) 60 30
Prediction (No) 20 40

(i) Identify the value for True Positive and False Positive.
(ii) Calculate Precision, Recall and F1 Score.

Practice Paper P.5

You might also like