Fun with Numpy

Fun with Numpy

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Numpy 4 life

Numpy 4 life

9th - 12th Grade

10 Qs

Yellow Belt Level 4

Yellow Belt Level 4

9th - 12th Grade

10 Qs

NP Fan แฟนพันธุ์แท้ โรงเรียนหนองไผ่

NP Fan แฟนพันธุ์แท้ โรงเรียนหนองไผ่

1st - 12th Grade

10 Qs

2.2 EOU Quiz

2.2 EOU Quiz

1st Grade - Professional Development

10 Qs

Exploring Pandas, Numpy, and Dictionaries

Exploring Pandas, Numpy, and Dictionaries

12th Grade

15 Qs

El Predicado y sus Modificadores

El Predicado y sus Modificadores

10th - 11th Grade

10 Qs

Zwariowane części mowy

Zwariowane części mowy

9th Grade

10 Qs

Computer Science grade 9: Algorithms (Python)

Computer Science grade 9: Algorithms (Python)

9th Grade

10 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?