0% found this document useful (0 votes)
12 views

Class 11 Ip

Uploaded by

msindiatravel
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)
12 views

Class 11 Ip

Uploaded by

msindiatravel
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/ 2

VIDYA JAIN PUBLIC SCHOOL, ROHINI, NEW DELHI

CLASS TEST-2 (2024-25)


SUBJECT – Informatics Practices (065)
CLASS –XI
Duration : 30 Minutes M.M :10
General Instructions:
1. This question paper contains 10 questions. All questions are compulsory.
2. Question Nos. 1 to10 are Multiple Choice Questions carrying 1 mark.
Q Details of Questions Mark(
s)
Q. What is the purpose of NumPy in Python? 1
1 a) To do numerical calculations b) To do scientific computing
c) Both A and B d)None of the mentioned above
Q. NumPy package is capable to do fast operations on arrays. 1
2 a) True b) False
Q. NumPy arrays can be ___. 1
3 a) Indexed b) Sliced c) Iterated d) All of the mentioned above
Q. Observe the following code and identify what will be the outcome? 1
4

a) [1 2 3 4 5] b) [1 2 3 4 5 6]
c) [0 1 2 3 4 5 6] d) None of the mentioned above
Q. What is the default data type of NumPy arrays? 1
5
a) int32 b) float64 c) object d)None of the above

Q. Which of the following is used to reshape a NumPy array? 1


6
a) reshape() b) resize() c) Both A and B d) None of the above

Q. Which of the following is used to find the maximum element in a NumPy array? 1
7
a) max() b) maximum() c) amax() d) All of the above

Q. What does NumPy stand for? 1


8
a) Numerical Python b) Numerical Processing

c) Numeric Parsing d) None of the above

Q. What is NumPy? 1
9 a) A plotting library b)A machine learning framework
c) A scientific Computing Library c) A Web Development Framework
Q. How can you create a NumPy array from a Python list? 1
10 a)np.array(list) b)numpy(list) c) array(list) d)create.array(list)
Q.
11 Value Based Question (It is mandatory to attempt)
Which one of the following is the aim of Value Education?

a)To inculcate moral values b)To inculcate social values

c)To inculcate political values d)To inculcate economic values

Page 1 of 1

You might also like