Search Header Logo

NumPy Functions and Operations Quiz

Authored by Muhammad Talha

Computers

12th Grade

Used 2+ times

NumPy Functions and Operations Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the np.array() function do?

Creates a dictionary

Creates a list

Creates a multidimensional array

Creates a pandas DataFrame

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a method to create a NumPy array?

np.zeros()

np.ones()

np.arrays()

np.random.random()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default data type of a NumPy array when not specified?

int32

float64

int64

object

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which NumPy function is used to generate evenly spaced numbers over a specified range?

np.linspace()

np.arange()

np.arange_spaced()

np.range()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does arr.reshape(4, 3) do?

Flattens the array

Reshapes the array into a 4x3 matrix

Transposes the array

Adds dimensions to the array

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following methods can be used to flatten a multidimensional NumPy array?

np.flatten()

arr.reshape(-1)

np.change()

Both B and C

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output shape of np.array([1, 2, 3, 4, 5, 6]).reshape(2, -1)? where -1 means numpy will automatically select number for you.

(2, 2)

(2, 3)

(3, 2)

(6, 1)

Access all questions and much more by creating a free account

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

Already have an account?