PYTHON NUMPY

PYTHON NUMPY

Professional Development

10 Qs

quiz-placeholder

Similar activities

Quizz_Python_1

Quizz_Python_1

Professional Development

10 Qs

Modelos en Django

Modelos en Django

Professional Development

10 Qs

NumPy Interview Question

NumPy Interview Question

Professional Development

10 Qs

Mainstream Development Frameworks

Mainstream Development Frameworks

Professional Development

10 Qs

Python - Numpy Quiz 1

Python - Numpy Quiz 1

University - Professional Development

5 Qs

python daily 10 questions 30 seconds

python daily 10 questions 30 seconds

12th Grade - Professional Development

10 Qs

AIML-Basic

AIML-Basic

Professional Development

15 Qs

NumPy

NumPy

Professional Development

10 Qs

PYTHON NUMPY

PYTHON NUMPY

Assessment

Quiz

Computers

Professional Development

Hard

Created by

RAVINDER B

Used 8+ 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?