Dictionary in Python

Quiz
•
Computers
•
11th - 12th Grade
•
Hard

Suman Joshi
Used 495+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following code
dict1 = {"key1":1, "key2":2}
dict2 = {"key2":2, "key1":1}
print(dict1 == dict2)
True
False
2.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Select correct ways to create an empty dictionary
sampleDict = {}
sampleDict = dict()
sampleDict = dict{}
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Please select all correct ways to empty the following dictionary
student = {
"name": "Emma",
"class": 9,
"marks": 75
}
del student
del student[0:2]
student.clear()
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Items are accessed by their position in a dictionary
True
False
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Dictionary keys must be immutable
True
False
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
In Python, Dictionaries are immutable
True
False
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
________________method removes all items from the particular dictionary.
clear( )
pop( )
del ( )
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python Programming Quiz

Quiz
•
11th Grade
10 questions
Empowerment Technologies Quiz 1

Quiz
•
11th Grade
15 questions
Python Basics Assessment

Quiz
•
12th Grade
11 questions
RDBMS- Alevel

Quiz
•
10th - 12th Grade
15 questions
Python Programming Random Quiz

Quiz
•
11th Grade
10 questions
Class-XII_IP_Revision-3

Quiz
•
12th Grade
10 questions
Python Quiz

Quiz
•
12th Grade
15 questions
Python Basics Quiz

Quiz
•
12th Grade
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