2D array - python

2D array - python

8th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

Checkpoint 1 revision

Checkpoint 1 revision

9th - 12th Grade

9 Qs

2D Lists in Python

2D Lists in Python

8th - 12th Grade

5 Qs

Class-XII_IP_Revision-3

Class-XII_IP_Revision-3

12th Grade

10 Qs

Refresh your mind

Refresh your mind

10th Grade

10 Qs

Chapter 1 - Algorithm and programming( 9Gen)

Chapter 1 - Algorithm and programming( 9Gen)

9th Grade

10 Qs

pandas

pandas

9th Grade - University

8 Qs

Grade10G

Grade10G

10th Grade

8 Qs

advanced storage techniques ( arrays , DataFrame)

advanced storage techniques ( arrays , DataFrame)

9th - 10th Grade

9 Qs

2D array - python

2D array - python

Assessment

Quiz

Computers

8th - 12th Grade

Hard

Created by

Amani Safi

Used 16+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

What is the number of rows and columns for this array:

2,2

2,3

3,2

1,2

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

To access this element in this array, the correct index is:

3,2

2,1

1,2

2,3

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

Media Image

This code will print:

row 0 , columns from 0 to 4 (4 included)

row 4, columns from 0 to 3

row 1 column 4

row 0 , columns from 0 to 3 (4 is not included)

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Which function is used here?

transpose

arange

numpy

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Rearranging the elements in an array is called:

data structure

arange

numpy

reshape