NumPy and Pandas Quiz

NumPy and Pandas Quiz

University

18 Qs

quiz-placeholder

Similar activities

pozytywne metody radzenia sobie ze stresem

pozytywne metody radzenia sobie ze stresem

University

20 Qs

Unit 4 Steering & Suspension Test Review

Unit 4 Steering & Suspension Test Review

University

15 Qs

World Series winners 2000-2020 "Major League Baseball"

World Series winners 2000-2020 "Major League Baseball"

KG - Professional Development

21 Qs

Week 1 QUIZ

Week 1 QUIZ

University

20 Qs

RESUMEN II

RESUMEN II

University

20 Qs

The Weatherheads Quizizz

The Weatherheads Quizizz

University

20 Qs

Zawody

Zawody

5th Grade - University

14 Qs

Câu hỏi về Công nghệ truyền dẫn mạng WAN

Câu hỏi về Công nghệ truyền dẫn mạng WAN

University

15 Qs

NumPy and Pandas Quiz

NumPy and Pandas Quiz

Assessment

Quiz

Other

University

Easy

Created by

Liana Nafisa Saftari

Used 4+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What function is used to create an array in NumPy?

np.list()

np.array()

np.create()

np.make()

2.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

How can you create a 1D array with values from 0 to 9?

np.arange(10)

np.linspace(0, 10, 1)

np.zeros(10)

np.ones(10)

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What does np.zeros((3, 3)) do?

Creates a 1D array of zeros

Creates a 3x3 matrix of ones

Creates a 3x3 matrix of zeros

Returns an error

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What is the default datatype for NumPy arrays?

int

float

bool

str

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What will np.array([1, 2, 3]) + np.array([4, 5, 6]) return?

[5, 7, 9]

[14, 25, 36]

[[1, 4], [2, 5], [3, 6]]

Error

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

What does np.mean() compute?

Median

Mean

Mode

Variance

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

How do you reshape a 1D array arr of size 12 into a 3x4 array?

arr.reshape(3, 4)

arr.reshape(4, 3)

arr.resize(3, 4)

arr.reshape(2, 6)

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?