3.1 Make a list

Quiz
•
English
•
7th Grade
•
Easy
F BINYUSOFF
Used 1+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
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
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
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
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
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
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
Similar Resources on Wayground
19 questions
Punctuation

Quiz
•
9th - 12th Grade
20 questions
Reading Strategies : Scanning

Quiz
•
9th - 12th Grade
20 questions
3.2 Working with List Elements

Quiz
•
7th Grade - University
20 questions
Programming

Quiz
•
10th Grade
18 questions
FOR and WHILE loop in Python

Quiz
•
9th - 12th Grade
21 questions
Amend a program

Quiz
•
7th Grade
18 questions
Google DSC Quiz - 3

Quiz
•
University
24 questions
3.6 Activate the menu choices

Quiz
•
7th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade