Code.org Unit 6 - Lists

Code.org Unit 6 - Lists

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

CSP Lists

CSP Lists

9th - 12th Grade

10 Qs

List Operations

List Operations

9th - 12th Grade

10 Qs

Python L1 Quiz 4: Lists

Python L1 Quiz 4: Lists

1st - 12th Grade

10 Qs

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

Python Lists

Python Lists

8th - 9th Grade

10 Qs

Python Arrays

Python Arrays

9th - 10th Grade

11 Qs

Python Lists v2

Python Lists v2

9th - 12th Grade

15 Qs

Unit 5 -- Lists, Loops, Traversals

Unit 5 -- Lists, Loops, Traversals

9th - 12th Grade

9 Qs

Code.org Unit 6 - Lists

Code.org Unit 6 - Lists

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Used 89+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An ordered collection of elements.

Sequence

List

Length

Element

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

 An individual value in a list that is assigned a unique index.

Sequence

List

Length

Element

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A common method for referencing the elements in a list or string using numbers.

Sequence

List

Index

Element

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Refers to the entire length of a list.

[list].length

[list].length-1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A way to reference the last item in a list.

[list].length

[list].length-1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Allows a user to see random elements in a list that generate a random number between 0 and the length of the list minus one.

Random List Access Pattern

Scrolling List Pattern

List Length

appendItem

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Allows a user to "scroll" through all the items in the list.

Random List Access Pattern

Scrolling List Pattern

List Length

appendItem

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?