DICTIONARIES IN PYTHON

DICTIONARIES IN PYTHON

11th Grade

7 Qs

quiz-placeholder

Similar activities

Java Quiz 2: Classes and Objects

Java Quiz 2: Classes and Objects

6th - 12th Grade

10 Qs

Computer Programming: Graphics

Computer Programming: Graphics

8th - 11th Grade

11 Qs

Database Concepts - Second

Database Concepts - Second

11th Grade

10 Qs

Python Dictionary

Python Dictionary

9th - 11th Grade

10 Qs

Unit 9 Test Review

Unit 9 Test Review

9th - 12th Grade

10 Qs

Learn Python 3 - Lesson 8 Creating Dictionaries

Learn Python 3 - Lesson 8 Creating Dictionaries

11th Grade - Professional Development

5 Qs

Priority Queues and Heaps

Priority Queues and Heaps

9th - 12th Grade

10 Qs

Python Pandas

Python Pandas

11th - 12th Grade

10 Qs

DICTIONARIES IN PYTHON

DICTIONARIES IN PYTHON

Assessment

Quiz

Computers

11th Grade

Easy

Created by

Parul Saraswat

Used 12+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following create an empty dictionary (D)?

d=(())

D = ()

D = []

D = {}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many key-value pairs does the following dictionary have?

 

alien_0 = {'color': 'green', 'points': 5, 'power': 50, 'break':9}

3

4

5

2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify which of the following is Python Logo

Media Image
Media Image
Media Image
Media Image

4.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Did You enjoy today's class

Yes

No

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are different types of dictionaries

Empty Dictionary

Nested Dictionary

Dictionary with Items

All the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Keys of Dictionary must be......

Antique

Unique

Integers

String

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

.Clear() function used to delete the dictionary elements.

Yes

No