PYTHON NUMPY

PYTHON NUMPY

Professional Development

10 Qs

quiz-placeholder

Similar activities

NumPy

NumPy

Professional Development

10 Qs

Python Skills

Python Skills

1st Grade - Professional Development

15 Qs

Python - Numpy Quiz 1

Python - Numpy Quiz 1

University - Professional Development

5 Qs

Quizz_Python_1

Quizz_Python_1

Professional Development

10 Qs

Проверяю знания и изучаю PyGame

Проверяю знания и изучаю PyGame

Professional Development

12 Qs

FinTech 10-1 Time Series

FinTech 10-1 Time Series

Professional Development

10 Qs

Modelos en Django

Modelos en Django

Professional Development

10 Qs

C Programming

C Programming

Professional Development

10 Qs

PYTHON NUMPY

PYTHON NUMPY

Assessment

Quiz

Computers

Professional Development

Medium

Created by

RAVINDER B

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the purpose of NumPy in Python?

  1. To do numerical calculations

  1. To do scientific computing

Both numeric, scientific

draw images

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

NumPy arrays can be __

  1. Indexed

  1. Sliced

Iterated

All

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Using ndim we can find

  1. dimension of the array

  1. Size of array

  1. Operational activities on Matrix

None

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

import numpy as np

a = np.array([(10,20,30)])

print(a.itemsize)

8

9

10

11

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does NumPy stand for?

Numerical Python

Natural Python

Numeric Program

Nonlinear Python

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is used to reshape a NumPy array?

reshape()

change()

recreate()

modify()

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is used to find the maximum element in a NumPy array?

max()

amax()

maximum()

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?