arr = np.array([[1, 2, 3, 4, 5, 6], [7, 8, 9, 10, 11, 12]])
newarr = arr._____________
Numpy
Quiz
•
Computers
•
University
•
Medium
Poonkavithai Kalamegam
Used 4+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
30 sec • 1 pt
arr = np.array([[1, 2, 3, 4, 5, 6], [7, 8, 9, 10, 11, 12]])
newarr = arr._____________
reshape(1)
reshape()
reshape(0)
reshape(-1)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Insert the correct argument for creating a NumPy array with 2 dimensions.
arr = np.array([1, 2, 3, 4], ____=2)
dmin
ndmin
demin
ndmn
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Difference between a and b
a = np.array(42)
b = np.array([42])
Both are single dimensional
a is zero and b is 1 dimensional
a is single and b is zero dimensional
Both are zero dimensional
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an incorrect argument to specify that the array should be of type STRING.
arr = np.array([1, 2, 3, 4],________)
'string'
'S'
dtype='S'
str
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does NumPy stand for?
Numerical Python
Natural Python
Numeric Program
Nonlinear Python
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
VIT is
Vellore Institute of Technology
Very Interesting Time
Vast Institute of Techniques
Vellore Institute of Techniques
7.
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])
17 questions
PYTHON-QUIZ-2023
Quiz
•
University
20 questions
Bertelsmann AI Track Quiz Initiative #3
Quiz
•
University - Professi...
20 questions
NumPy
Quiz
•
University
20 questions
NumPy Basics Quiz
Quiz
•
University
15 questions
Numpy
Quiz
•
University - Professi...
20 questions
Python Quiz
Quiz
•
University
19 questions
Python Test 2
Quiz
•
University
15 questions
Array Java
Quiz
•
University
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