
Quiz Competition
Authored by S. Aarthi
Education
University
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
1. What will be the output of the following code?
[1], [2], [3], [4]
[1], [1, 2], [3], [1, 2, 4]
[1], [1, 2], [3], [1, 2, 3, 4]
[1], [1, 2], [3], [3, 4]
Answer explanation
The default argument lst=[] is mutable. It retains its state between function calls unless explicitly overridden.
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
2. What will be the output?
[1, 2, 3]
Error
[1, 2, 3, [4, 5]]
[1, 2, 3, 4, 5]
Answer explanation
Since y = x, both variables point to the same list. The += operation modifies the existing list, so x also gets updated.
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
3. What is the output of this code?
[1], [2], [3]
[1], [2, 3], [1, 3]
[1], [2], [1, 3]
[1], [2], [1, 2, 3]
Answer explanation
Similar to Question 1, the default mutable list retains its state across function calls.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
4. What will be the output?
True
False
None
Error
Answer explanation
Any non-empty string in Python is truthy, regardless of its content.
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
5. What is the result of this expression?
True
False
None
Error
Answer explanation
Due to floating-point precision errors, 0.1 + 0.2 is not exactly 0.3, but rather 0.30000000000000004.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
6. What does this return?
[1, 2, 3, 4, 5]
{1, 2, 2, 3, 4, 4, 5}
Error
{1, 2, 3, 4, 5}
Answer explanation
A set only stores unique elements.
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
7. Which of the following is immutable in Python?
List
Tuple
Dictionary
Set
Answer explanation
Lists, dictionaries, and sets are mutable, while tuples are immutable.
Access all questions and much more by creating a free account
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
Already have an account?
Similar Resources on Wayground
30 questions
Ôn tập Ngữ văn 9 (phần HCST)
Quiz
•
6th Grade - University
25 questions
ASSESSMENT WORKSHOP REVIEW
Quiz
•
University
25 questions
Responsi Fotogrametri H
Quiz
•
University
25 questions
Inter School Quiz (Sinhala Medium) Paper 02
Quiz
•
1st Grade - University
25 questions
KDIPS Kelas C
Quiz
•
University
25 questions
LUẬT GIÁO DỤC (51-75)
Quiz
•
1st Grade - Professio...
25 questions
TEST CMS ĐỒ GÁ
Quiz
•
University
25 questions
Muatan Lokal
Quiz
•
University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade
Discover more resources for Education
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
7 questions
Fragments, Run-ons, and Complete Sentences
Interactive video
•
4th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
10 questions
DNA Structure and Replication: Crash Course Biology
Interactive video
•
11th Grade - University
5 questions
Inherited and Acquired Traits of Animals
Interactive video
•
4th Grade - University
5 questions
Examining Theme
Interactive video
•
4th Grade - University
20 questions
Implicit vs. Explicit
Quiz
•
6th Grade - University
7 questions
Comparing Fractions
Interactive video
•
1st Grade - University