Python Dictionary

Python Dictionary

9th - 11th Grade

10 Qs

quiz-placeholder

Similar activities

Excel If, Index and Match

Excel If, Index and Match

9th - 12th Grade

11 Qs

HTML Básico

HTML Básico

8th Grade - University

14 Qs

Scratch Programming

Scratch Programming

5th - 9th Grade

15 Qs

Penilaian Harian 1 Ms. Excel (Kondisi IF)

Penilaian Harian 1 Ms. Excel (Kondisi IF)

1st - 12th Grade

10 Qs

Kuis Dasar-Dasar HTML

Kuis Dasar-Dasar HTML

9th Grade

10 Qs

HTML DAY 2

HTML DAY 2

8th - 10th Grade

14 Qs

Evaluasi HTML dan CSS

Evaluasi HTML dan CSS

10th Grade

10 Qs

Post Test Excel Logika IF

Post Test Excel Logika IF

10th 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?