Which of the following is full form of NumPy?
Python Quiz 1.6

Quiz
•
Computers
•
University
•
Hard
Rahul Mahato
Used 1+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Number Python
Numeric Python
Numerical Python
None of these
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the function is a function to create a numpy array?
empty()
array()
ones()
All the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the below code?
np.arange(2,8)
array([2, 3, 4, 5, 6, 7])
array([3, 4, 5, 6, 7])
array([2, 3, 4, 5, 6, 7, 8])
array([3, 4, 5, 6, 7, 8])
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the below code.
a = np.array([[[1,2,3],[4,5,6]]])
print(a.ndim)
1
(1,3)
3
(3,1)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the below code.
a = np.array([[1,2,3],[4,5,6]])
print(a[1,2])
6
5
2
TypeError
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the below code?
print(np.linspace(1,5,5))
array([1. , 2.33333333, 3.66666667, 5. ])
array([1., 2., 3., 4., 5.])
array([1. , 1.8, 2.6, 3.4, 4.2, 5. ])
None of the above
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is code gives an error?
a = np.array([(1,2,3),(4,5,6)]) a[(0,1)]
a = np.array([(1,2,3),(4,5,6)]) a.reshape(2,4)
a = np.array([(1,2,3),(4,5,6)]) a[np.arange(1), :]
All the above
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Array in C

Quiz
•
University
10 questions
Struktur Data

Quiz
•
University
10 questions
Reshaping & vStack&hstack( )

Quiz
•
9th Grade - University
10 questions
Quiz 12

Quiz
•
University
12 questions
Array

Quiz
•
University
17 questions
PYTHON-QUIZ-2023

Quiz
•
University
15 questions
Array Java

Quiz
•
University
10 questions
Data Analytics and Artificial Intelligence

Quiz
•
University
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