Fun with Numpy

Fun with Numpy

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Budowa aparatu

Budowa aparatu

9th Grade

14 Qs

Święta

Święta

1st - 10th Grade

14 Qs

Nasz pierwszy Quiz online ;)

Nasz pierwszy Quiz online ;)

1st Grade - Professional Development

15 Qs

Knowledge

Knowledge

8th - 12th Grade

10 Qs

AI Quiz

AI Quiz

11th Grade

10 Qs

Herramientas de Edición AUTOCAD

Herramientas de Edición AUTOCAD

9th Grade

10 Qs

Funzioni in PHP

Funzioni in PHP

12th Grade

10 Qs

Quiz 1. Data Structures (OSTIM 2022)

Quiz 1. Data Structures (OSTIM 2022)

1st - 12th Grade

12 Qs

Fun with Numpy

Fun with Numpy

Assessment

Quiz

Fun, Education, Instructional Technology

9th - 12th Grade

Hard

Created by

Aswin Varghese

Used 105+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Each location of an element in an array is called ______________

Size

Length

Index

Element

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Two dimensional arrays are also known as ______________

Subscripts

Matrices

ndarray

Vectors

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

One dimensional arrays are also known as _____________

Vectors

ndarray

Matrices

Subscript

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which one of these is given as the 1st subscript?

column index no.

row index no.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

_________________ returns the length of each element of array in bytes.

len()

itemsize

shape

type

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A=np.array([1,2,3,4],dtype=np.float64)

What is the itemsize of array 'A'?

1

4

8

16

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

b=np.array([[1,2,3,4],[5,6,7,8],[10,11,12,13]])

Write the value of b[2,1].

3

6

10

11

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?