Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Sarvodaya Public School

Azamgarh
Time : 45 mins. Class Test-1 (XII IP) M.M. 10

Section –A
Q1. What is NumPy Array? (1)
Q2. What function is used to create numpy 1-D array ? (1)
Q3.Predict the output of the following code fragments. Assume library Numpy has been imported as np: (1)
(i) x=np.array([1,2,3]) y=np.array([3,2,1])
z=np.concatenate([x,y])
print(z)

Section –B

(1)

(1)
(2)

(2)

(3)

You might also like