Python L21 Nesting & Dictionaries

Python L21 Nesting & Dictionaries

6th - 8th Grade

12 Qs

quiz-placeholder

Similar activities

Computer Science Discoveries Unit 1

Computer Science Discoveries Unit 1

7th - 8th Grade

9 Qs

Digital citizenship by Kleon Kuka

Digital citizenship by Kleon Kuka

6th Grade

10 Qs

Grade 8 -CCDI- Exam practice term1

Grade 8 -CCDI- Exam practice term1

8th Grade

14 Qs

If Then Else Statements

If Then Else Statements

7th Grade

11 Qs

PyGlobal M8L1

PyGlobal M8L1

6th - 8th Grade

7 Qs

Nested If

Nested If

6th - 12th Grade

15 Qs

Code.org CS Fundamentals Express Vocab Quiz Sequencing

Code.org CS Fundamentals Express Vocab Quiz Sequencing

6th - 8th Grade

10 Qs

Quizz

Quizz

1st - 12th Grade

16 Qs

Python L21 Nesting & Dictionaries

Python L21 Nesting & Dictionaries

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Future Teacher

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does nesting mean in Python dictionaries?

Using only one dictionary

Putting a dictionary or list inside another dictionary

Repeating the same key multiple times

Creating a long list of values

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following correctly shows a list nested inside a dictionary?

{"Germany": "Berlin", ["Munich", "Frankfurt"]}

["Germany": ["Munich", "Berlin"]]

{"Germany": ["Munich", "Berlin"]}

{["Germany"]: "Berlin"}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access "Jakarta" from the following dictionary? travel_log = { "Indonesia": ["Surabaya", "Jakarta", "Bali"] }

travel_log[1]["Indonesia"]

travel_log["Jakarta"]

travel_log["Indonesia"][1]

travel_log["Indonesia"]["Jakarta"]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A dictionary can store only one value per key unless you nest a list or another dictionary inside it.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In nested structures, you can combine dictionaries and lists together.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This structure is valid: {"A": ["X", {"Y": "Z"}]}

True

False

Answer explanation

Media Image

7.

MATCH QUESTION

1 min • 1 pt

Match the concept to the correct structure:

Nested List in Dictionary

{"Indonesia": ["Surabaya", "Bali"]}

Simple Dictionary

{"France": "Paris"}

Dictionary inside Dictionary

{"Malaysia": {"total_visited": 14}}

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?