9.6.1 Extending Data Structures Quiz

Quiz
•
Mathematics
•
9th - 12th Grade
•
Medium
+1
Standards-aligned
Tommy Rankin
Used 357+ times
FREE Resource
Student preview

14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
coffee = "kona"
tea = "mango"
smoothie = "raspberry"
coffee = "raspberry"
tea = "mango"
smoothie = "kona"
coffee = "kona"
tea = "kona"
smoothie = "kona"
coffee = ["kona", "mango", "raspberry"]
tea = ["kona", "mango", "raspberry"]
smoothie = ["kona", "mango", "raspberry"]
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
I only
II only
Both I and II
Neither I nor II
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does “packing” refer to in Python?
Creating a list
Initializing variables using values from a list
Storing multiple variables’ values by putting them in a collection, like a list or tuple
Cramming as many commands as possible onto a single line
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
red = "RED"
blue = "BLUE"
green = "GREEN"
red = "BLUE"
blue = "GREEN"
green = "RED"
red = ["BLUE", "GREEN", "RED"]
blue = ["BLUE", "GREEN", "RED"]
green = ["BLUE", "GREEN", "RED"]
red = "BLUE"
blue = "BLUE"
green = "BLUE"
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
board = [1, 2, 3] + [4, 5, 6] + [7, 8, 9]
board = [1, 2, 3]
board.append([4, 5, 6])
board.append([7, 8, 9])
board = [1, 2, 3, 4, 5, 6, 7, 8, 9]
board = []
board.append([1, 2, 3])
board.append([4, 5, 6])
board.append([7, 8, 9])
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
print(my_list[1])
print(my_list[1:2])
print(my_list[1][2])
print(my_list[2][3])
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does “unpacking” refer to in Python?
Creating a list
Initializing multiple variables at a time using a collection of values
Storing multiple variables’ values by putting them in a collection, like a list or tuple
Cramming as many commands as possible onto a single line
Create a free account and access millions of resources
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Mathematics
12 questions
Graphing Inequalities on a Number Line

Quiz
•
9th Grade
15 questions
Two Step Equations

Quiz
•
9th Grade
15 questions
Slope

Lesson
•
7th - 9th Grade
15 questions
Solving Literal Equations

Quiz
•
8th - 9th Grade
12 questions
Absolute Value Equations

Quiz
•
9th Grade
10 questions
Decoding New Vocabulary Through Context Clues

Interactive video
•
6th - 10th Grade
20 questions
Parallel lines and transversals

Quiz
•
9th - 12th Grade
10 questions
Solving Absolute Value Equations

Quiz
•
9th Grade