Searching and sorting

Searching and sorting

11th Grade

12 Qs

quiz-placeholder

Similar activities

Dictionaries

Dictionaries

11th - 12th Grade

17 Qs

Edmodo

Edmodo

10th Grade - University

10 Qs

quiz

quiz

11th Grade

14 Qs

Python Generators

Python Generators

10th Grade - University

10 Qs

Loomian legacy quiz

Loomian legacy quiz

1st - 12th Grade

16 Qs

J808 LO1 and LO2 planning project keywords / terms

J808 LO1 and LO2 planning project keywords / terms

9th - 11th Grade

15 Qs

Intermediate python

Intermediate python

9th - 12th Grade

9 Qs

TUPLES

TUPLES

11th Grade

8 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?