3.1 Make a list

3.1 Make a list

7th Grade

21 Qs

quiz-placeholder

Similar activities

D1 BR Vocabulary

D1 BR Vocabulary

6th - 8th Grade

20 Qs

Unit 14 Vocabulary

Unit 14 Vocabulary

6th - 7th Grade

20 Qs

Google DSC Quiz - 3

Google DSC Quiz - 3

University

18 Qs

3.3 Block bad input

3.3 Block bad input

7th Grade - University

20 Qs

Sadlier Oxford Unit 14 Level A 1-10

Sadlier Oxford Unit 14 Level A 1-10

6th - 8th Grade

20 Qs

ทดสอบหลังเรียน Microbit M4

ทดสอบหลังเรียน Microbit M4

University

20 Qs

List 1

List 1

5th Grade - University

24 Qs

Computing Error Types Quiz

Computing Error Types Quiz

8th Grade

16 Qs

3.1 Make a list

3.1 Make a list

Assessment

Quiz

English

7th Grade

Easy

Created by

F BINYUSOFF

Used 1+ times

FREE Resource

21 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is a variable in Python?

A storage for multiple items.

A named area of storage for one value.

A type of loop.

A command to create lists.

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Which symbol is used to enclose a list in Python?

Parentheses ()

Curly braces {}

Square brackets []

Quotation marks ""

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

How do you add an item to the end of a list?

list.add(item)

list.append(item)

list.extend(item)

list.insert(item)

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What does input() in Python do?

Outputs text.

Takes user input.

Appends to a list.

Creates variables.

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What type of loop should you use when the number of iterations is fixed?

For loop.

While loop.

Infinite loop.

Recursive loop.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which function is used to repeat commands until a condition is false?

for

while

if

continue

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you print the entire list?

print(list)

display(list)

show(list)

list.print()

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?