Code.org Unit 6 - Lists

Code.org Unit 6 - Lists

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Code.org List Questions

Code.org List Questions

9th - 12th Grade

10 Qs

One-Dimensional Array in Python

One-Dimensional Array in Python

9th - 11th Grade

9 Qs

LIST IN PYTHON

LIST IN PYTHON

8th - 10th Grade

15 Qs

9.3 L3 Python Lists

9.3 L3 Python Lists

7th - 10th Grade

10 Qs

Python List Operations

Python List Operations

10th Grade

13 Qs

Python Lists

Python Lists

8th - 12th Grade

15 Qs

AP CSP Review on Lists, Loops, and Groups

AP CSP Review on Lists, Loops, and Groups

10th - 12th Grade

15 Qs

Python List

Python List

4th Grade - University

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