PYTHON NUMPY

PYTHON NUMPY

Professional Development

10 Qs

quiz-placeholder

Similar activities

Introdução a Liguagem de Programação Python

Introdução a Liguagem de Programação Python

Professional Development

13 Qs

Data Science / AI

Data Science / AI

Professional Development

15 Qs

Python Skills

Python Skills

1st Grade - Professional Development

15 Qs

Fundamentos de la IA

Fundamentos de la IA

Professional Development

10 Qs

Evaluación de conocimientos

Evaluación de conocimientos

Professional Development

15 Qs

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

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

Professional Development

12 Qs

BoostHours Python 09/04

BoostHours Python 09/04

Professional Development

10 Qs

Arrays & Strings using C

Arrays & Strings using C

Professional Development

15 Qs

PYTHON NUMPY

PYTHON NUMPY

Assessment

Quiz

Computers

Professional Development

Medium

Created by

RAVINDER B

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