
Python Programming Quiz
Quiz
•
Information Technology (IT)
•
12th Grade
•
Practice Problem
•
Hard
Manjunatha M
Used 1+ times
FREE Resource
Enhance your content in a minute
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following data types is mutable in Python?
String
Tuple
List
Frozenset
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code snippet? def func(x=[]): x.append(1) return x print(func()) print(func())
[1] [1]
[1] [1, 1]
[1, 1] [1, 1]
Syntax Error
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code? x = [1, 2, 3, 4] y = x y.append(5) print(x)
[1, 2, 3, 4]
[1, 2, 3, 4, 5]
[1, 2, 3, 4, 5, 5]
[5]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code snippet? print("Hello, World!"[::-1])
"dlroW ,olleH"
"Hello, World!"
Error
None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? x = {1, 2, 3, 4} x.add(4) print(len(x))
3
4
5
Error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements is incorrect about Python dictionaries?
Keys must be unique.
Values must be unique.
Keys must be immutable.
Values can be of any data type.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does the lambda keyword in Python define?
A class
A function
A module
A loop
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
10 questions
Мәтінді форматтау
Quiz
•
10th Grade - University
12 questions
Fundamentals
Quiz
•
7th Grade - University
15 questions
Quiz 1-15
Quiz
•
9th - 12th Grade
14 questions
Google sheets
Quiz
•
7th Grade - University
10 questions
ONLINE ICT QUIZ, 2024
Quiz
•
12th Grade
10 questions
Počítačová grafika
Quiz
•
6th Grade - University
15 questions
QUIS SUMATIF 1
Quiz
•
12th Grade
20 questions
1stQ Quiz 1 E-Tech
Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Information Technology (IT)
28 questions
Ser vs estar
Quiz
•
9th - 12th Grade
34 questions
Geometric Terms
Quiz
•
9th - 12th Grade
20 questions
-AR -ER -IR present tense
Quiz
•
10th - 12th Grade
16 questions
Proportional Relationships And Constant Of Proportionality
Quiz
•
7th - 12th Grade
10 questions
DNA Replication Concepts and Mechanisms
Interactive video
•
7th - 12th Grade
10 questions
Unit 2: LS.Bio.1.5-LS.Bio.2.2 Power Vocab
Quiz
•
9th - 12th Grade
20 questions
Food Chains and Food Webs
Quiz
•
7th - 12th Grade
15 questions
Identify Triangle Congruence Criteria
Quiz
•
9th - 12th Grade
