Which of the following statements create a dictionary?

Dictionary and string

Quiz
•
Education
•
1st - 4th Grade
•
Hard
Dhirendra yadav
Used 10+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
d = {}
d = {“john”:40, “peter”:45}
d = {40:”john”, 45:”peter”}
All of the mentioned
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following Python code snippet?
d1 = {"john":40, "peter":45}
d2 = {"john":466, "peter":45}
d1 == d2
True
False
None
Error
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following piece of code?
a={1:"A",2:"B",3:"C"}
print(a.get(1,4))
1
4
A
invalid
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of above Python code?
d1={"abc":5,"def":6,"ghi":7}
print(d1[0])
abc
5
{"abc":5}
Error
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the result of above Python code?
dict={"Joey":1,"Rachel":2}
dict.update({"Phoebe":2})
print(dict)
{"Joey":1,"Rachel":2,"Phoebe":2}
{"Joey":1,"Rachel":2}
{"Joey":1,"Phoebe":2}
Error
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following is False regarding dictionary in Python?
dict={"Joey":1,"Rachel":2}
dict.update({"Phoebe":2})
print(dict)
Values of a dictionary can be string,integers or combination of both.
Keys of a dictionary can be string,integers or combination of both
The value of a dictionary can be accessed with the help of indices.
None of the above
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of the following will delete key_value pair for key="tiger" in dictionary?
dic={"lion":"wild","tiger":"wild","cat":"domestic","dog":"domestic"}
del dic["tiger"]
dic["tiger"].delete()
delete(dic.["tiger"])
del(dic.["tiger"])
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Основы Python

Quiz
•
1st Grade
10 questions
informatica

Quiz
•
1st Grade
10 questions
ORTOGRAFÍA

Quiz
•
3rd Grade
10 questions
Python

Quiz
•
1st Grade - Professio...
9 questions
Python (1-2 урок)

Quiz
•
1st - 12th Grade
10 questions
u4- Loops in Python Quiz

Quiz
•
2nd Grade
10 questions
A BBC micro:bit

Quiz
•
3rd - 12th Grade
10 questions
Quiz SC-P8530D

Quiz
•
3rd Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Education
15 questions
Character Analysis

Quiz
•
4th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
10 questions
Identifying equations

Quiz
•
KG - University
14 questions
IREAD-3 Practice Test

Quiz
•
3rd Grade
15 questions
Multiplication Facts

Quiz
•
4th Grade
10 questions
Perimeter of Polygons!

Quiz
•
3rd Grade
20 questions
Addition and Subtraction

Quiz
•
4th Grade
20 questions
Multiplication Facts

Quiz
•
4th Grade