Searching and sorting

Searching and sorting

11th Grade

12 Qs

quiz-placeholder

Similar activities

OCR A Level Computer Science (H446) - Component 1.3.1 - Compression, Encryption and Hashing

OCR A Level Computer Science (H446) - Component 1.3.1 - Compression, Encryption and Hashing

11th Grade - University

9 Qs

Keyboarding Test 1.2

Keyboarding Test 1.2

4th Grade - Professional Development

13 Qs

Python Quiz

Python Quiz

7th - 12th Grade

10 Qs

Katies quiz

Katies quiz

KG - Professional Development

11 Qs

FMT web developing session 4 HTML5 + CSS3

FMT web developing session 4 HTML5 + CSS3

KG - Professional Development

15 Qs

PYTHON DICTIONARIES

PYTHON DICTIONARIES

11th Grade

14 Qs

Introduction to DBMS

Introduction to DBMS

10th - 11th Grade

13 Qs

DICTIONARIES IN PYTHON

DICTIONARIES IN PYTHON

11th Grade

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