
Programming 2 - Lesson 03

Quiz
•
Computers
•
11th Grade
•
Medium
Rachel FitzZaland
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What does a dictionary in Python do?
Stores ordered collections of items
Maps keys to value
Represents empty data structures
Allows you look up keyword definitions
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How do you create an empty dictionary in Python?
empty_dict = []
empty_dict = dict()
empty_dict = {}
empty_dict = ()
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following code:
game_scores = {'player1': 1000, 'player2': 1500}
print(game_scores['player1'])
1000
player1
1500
None
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What will happen if you try to access a key that doesn’t exist in the dictionary?
It will return None.
It will create a new key-value pair.
It will raise a KeyError.
It will return an empty string
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What does the len function do when applied to a dictionary
Returns the number of key-value pairs
Returns the number of keys
Returns the number of values
Returns the total number of characters in keys and values
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What does the following code output:
game_levels = {'level1': 'easy', 'level2': 'medium', 'level4': 'hard'}
'level3' in game_levels
True
False
None
'hard'
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
How do you add a new key-value pair to a dictionary named 'inventory'
where the key is 'potion' and the value is 5?
inventory.add('potion', 5)
inventory.append('potion', 5)
inventory['potion'] = 5
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Computational Thinking

Quiz
•
9th - 11th Grade
15 questions
AP CSP Unit 4

Quiz
•
10th - 12th Grade
10 questions
Quiz1_HPB2021_2010t1

Quiz
•
1st - 12th Grade
10 questions
PythonBooleans

Quiz
•
11th Grade
8 questions
Python Fill in the Blank

Quiz
•
9th - 12th Grade
10 questions
แบบทดสอบความรู้เกี่ยวกับการค้นหาข้อมูล

Quiz
•
5th Grade - University
10 questions
Understanding Cybersecurity

Quiz
•
5th Grade - Professio...
10 questions
Programming - Algorithms in Pseudocode & Flow Diagrams

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade