0% found this document useful (0 votes)
13 views4 pages

Unit Test (2023-24)

Uploaded by

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

Unit Test (2023-24)

Uploaded by

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

UT/AIQP/0923/A 20-NOV-

2023

UNIT TEST (2023-24)


Subject: Artificial Intelligence (sub code: 417) Max. Marks: 35
Grade: IX Time: 1 Hr 15
Mins
General Instructions:
1. Please read the instructions carefully.
2. This Question Paper consists of 22 questions in two sections:
Section A & Section B.
3. SECTION A - OBJECTIVE TYPE QUESTIONS (15 Marks)
This section has 15 questions.
SECTION B – SUBJECTIVE TYPE QUESTIONS (20 Marks)
This section has 7questions.
SECTION A: OBJECTIVE TYPE QUESTIONS 1*15=15

I
Choose the correct answer:
1. ________is a technique for collecting structured data from the internet, such as news
monitoring, market research, and price tracking in data acquisition of AI project cycle.
a. Web scrapping b. Announcements

c. Surveys d. Sensors

2. Cyber bullying was the biggest problem in a school due to which the performance of the
students in academics was poor. So, Management of school has formed a committee to solve
the problem. Who are the stakeholders in this problem.
a. Students at school b. Security guard of the school.

c. ICT Department of school d. None of the above

3. A palindrome is saved in a list p=[7,5,2,5,7].


Which of the following print command will help to print the list as [7, 5, 2, 5, 7] using
negative index.
a. print(p[-1:]) b. print(p[-1:-6])

c. print(p[-5:]) d. print(p[-5:0])

4. “At this stage, It is related to the context or situation or location of the problem”.This
statement comes under which stage in 4 W’s statement?

a. Who b. What

c. Where d. Why

5. At the time of training the data the output is available to model.

Page 1 of 4
a. True b. False

6. Find the output for the following using the concept of lists in python.
(Note:house is the name of the list where elements are stored)
house= ["Nile","Indus","Danube","Amazon", ":Winners"]
print(house[1],house[2],house[4])
a. Indus Danube :Winners b. Nile Indus Danube

c. Danube Amazon :Winners d. None of the options are correct

7. In an intelligent AI system if we want to predict the student Marks for future exam, we
collect the data of his previous scored marks. This previous data fed into the system is called
as ______that helps to analyze the future marks of the student.
a. Training data b. Stored data

c. API d. Archived data

8. In 4W’s of problem scoping, arrange the order of sequence in their execution to solve a
problem
a. WhoWhatWhyWhere b. WhatWhereWhoWhy

c. WhoWhatWhereWhy d. Can be in any order

9. x=int(input("Enter Value of x:"))


result=x**2+x%5
print(result) What will be the output when value of x=5
a. 25 b. 27

c. 125 d. 12

10. Predict the output for the following python code:


name="Expo”; year=str(2020);
print(name,year)
print(type(year))
a. Expo 2020 b. Expo 2020
<class 'str'> <class 'int'>
c. Expo 2020 d. Expo 2020
<class 'string'> <class 'integer'>
11. Identify the operators used in the below python code.
x=5;x*=2
print(x)
a. Assignment b. Relational

c. Comparision d. Logical

12. The figure shows a _____which shows the relation of


students performance with various factors.
The Minus (-)sign shows _____in student performance.

a. System map,decrease b. Mindmap,increase

c. Simple map,viceversa d. All are correct

Page 2 of 4
13. Write the output of the following code if user enters A=5 and B=10
A=input("Enter value of A:")
B= input("Enter Value of B:")
C=float(A)+float(B)
print(C)
a. 25 b. 15.0

c. 15 d. Type error

The representation of list below shows it is a _______datatype and _____list.


14. List1 = [2023,2.3,"Exam",[20,30,40] ]
a. Homogenous and nested b. Heterogenous and nested.

c. Both a and b d. None of the above are correct

Identify if the below statements are True or False. •


15. i)In this stage of problem scoping of AI development, problems will be identified.
ii)If Problem scoping fails entire project fails
a. i)True and ii)True b. i)False and ii)True

c. i)True and ii)False d i)False and ii)False

SECTION B: SUBJECTIVE TYPE QUESTIONS

II Answer the following questions 4*2=8

1 DPS_Senior=["Phase3","Phase4",[6,7,8],[9,10,11,12]]
6 A list DPS_Senior is created.
Write a Python print statements for the following.
1.To display the entire list of elements in DPS_Senior.
2.To display Phase3 [6, 7, 8]
3.To display only [9,10,11,12]
4.To display only [6,7,8]
1 Explain 4W’s of problem scoping?
7
1 Write the output for the following python coding
8 vehicle=['R','A','C','E','C','A','R']
print(vehicle[0:4])
print(vehicle[4:])
print(vehicle[:])
print(vehicle[-3:])
1 “It is very important to acquire data that is authentic reliable and correct.”
9 Explain any 4 sources from which data can be acquired.
III
Answer the following questions 3*4=12
2 Write the python to complete the following tasks using the concept of list and list slicing.
0  Create a list named list10 with the elements 10,100,20,200,40,400,50,500
 Display the list from 40 to 500
 Display the elements 10 to 500 using negative indexing.
 Display the entire list in reverse order
2 Analyze the system map shown in the picture and answer the following questions.
1
Page 3 of 4
a) Define system Map
b) What do the circles, arrows represent in
system map.
c)What do + and – signs represent.
d)What is the relationship between Advanced AI
assisted Machines and Patients Health and
Recovery

2 a. Write a Python Program to collect the height and radius of a


2 cone from the user.(Note: Program should accept decimal
values)
Apply the python operators to find the volume of cone and
display the volume of cone.
(2 marks)
Formula is given in picture for your reference.
b. Write the three logical operators you studied in Python
Programming. (2 marks)
Predict the output of the following python print statements with logical and comparison
operators applied.
print((9<20) and(10==10))
print((100>20) or(200<100))
***

Page 4 of 4

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy