Dictionary Flashcard

Dictionary Flashcard

Assessment

Flashcard

Computers

12th Grade

Practice Problem

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

9 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What data type is used to store data values in key:value pairs in Python?

Back

Dictionary

2.

FLASHCARD QUESTION

Front

Are duplicates allowed in Python dictionaries?

Back

No

3.

FLASHCARD QUESTION

Front

Which collection type in Python is ordered and changeable, and allows duplicate members?

Back

List

4.

FLASHCARD QUESTION

Front

How can you add items to a dictionary after it has been created? Options: Using the add() method, Using the update() method, By reassigning values, Dictionaries cannot be changed after creation

Back

Using the update() method

5.

FLASHCARD QUESTION

Front

Which of the following is NOT a valid dictionary method in Python? thisdict.get(), thisdict.append(), thisdict.items(), thisdict.keys()

Back

thisdict.append()

6.

FLASHCARD QUESTION

Front

What is the correct way to print the value of the 'brand' key in the dictionary? Options: print(thisdict.get('brand')), print(thisdict['brand'])

Back

Both are correct

7.

FLASHCARD QUESTION

Front

What will the following code output?
Options: "soda", KeyError, ["veggie burger", "salad", "soda"], ["hamburger", "fries", "soda"]

Media Image

Back

["hamburger", "fries", "soda"]

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?