Dictionary Commands Quiz

Dictionary Commands Quiz

11th Grade

7 Qs

quiz-placeholder

Similar activities

Computer Science

Computer Science

9th - 12th Grade

12 Qs

Certiport Chapters 1 and 2

Certiport Chapters 1 and 2

11th Grade

10 Qs

Working In Spreadsheets

Working In Spreadsheets

9th - 12th Grade

10 Qs

SS 2 Online Exam

SS 2 Online Exam

11th Grade

10 Qs

Keyboard revision

Keyboard revision

1st - 12th Grade

10 Qs

SST Yr8 - NCCE - Use of tools

SST Yr8 - NCCE - Use of tools

9th - 12th Grade

11 Qs

Lesson 3 Quiz

Lesson 3 Quiz

6th - 12th Grade

10 Qs

ArrayList

ArrayList

10th - 12th Grade

11 Qs

Dictionary Commands Quiz

Dictionary Commands Quiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Ripetide_x Ripetide_x

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Items() command return in a dictionary?

List of items in reverse order

List of tuples with key-value pairs

List of values

List of keys

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Keys() command return in a dictionary?

List of values

List of keys

List of key-value pairs

List of items

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the Values() command return in a dictionary?

List of keys

List of values in reverse order

List of tuples with key-value pairs

List of values

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we use the Copy() command for dictionaries?

To create a copy that does not modify the original dictionary

To create a reference for the same dictionary

To modify the original dictionary

To delete the original dictionary

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an item?

It is the unordered collection of data in dictionary.

It is the ordered collection of data in dictionary.

It is the unordered collection of qualitative data in dictionary.

It is the ordered collection of quantitative date in dictionary.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are keys?

Special passwords used to access protected data in dictionary.

Unique identifiers in dictionary .

Special codes used to access a computer system

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are values?

The data which is related to keys.

The monetary worth of someone or something.

The morality of a person.