
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
15 questions
FinalTest

Quiz
•
1st - 2nd Grade
10 questions
Dies de la setmana

Quiz
•
1st Grade
10 questions
Python

Quiz
•
1st Grade - Professio...
10 questions
Training L&M Series Bojonegoro, 3 Agustus 2022

Quiz
•
1st - 3rd Grade
11 questions
SQL-Query 1

Quiz
•
1st - 5th Grade
10 questions
Giant Porcupines

Quiz
•
4th Grade
9 questions
Minecraft+Python(Повт Урок 15)

Quiz
•
1st - 10th Grade
15 questions
Python - Factory

Quiz
•
3rd - 8th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Education
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
9 questions
A Fine, Fine School Comprehension

Quiz
•
3rd Grade
12 questions
Passport Quiz 1

Quiz
•
1st - 5th Grade
10 questions
Making Predictions

Quiz
•
4th - 5th Grade
6 questions
Spiral Review 8/5

Quiz
•
4th Grade
18 questions
Rotation/Revolution Quiz

Quiz
•
4th Grade
10 questions
Place Value

Quiz
•
3rd Grade
8 questions
Writing Complete Sentences - Waiting for the Biblioburro

Lesson
•
3rd Grade