
NumPy

Quiz
•
Computers
•
University
•
Hard
RAJKUMAR. K Chennai
Used 5+ times
FREE Resource
20 questions
Show all answers
1.
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
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
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
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Find the output of the below code.
a = np.array([[1,2,3],[4,5,6]])
a[1,2]
6
5
2
TypeError
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the below code?
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
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
РЭУ тест по Python

Quiz
•
University
20 questions
Numpy

Quiz
•
University
19 questions
Python Test 2

Quiz
•
University
15 questions
Numpy

Quiz
•
University - Professi...
20 questions
Beginner Quiz on ML and Python Basics

Quiz
•
University
20 questions
NumPy Basics Quiz

Quiz
•
University
20 questions
RAID Storage

Quiz
•
University
20 questions
python openCV

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade