RL NumPy Quiz 1

RL NumPy Quiz 1

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Arrays, 2D Arrays, and ArrayLists

Arrays, 2D Arrays, and ArrayLists

9th - 12th Grade

15 Qs

Arrays Unit

Arrays Unit

10th - 12th Grade

15 Qs

Array

Array

10th - 12th Grade

15 Qs

Single Array

Single Array

11th Grade

10 Qs

NumPy

NumPy

10th Grade

15 Qs

Pandas library

Pandas library

9th Grade

10 Qs

Arrays += Chan

Arrays += Chan

9th - 12th Grade

12 Qs

July Monthly Test IP 20.07.2020

July Monthly Test IP 20.07.2020

12th Grade

15 Qs

RL NumPy Quiz 1

RL NumPy Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Easy

Created by

Aahnik Daw

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are true about NumPy

NumPy stands for Numerical Python

Fast as compared to the python List

Consumes less memory compared to python Lists

NumPy is a part of Python Standard Library

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In NumPy, with what datatype we work with ?

np.ndarray

array

List

numpy array

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are true about Dimensions of a NumPy array ?

The depth of an array can be measured by the number of dimensions of an array

A NumPy array can have any number of dimensions.

The shape of the ndarray can be described by n attributes when dimension is n

Dimension can be 0

4.

FILL IN THE BLANK QUESTION

2 mins • 3 pts

Media Image

A NumPy array is given in the picture. What is arr[1,2,1] + arr[0,1,2] - arr[1,1,1]


Hint: Answer is a three digit number

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Import the NumPy library with the alias jkdf

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do I check the datatype of a NumPy array named arr?

type(arr)

arr.dtype

arr.type()

arr.dtype()

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following are true?

The shape of an array is the number of elements in each dimension

In NumPy arrays we can store elements of different datatypes

Complex Floats are supported by NumPy

Given two 1-D arrays with characters, to find if the shorter array is a part of the larger array, we can take help of slicing

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?