Training Quiz 6

Training Quiz 6

University

14 Qs

quiz-placeholder

Similar activities

CSE 102 Exam 2 Practice

CSE 102 Exam 2 Practice

University

15 Qs

Round 1

Round 1

University

15 Qs

IIP D1 - Introduction to Data Analysis

IIP D1 - Introduction to Data Analysis

University

10 Qs

Python Quiz 1.6

Python Quiz 1.6

University

12 Qs

Python Programming Quiz

Python Programming Quiz

University

10 Qs

اولي اعدادي الترم الثاني درس 6

اولي اعدادي الترم الثاني درس 6

7th Grade - University

10 Qs

Round 2 Debug-The-Code

Round 2 Debug-The-Code

University

15 Qs

C++ vs Python: A Quiz Introduction

C++ vs Python: A Quiz Introduction

11th Grade - University

10 Qs

Training Quiz 6

Training Quiz 6

Assessment

Quiz

Computers

University

Medium

Created by

AI 2023

Used 4+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The ________ function returns its argument with a modified shape, whereas the ________ method modifies the array itself.

reshape, resize

resize, reshape

reshape2, resize

all of the mentioned

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

To create sequences of numbers, NumPy provides a function __________ analogous to range that returns arrays instead of lists.

arange

aspace

aline

all

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is NumPy library ?

library with a large collection of high-level mathematical functions

is a library written for the Python programming language for data analysis.

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What does NumPy stand for?

Numerical Python

Natural Python

Numeric Program

Nonlinear Python

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the default data type of NumPy arrays?

int32

float64

object

None of the above

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image

What is the output of the following code?

[2, 3, 4]

[0, 1, 2]

[5, 6, 7]

[2, 4, 6]

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which of the following is used to calculate the mean of a NumPy array?

mean()

average()

median()

all

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?