DS_NumPy_TEST1

DS_NumPy_TEST1

University

12 Qs

quiz-placeholder

Similar activities

SAS Programming 1 Revision 2

SAS Programming 1 Revision 2

University

10 Qs

FST Class 2023- Quiz 2

FST Class 2023- Quiz 2

University

10 Qs

03 - Tree & BST

03 - Tree & BST

University

15 Qs

Simple Quiz

Simple Quiz

University

10 Qs

Linked List - Implementation

Linked List - Implementation

University

15 Qs

BASIC C PROGRAMMING

BASIC C PROGRAMMING

University

15 Qs

C++ 1st ONLINE QUIZ

C++ 1st ONLINE QUIZ

University

13 Qs

KIỂU DỮ LIỆU CÓ CẤU TRÚC

KIỂU DỮ LIỆU CÓ CẤU TRÚC

11th Grade - University

10 Qs

DS_NumPy_TEST1

DS_NumPy_TEST1

Assessment

Quiz

Computers

University

Hard

Created by

RAJU S

Used 1+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function would you use to create a 2x3 array of random integers between 0 and 10?

np.random.randint(0, 10, size=(2, 3))

np.random.randint(2, 3, 0, 10)

np.random.rand(0, 10, (2, 3))

np.random.random_integers(0, 10, size=(2, 3))

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does np.ones((3, 4)) do?

Creates a 3x4 array filled with ones

Creates a 4x3 array filled with ones

Creates a 3x4 identity matrix

Creates a 4x3 identity matrix

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function sorts the elements of an array in ascending order?

np.sort()

np.argsort()

np.order()

np.arrange()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you find the unique elements in a NumPy array?

np.unique()

np.distinct()

np.single()

np.nonduplicate()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to concatenate two arrays along a specified axis?

np.concatenate()

np.append()

np.join()

np.merge()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does np.transpose(arr) do to the array arr?

Rotates the array by 90 degrees

Flattens the array

Transposes the array (flips axes)

Reshapes the array

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary purpose of NumPy?

Web development

Data analysis

Scientific computing

Game development

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?