Important Notice:
M3-R5.1 — NumPy Basics MCQ
24 Questions  •  M3-R5.1
20:00
← Back
1
NumPy is used for?
2
To import NumPy conventionally?
3
np.array([1,2,3]) creates?
4
np.zeros(5) creates?
5
np.arange(0, 10, 2) produces?
6
np.mean([10, 20, 30]) returns?
7
arr.shape gives?
8
np.reshape(arr, (2,3)) changes?
9
Array operations in NumPy are performed?
10
np.dot(A, B) computes?
11
NumPy stands for?
12
NumPy is primarily used for?
13
NumPy array is created with?
14
NumPy array is?
15
np.ones(3) creates?
16
np.arange(0,10,2) creates?
17
ndarray.shape returns?
18
ndarray.dtype returns?
19
np.reshape() does?
20
NumPy is faster than Python lists because?
21
np.mean(arr) returns?
22
np.sum(arr) returns?
23
Broadcasting in NumPy allows?
24
np.linspace(0,1,5) creates?
Answered: 0 / 24