NumPy Functions and Operations Quiz

NumPy Functions and Operations Quiz

12th Grade

20 Qs

quiz-placeholder

Similar activities

LOOKUP

LOOKUP

9th Grade - University

20 Qs

Python CSV and Pandas

Python CSV and Pandas

12th Grade

15 Qs

pra PSPM SC025 (F02 KML)

pra PSPM SC025 (F02 KML)

6th Grade - University

24 Qs

Misconceptions Check

Misconceptions Check

9th - 12th Grade

15 Qs

Arrays Unit

Arrays Unit

10th - 12th Grade

15 Qs

Array

Array

10th - 12th Grade

15 Qs

Python Pandas

Python Pandas

12th Grade

20 Qs

Java Arrays Basic

Java Arrays Basic

10th - 12th Grade

15 Qs

NumPy Functions and Operations Quiz

NumPy Functions and Operations Quiz

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Muhammad Talha

Used 2+ times

FREE Resource

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)

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?