What is a correct syntax to check the number of dimensions in an array?
Numpy

Quiz
•
Other
•
Professional Development
•
Medium
Satish Gupta
Used 1+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
arr.ndim()
arr.dim
arr.dim()
arr.ndim
2.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
How to create an array of 5 elements, all of which are 0/1 in Numpy
np.zeros(5) / np.ones(5)
np.array([0,0,0,0,0] )/ np.array([1,1,1,1,1])
np.arange(0)/np.arange(1)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Only one of the following statements is true when it comes to Copies in NumPy, which one?
The copy SHOULD be affected by the changes made to the original array.
The copy SHOULD NOT be affected by the changes made to the original array.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which syntax would print the array as in reverse order:
arr = np.array([1,2,3,4,5,6,7])
print(arr[3:])
print(arr[0:7])
print(arr[::-1])
print(arr[:-1:])
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following arrays is a two dimensional (2-D) array?
42
[[1, 2, 3], [4, 5, 6]]
[1, 2, 3, 4, 5]
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a correct syntax to subtract the numbers from arr1 with the numbers from arr2?
np.minus(arr1, arr2)
np.min(arr1, arr2)
np.sub(arr1, arr2)
np.substract(arr1, arr2)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a correct syntax to return the shape of an array?
arr.shape
shape(arr)
arr.shape()
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Budowa wieloczynnościowej maszyny do szycia - test

Quiz
•
Professional Development
15 questions
Prueba python vacacional

Quiz
•
Professional Development
12 questions
Повторение теории по уроку 3. Параметры SEP, End

Quiz
•
Professional Development
10 questions
Simple Easy Basic Lua Quiz

Quiz
•
4th Grade - Professio...
10 questions
Повторение

Quiz
•
Professional Development
20 questions
Season 5 #Spaic Python Weekly Quiz

Quiz
•
KG - Professional Dev...
15 questions
Programming and Data Structures Quiz

Quiz
•
Professional Development
10 questions
Fortnite rozdział 2 sezon 2

Quiz
•
1st Grade - Professio...
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade