List Review - code.org Unit 6

List Review - code.org Unit 6

9th Grade

20 Qs

quiz-placeholder

Similar activities

Unit 5 Code.org AP CSP

Unit 5 Code.org AP CSP

9th - 12th Grade

24 Qs

Lists, Loops & Traversals

Lists, Loops & Traversals

9th - 12th Grade

24 Qs

Python Next Steps Homework Quiz

Python Next Steps Homework Quiz

8th - 10th Grade

20 Qs

Y9 List Introduction

Y9 List Introduction

9th Grade

18 Qs

Code.org CSP Unit 5 Test Review

Code.org CSP Unit 5 Test Review

9th - 12th Grade

20 Qs

Ready Set Python 1 - Lists

Ready Set Python 1 - Lists

9th Grade

16 Qs

Programming

Programming

9th - 11th Grade

20 Qs

6.1 Guided Notes - Dictionary and Data Structures Quiz

6.1 Guided Notes - Dictionary and Data Structures Quiz

9th Grade

15 Qs

List Review - code.org Unit 6

List Review - code.org Unit 6

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Autumn Honts

Used 31+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lists are named the same way as variables - with no spaces and cannot start with a number.

True

False

2.

MATCH QUESTION

2 mins • 1 pt

Match the index with the correct value.

myNumbers = [ 32, 64, 33, 0, 15, 26, 3 ]

0

myNumbers[0]

32

myNumbers[7]

Not found

myNumbers[3]

15

myNumbers[1]

64

myNumbers[4]

3.

CLASSIFICATION QUESTION

3 mins • 1 pt

Media Image

Which of the following are elements and which are indexes?

Groups:

(a) Elements

,

(b) Indexes

0

Hop on Pop

The Grinch

2

1

The Lorax

3

Cat in the Hat

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Lists are indicated in code using square brackets [ ].

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

myList = [pink, blue, gold, white]

What is myList [2]?

pink

blue

gold

white

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

myList = [pink, blue, gold, white]

What is myList [0]?

pink

blue

gold

white

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

myNewList = [dinosaur, pineapple, sunflower, rock]

What does removeItem (myNewList, 3) do?

removes dinosaur

removes pineapple

removes sunflower

removes rock

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?