RL NumPy Quiz 1

RL NumPy Quiz 1

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Word 2016 Lesson 1

Word 2016 Lesson 1

9th - 12th Grade

10 Qs

ICT as Platform for Change

ICT as Platform for Change

11th - 12th Grade

10 Qs

emtech

emtech

12th Grade

10 Qs

Visual Basic 2010

Visual Basic 2010

8th Grade - University

10 Qs

IT related jobs

IT related jobs

9th Grade

9 Qs

Numpy-1

Numpy-1

9th - 12th Grade

10 Qs

Test on Python Function

Test on Python Function

11th - 12th Grade

12 Qs

Common Protocols

Common Protocols

10th - 12th Grade

15 Qs

RL NumPy Quiz 1

RL NumPy Quiz 1

Assessment

Quiz

Computers

9th - 12th Grade

Practice Problem

Easy

Created by

Aahnik Daw

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?