Searching and sorting

Searching and sorting

11th Grade

12 Qs

quiz-placeholder

Similar activities

Coding and Robotics

Coding and Robotics

8th - 12th Grade

12 Qs

UT3

UT3

11th Grade

10 Qs

Web Entwicklung

Web Entwicklung

10th Grade - Professional Development

15 Qs

Python Dictionary

Python Dictionary

9th - 11th Grade

10 Qs

Dictionary

Dictionary

11th Grade

14 Qs

Python Dictionary

Python Dictionary

9th - 11th Grade

10 Qs

Python dictionaries

Python dictionaries

8th - 11th Grade

12 Qs

Data Handling in Python

Data Handling in Python

11th Grade

10 Qs

Searching and sorting

Searching and sorting

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Craig Ellis

Used 21+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure stores key/value pairs?

Sets

Stacks

Lists

Dictionaries

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Square brackets in an assignment statement will create which type of data structure?

( s=[] )

List

Queue

Dictionary

Set

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each key/value pair in a dictionary is separated by this symbol:

/

,

:

;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol surrounds a dictionary?
{
(
[
:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

is this code correct?
quiz = {"Do you help out at home? ":"yes",         }
Yes
No

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?