PythonTupeDicSet

PythonTupeDicSet

1st - 3rd Grade

17 Qs

quiz-placeholder

Similar activities

wag mo nga ako tawaging daddy

wag mo nga ako tawaging daddy

KG - 1st Grade

20 Qs

Chess Test

Chess Test

1st - 10th Grade

20 Qs

Colors

Colors

KG - 1st Grade

14 Qs

QUIZ 4 : TOPIC 10 [STANDARD COSTING & VARIANCE ANALYSIS]

QUIZ 4 : TOPIC 10 [STANDARD COSTING & VARIANCE ANALYSIS]

1st Grade - University

20 Qs

TRANSMISI OTOMATIS

TRANSMISI OTOMATIS

1st Grade

18 Qs

MGV Ice Breaker

MGV Ice Breaker

1st - 5th Grade

12 Qs

Code.org Quiz

Code.org Quiz

KG - 12th Grade

20 Qs

MMA Inverter Welder

MMA Inverter Welder

1st Grade

18 Qs

PythonTupeDicSet

PythonTupeDicSet

Assessment

Quiz

Professional Development

1st - 3rd Grade

Hard

Created by

Viết Phan

Used 3+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

17 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Select all which is true for Python set

Sets are unordered

set object does support indexing

set doesn’t allow duplicate

sets are written with curly brackets {}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following set operation

set1 = {"Yellow", "Orange", "Black"}

set2 = {"Orange", "Blue", "Pink"}

set3 = set2.difference(set1)

print(set3)

{‘Yellow’, 'Black', ‘Pink’, ‘Blue’}

{‘Pink’, ‘Blue’}

{‘Yellow’, 'Black'}

{‘Yellow’, ‘Blue’}

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following set operation

{‘Yellow’, ‘Orange’, ‘Black’, [“Blue”, “Green”, “Red”]}

TypeError: update() doesn’t allow list as a argument.

[‘Yellow’, ‘Orange’, ‘Red’, ‘Black’, ‘Green’, ‘Blue’]

{‘Yellow’, ‘Orange’, ‘Red’, ‘Black’, ‘Green’, ‘Blue’}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following

sampleSet = {"Yellow", "Orange", "Black"}

sampleSet.add("Blue")

sampleSet.add("Orange")

print(sampleSet)

{‘Blue’, ‘Orange’, ‘Yellow’, ‘Orange’, ‘Black’}

{"Yellow", "Orange", "Black","Blue", "Orange"}

{‘Blue’, ‘Orange’, ‘Yellow’, ‘Black’}

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the output of the following code

Yellow

Orange

Syntax Error

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is the output of the following

KeyError: ‘Blue’

TypeError

{‘Yellow’, ‘Orange’, ‘Black’}

[‘Yellow’, ‘Orange’, ‘Black’]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code

TypeError

{‘PYnative’, 1, (‘abc’, ‘xyz’), True}

{‘PYnative’, 1, ‘abc’, ‘xyz’, True}

{‘PYnative’, 1, (‘abc’, ‘xyz’)}

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?