Python dictionaries

Python dictionaries

8th - 11th Grade

12 Qs

quiz-placeholder

Similar activities

Control Structures in Python

Control Structures in Python

11th - 12th Grade

13 Qs

CSF U2 Algorithms p2

CSF U2 Algorithms p2

9th - 12th Grade

11 Qs

Software Development Quiz

Software Development Quiz

6th Grade - Professional Development

10 Qs

Python Dictionary

Python Dictionary

11th Grade

14 Qs

Information and Communication technology

Information and Communication technology

1st Grade - Professional Development

12 Qs

Computer quiz (better than others)

Computer quiz (better than others)

6th - 8th Grade

10 Qs

Windows App Tutorial

Windows App Tutorial

10th - 12th Grade

10 Qs

Python Lists

Python Lists

9th - 12th Grade

15 Qs

Python dictionaries

Python dictionaries

Assessment

Quiz

Computers

8th - 11th Grade

Medium

Created by

Martin Highmore

Used 49+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 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? ":"yes",       }
No
Yes
Both

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

is this code correct?
quiz = ("Do you help out at home? ";"yes"      }
No
Yes
Both

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?