2D Lists and Arrays

2D Lists and Arrays

10th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

JavaScript Arrays Quiz

JavaScript Arrays Quiz

11th Grade - University

20 Qs

Java ArrayLists

Java ArrayLists

10th Grade

11 Qs

Arrays and Lists

Arrays and Lists

6th - 12th Grade

10 Qs

Computer Science LISTS

Computer Science LISTS

12th Grade

18 Qs

Java Arrays

Java Arrays

9th - 12th Grade

20 Qs

Python Lists

Python Lists

9th - 12th Grade

17 Qs

Algorithms: Revision Questions

Algorithms: Revision Questions

8th - 10th Grade

20 Qs

GCSE Computer Science: Programming (Data Structures)

GCSE Computer Science: Programming (Data Structures)

9th - 10th Grade

20 Qs

2D Lists and Arrays

2D Lists and Arrays

Assessment

Quiz

Computers

10th - 12th Grade

Medium

Created by

F Read

Used 12+ 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?