How do you calculate the mean of a NumPy array arr?

Python Summer Internship Quiz -10

Quiz
•
Other
•
University
•
Hard

Gnaneshwar Reddy
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a) arr.mean()
b) np.mean(arr)
c) arr.mean(axis=0)
d) Both a and b
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not true about NumPy?
It is a cross-platform module
It stands for Number Python
We need to install this module before using it
None of the above
3.
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)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the function itemsize() return?
It returns the size of the array
It returns the number of elements in the array
It returns the byte size of each element of the array
None of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the below code.
a = np.array([[1,2,3],[4,5,6]])
then what is a[1,2]
6
5
2
TypeError
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to reshape a NumPy array arr to a shape (2, 3)?
arr.reshape(3, 2)
arr.reshape((2, 3))
np.reshape(arr, (2, 3))
Both b and c
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of np.array([1, 2, 3]) + np.array([1, 2, 3])?
[2, 4, 6, 4]
[2, 4, 6]
Error
[1, 2, 3, 4, 1, 2, 3]
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
C Quiz

Quiz
•
University
10 questions
PLACEMENT TEST DATA LITERATURE

Quiz
•
University
7 questions
Text Mining with Python (week 9)

Quiz
•
University
10 questions
SUJETO Y PREDICADO

Quiz
•
University
10 questions
Quiz de Python: Fundamentos e Práticas

Quiz
•
University
10 questions
WORD

Quiz
•
University
10 questions
Bài tập biến mảng

Quiz
•
1st Grade - University
10 questions
QUIZ3:-DATA STRUCTURE

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade