2D Lists and Arrays

2D Lists and Arrays

10th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Ulangan 2

Ulangan 2

10th Grade

20 Qs

Programming 2 - Arrays

Programming 2 - Arrays

10th - 12th Grade

17 Qs

Berpikir Komputasional

Berpikir Komputasional

10th Grade

20 Qs

Trabajando con ArrayList

Trabajando con ArrayList

9th - 12th Grade

11 Qs

ArrayList Quiz

ArrayList Quiz

12th Grade

20 Qs

CP M.8.1-8.5 Quiz Review

CP M.8.1-8.5 Quiz Review

9th - 12th Grade

15 Qs

Informatika Bab 1 - 2

Informatika Bab 1 - 2

10th Grade

20 Qs

GCSE Computing: Lists and Arrays

GCSE Computing: Lists and Arrays

10th - 11th Grade

15 Qs

2D Lists and Arrays

2D Lists and Arrays

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

F Read

Used 13+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is this a List or an Array?

I can store multiple values of different data types

List

Array

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is this a List or an Array?

Once made it's impossible to change the number of elements I store.

List

Array

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is this a List or an Array?

I cannot store values of different data types. I can only store multiple pieces of data when they are the same data type.

List

Array

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is this a List or an Array?

I am an infinite data structure - I can take many additional values once I've been created.

So you can add as many elements to me as you want.

List

Array

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the number of the index of the first value in a list?

0

1

2

start

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An index is ...

A number given to each value in a list to show it's position in the list.

A number assigned to every value in the list to say how many characters it contains.

A number assigned to every list.

A letter given to each value in a list to show it's position in the list.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Fruits = [["Apple","Pear","Orange"],["Grape","Pineapple",'Pen"]]

How many rows are in the 2D list above?

0

1

2

3

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?