Python dictionaries

Python dictionaries

8th - 11th Grade

12 Qs

quiz-placeholder

Similar activities

Operating Systems

Operating Systems

6th - 8th Grade

15 Qs

CHRISTMAS MOVIES!!!!!!

CHRISTMAS MOVIES!!!!!!

KG - Professional Development

16 Qs

Python Basics - Year 8

Python Basics - Year 8

7th - 9th Grade

14 Qs

CS Express

CS Express

6th - 8th Grade

17 Qs

Scratch interface

Scratch interface

5th - 9th Grade

12 Qs

Animation

Animation

8th Grade

11 Qs

NHTW Programming

NHTW Programming

9th Grade

10 Qs

Software developement cycle

Software developement cycle

9th - 12th Grade

11 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?