
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
Which of the following statements create a dictionary?
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 Wayground
10 questions
U4_Understanding Python While Loops

Quiz
•
2nd Grade
12 questions
python 1 занятие ЭСТб

Quiz
•
1st Grade - University
10 questions
Science of Reading & EBP Quizlet 1.Fall22.

Quiz
•
KG - 3rd Grade
15 questions
Untitled Quiz

Quiz
•
4th Grade
10 questions
Media and Information Literacy

Quiz
•
1st Grade - University
11 questions
Python. Умови та цикли

Quiz
•
1st - 3rd Grade
15 questions
The City of Ember

Quiz
•
KG - Professional Dev...
9 questions
The Consultants Guide - Chapter 11

Quiz
•
4th 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