
Lesson 43 - Dictionary Datatype 1
Authored by NotchUp .co
Professional Development, Education
5th - 8th Grade
Used 24+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not true ?
set can have a element multiple times.
tuple is mutable
dictionary is set of key value pair
All of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following way is used to add elements to the dictionary ?
a['1']=30
a['22.5']=40
a['rohit']=25
All of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
which of the following statement is true ?
Dictionary can have same value multiple times with unique keys
Dictionary can have same key multiple times with unique values
Dictionary is immutable in nature
none
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a={'rohit': 70, 'rahul': 100, 'rohan': 80}
From above dictioary 100 can be accessed by -
a['rahul']
a['1']
a['rahul'] and a.get("rahul")
none
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of following code ?
x={'rohit': 20, 'rahul': 25, 'rohan': 30}
for i in x:
print(i)
rohit
rahul
rohan
20
25
30
rohit:20
rahul:25
rohan:30
none
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code -
x={'rohit': 20, 'rahul': 25, 'rohan': 30}
for i in x.values():
print(i)
rohit
rahul
rohan
20
25
30
rohit 20
rahul 25
rohan 30
none
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code ?
x={'rohit': 20, 'rahul': 25, 'rohan': 30}
for x, y in x.items():
print(x, y)
rohit
rahul
rohan
20
25
30
rohit 20
rahul 25
rohan 30
none
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
TryOut PJOK Kelas 6
Quiz
•
6th Grade
10 questions
MAT
Quiz
•
5th Grade
15 questions
Photoshop Principiantes
Quiz
•
7th Grade - University
15 questions
RBT Tingkatan 3 Bab 1 : Aplikasi Teknologi
Quiz
•
1st Grade - Professio...
13 questions
computer components
Quiz
•
8th - 10th Grade
10 questions
Diagnostico Lengua y Literatura - quinto grado
Quiz
•
5th Grade
13 questions
Regras de Acentuação Gráfica - Port/BR
Quiz
•
6th - 12th Grade
10 questions
EVALUACIÓN CDES-4°
Quiz
•
1st - 12th Grade
Popular Resources on Wayground
7 questions
History of Valentine's Day
Interactive video
•
4th Grade
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
15 questions
Valentine's Day Trivia
Quiz
•
3rd Grade
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade