
Python Sets and Dictionaries Quiz
Quiz
•
Computers
•
Professional Development
•
Medium
ankush joshi
Used 29+ times
FREE Resource
Enhance your content
50 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct syntax to create a set in Python?
set = {1, 2, 3}
set = [1, 2, 3]
set = (1, 2, 3)
set = <1, 2, 3>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not allowed in a set?
Integer
String
List
Tuple
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Sets in Python are:
Ordered
Mutable
Immutable
Duplicated
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of: len({1, 2, 2, 3})?
2
3
4
5
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you add an element to a set s?
s.append(x)
s.add(x)
s.insert(x)
s.extend(x)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following removes all elements from a set?
s.remove()
s.clear()
del s[]
s.popall()
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The method discard() in sets:
Removes the element and throws an error if not found
Removes the element without error if not found
Adds a new element
Sorts the set
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple

Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
51 questions
GoDaddy Final Assessment help
Quiz
•
Professional Development
50 questions
TinTin
Quiz
•
Professional Development
45 questions
PROJECT QUALITY MANAGEMENT QUIZ FINAL
Quiz
•
Professional Development
50 questions
M1 R5 ( Chapter 4)
Quiz
•
Professional Development
49 questions
Communication Skills Quiz
Quiz
•
Professional Development
47 questions
Introduction To Ms / Microsoft Word Quiz
Quiz
•
Professional Development
50 questions
Microsoft Azure Fundamentals AZ-900 ENG #6
Quiz
•
University - Professi...
45 questions
DISA Review Questions - P1
Quiz
•
Professional Development
Popular Resources on Wayground
20 questions
Brand Labels
Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
20 questions
ELA Advisory Review
Quiz
•
7th Grade
15 questions
Subtracting Integers
Quiz
•
7th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns
Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade