List Review - code.org Unit 6

List Review - code.org Unit 6

9th Grade

20 Qs

quiz-placeholder

Similar activities

Searching and Sorting Algorithms

Searching and Sorting Algorithms

9th - 10th Grade

16 Qs

Python Lists v2

Python Lists v2

9th - 12th Grade

15 Qs

Input Devices

Input Devices

3rd - 12th Grade

18 Qs

CSP Loops Lists Traversals

CSP Loops Lists Traversals

9th - 12th Grade

24 Qs

Linear Search

Linear Search

7th - 12th Grade

16 Qs

AP CSP Unit 5 Review: Lists, Loops and Traversals

AP CSP Unit 5 Review: Lists, Loops and Traversals

9th - 12th Grade

19 Qs

Algorithms 1A   J277

Algorithms 1A J277

9th Grade

20 Qs

Big Idea 3

Big Idea 3

9th - 12th 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 ]

32

myNumbers[0]

64

myNumbers[3]

Not found

myNumbers[7]

15

myNumbers[4]

0

myNumbers[1]

3.

CLASSIFICATION QUESTION

3 mins • 1 pt

Media Image

Which of the following are elements and which are indexes?

Groups:

(a) Elements

,

(b) Indexes

3

1

The Grinch

The Lorax

Cat in the Hat

Hop on Pop

0

2

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?