Fun with Numpy

Fun with Numpy

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

numpy end

numpy end

11th Grade

15 Qs

Quiz 1. Data Structures (OSTIM 2022)

Quiz 1. Data Structures (OSTIM 2022)

1st - 12th Grade

12 Qs

Hàm vlookup

Hàm vlookup

11th Grade

6 Qs

AI Quiz

AI Quiz

11th Grade

10 Qs

Python Pandas

Python Pandas

12th Grade - University

5 Qs

Programação

Programação

11th Grade

10 Qs

Kuis ITC Programming - Function

Kuis ITC Programming - Function

10th - 12th Grade

13 Qs

Tipul de date tablou(array) unidimensional

Tipul de date tablou(array) unidimensional

9th Grade

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