Python Unit 11 - Collections: Dictionary, List, Set, Tuple

Python Unit 11 - Collections: Dictionary, List, Set, Tuple

6th - 12th Grade

40 Qs

quiz-placeholder

Similar activities

Year 8 Term Exam

Year 8 Term Exam

8th Grade

45 Qs

AP CSA Review Set #1

AP CSA Review Set #1

9th - 12th Grade

37 Qs

Web Design Preassessment

Web Design Preassessment

12th Grade

40 Qs

Python Strings and Lists

Python Strings and Lists

11th - 12th Grade

43 Qs

Python Quiz

Python Quiz

6th - 8th Grade

40 Qs

Week 14 - Tuples

Week 14 - Tuples

9th - 12th Grade

42 Qs

Python Revision - 1

Python Revision - 1

11th Grade

45 Qs

QUIZ_Annual_11

QUIZ_Annual_11

11th Grade

40 Qs

Python Unit 11 - Collections: Dictionary, List, Set, Tuple

Python Unit 11 - Collections: Dictionary, List, Set, Tuple

Assessment

Quiz

Computers

6th - 12th Grade

Medium

Created by

Tom Riherd

Used 28+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a set, the following would be used -

( )

[ ]

{ }

{ key : value }

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a list, the following would be used -

( )

[ ]

{ }

{ key : value }

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a tuple, the following would be used -

( )

[ ]

{ }

{ key : value }

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create a dictionary, the following would be used -

( )

[ ]

{ }

{ key : value }

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data collection is this?

[ 3, 4, 5, 6 ]

Dictionary

List

Set

Tuple

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data collection is this?

( 3, 4, 5, 6 )

Dictionary

List

Set

Tuple

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of data collection is this?

{ 3, 4, 5, 6 }

Dictionary

List

Set

Tuple

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?