Python Lists Part 1

Python Lists Part 1

9th Grade

20 Qs

quiz-placeholder

Similar activities

Julius Caesar Act 4

Julius Caesar Act 4

9th - 10th Grade

20 Qs

Brain Break w/Puzzles

Brain Break w/Puzzles

5th Grade - Professional Development

20 Qs

AP CSA - Unit 6 - Arrays

AP CSA - Unit 6 - Arrays

9th - 12th Grade

17 Qs

public speaking- extemporaneous

public speaking- extemporaneous

8th Grade - Professional Development

15 Qs

Plot Elements

Plot Elements

9th Grade

15 Qs

Active and Passive Voice

Active and Passive Voice

9th - 12th Grade

15 Qs

SOAL PROCEDURE TEXT

SOAL PROCEDURE TEXT

9th Grade

20 Qs

Task on Registers

Task on Registers

9th Grade

20 Qs

Python Lists Part 1

Python Lists Part 1

Assessment

Quiz

English

9th Grade

Medium

CCSS
L.1.6, 6.EE.B.6, L.3.6

+1

Standards-aligned

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

Tags

CCSS.L.1.6

CCSS.L.3.6

CCSS.L.K.5A

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?