NumPy Quiz

NumPy Quiz

Professional Development

21 Qs

quiz-placeholder

Similar activities

Quis pra UAS Jaringan Komputer

Quis pra UAS Jaringan Komputer

Professional Development

20 Qs

2º-DAM-Evaluación Inicial-HLC

2º-DAM-Evaluación Inicial-HLC

Professional Development

20 Qs

Salute sicurezza e ambiente

Salute sicurezza e ambiente

4th Grade - Professional Development

18 Qs

Smart Draw 8

Smart Draw 8

Professional Development

17 Qs

Microsoft Office Advandces 2016

Microsoft Office Advandces 2016

9th Grade - Professional Development

20 Qs

Lección1 - JavaScript

Lección1 - JavaScript

1st Grade - Professional Development

17 Qs

Sains Komputer Tingkatan 5 - 1.3.1 Menerangkan get logik

Sains Komputer Tingkatan 5 - 1.3.1 Menerangkan get logik

1st Grade - Professional Development

20 Qs

Exploratory Data Analysis

Exploratory Data Analysis

Professional Development

20 Qs

NumPy Quiz

NumPy Quiz

Assessment

Quiz

Computers

Professional Development

Practice Problem

Medium

Created by

Lilesh Pathe

Used 4+ times

FREE Resource

AI

Enhance your content in a minute

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

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is NumPy primarily used for?

Creating GUIs

File handling

Numerical computations

Web development

Game development

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function creates an array with values [0, 1, 2, 3, 4]?

np.arange(5)

np.range(5)

np.linspace(0,5)

np.array(5)

np.series(5)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you create an array of all ones with shape (2,3)?

np.ones((2,3))

np.ones[2,3]

np.one((2,3))

np.full((2,3), 1.0)

Both a and d

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of np.array([1, 2, 3]) * 2?

[1, 2, 3, 1, 2, 3]

[2, 4, 6]

[1, 2, 3, 2]

[1, 4, 9]

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does np.array([1, 2, 3]).ndim return?

1

2

3

0

Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will np.arange(1, 10, 2) output?

[1, 2, 3, 4, 5, 6, 7, 8, 9]

[1, 3, 5, 7, 9]

[1, 2, 4, 6, 8]

[2, 4, 6, 8, 10]

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of np.array([[1, 2], [3, 4]]).shape?

(2, 2)

2

(4,)

(2,)

(1, 4)

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?