Python Dictionary

Python Dictionary

9th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Lists - MCQ1

Lists - MCQ1

11th - 12th Grade

10 Qs

Kuis Dasar-Dasar HTML

Kuis Dasar-Dasar HTML

9th Grade

10 Qs

Python Quiz for Grade 11 List, Tuple &  Strings

Python Quiz for Grade 11 List, Tuple & Strings

11th Grade

10 Qs

Quiz List HTML

Quiz List HTML

11th Grade

10 Qs

INTRO TO CSS QUIZ

INTRO TO CSS QUIZ

9th Grade

15 Qs

List Review

List Review

9th - 12th Grade

11 Qs

HTML DAY 2

HTML DAY 2

8th - 10th Grade

14 Qs

Coding - Mid Unit Knowledge Check

Coding - Mid Unit Knowledge Check

6th - 11th Grade

10 Qs

Python Dictionary

Python Dictionary

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

Beena M

Used 172+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is this?
quiz = {"Do you help out at home? ":"yes",        
"Do you beleive in Santa? ":"yes"
}
list
string
dictionart
dictionary

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol surrounds a dictionary?
{
(
[
:

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

is this code correct?
quiz = {"Do you help out at home? ":"yes",         }
Yes
No

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

is this code correct?
quiz = {"Do you help out at home? ":"no it is not correct"      }
No
Yes
Both

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the left part of a dictionary eg:
quiz = {"Do you help out at home? ":"yes",       }
Keey
Value
Keu
Key

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the right part of a dictionary eg:
quiz = {"Do you help out at home? ":"yes",       }
Keey
Value
Valuu
Key

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write the output of the following codes.

a)

>>>dl={1:10,2:20,3:30,4:40, 5:50}

>>>dl.items ()

[10, 20, 30, 40, 50]

[1, 2, 3, 4, 5]

[(1, 10), (2, 20), (3, 30), (4, 40), (5, 50)]

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?