Python Lists Part 1

Python Lists Part 1

9th Grade

20 Qs

quiz-placeholder

Similar activities

Vocab List 3- Fill in the Blank

Vocab List 3- Fill in the Blank

9th - 12th Grade

15 Qs

Procedure Text

Procedure Text

9th Grade

20 Qs

Ordinal numbers

Ordinal numbers

3rd - 12th Grade

17 Qs

Julius Caesar Act 4

Julius Caesar Act 4

9th - 12th Grade

20 Qs

Actors

Actors

1st Grade - Professional Development

16 Qs

Quiz on Camp Green Lake

Quiz on Camp Green Lake

9th - 12th Grade

15 Qs

Flowchart

Flowchart

8th Grade - University

15 Qs

Module 10: 4th Grade (Form A)

Module 10: 4th Grade (Form A)

4th Grade - University

15 Qs

Python Lists Part 1

Python Lists Part 1

Assessment

Quiz

English

9th Grade

Medium

Created by

Camille Corrado

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which term refers to an individual value in a list?

slot

cubbyhole

section

element

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following creates a list?

numbers = list(range(2, 10, 3))

myNumbers = [ 2, 5, 9, 100 ]

numbers = list

list = "Sally"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output?

10

20

[10, 20, 30, 40, 50]

integer

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these pieces of code would return the name "Harry" from the following list?

nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]

nameList()

nameList[1]

NameList(4)

nameList["4"]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output?

[8. 2]

[8, 2, 5]

[3, 8]

[3, 8, 2]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The first index in a list is:

-1

0

1

The length of the list minus 1

Not enough information given to answer this question.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output?

7

8

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?