
Test 2

Quiz
•
Computers
•
11th Grade
•
Easy
Ferhat Travaci
Used 10+ times
FREE Resource
33 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
What is the primary purpose of a dictionary in Python?
Storing elements in a sorted order.
Storing only numeric data.
To perform mathematical operations
To store data values in key:value pairs
2.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
What does it mean for a dictionary to be changeable?
Items can be added, removed, or modified after the dictionary has been created
The items cannot be modified
The items have a defined order
The dictionary cannot have duplicate items
3.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
How can you determine the number of items in a dictionary?
Using the count() method
Using the length() function
Using the len() function
Using the size() method
4.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
What data types can the values in dictionary items be?
Only int data type
Only boolean data type
Only string data type
String, int, boolean, and list data types
5.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Suppose you have the following dictionary, which stores the names and ages of people.
Which line correctly prints Bo’s age?
print(my_dictionary[0])
print(my_dictionary[0][1])
print(my_dictionary["Bo"])
print(my_dictionary["Bo"][1])
6.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
What kind of data structure is user_data in the following declaration?
user_data = {"name": "TJ", "age":24, "user_name":"artLover123"}
Tuple
List
Dictionary
2D List
7.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
A dictionary maps:
strings to strings
strings to numbers
indices to elements
keys to values
Create a free account and access millions of resources
Similar Resources on Wayground
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade