
Mastering Python Basics

Quiz
•
Computers
•
12th Grade
•
Medium
hasna vahid
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of print(2 ** 3)?
8
9
6
4
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a list in Python?
You create a list in Python using curly braces, e.g., my_list = {1, 2, 3}.
You create a list in Python using parentheses, e.g., my_list = (1, 2, 3).
You create a list in Python by using the list() function, e.g., my_list = list(1, 2, 3).
You create a list in Python using square brackets, e.g., my_list = [1, 2, 3].
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword is used to define a function in Python?
method
def
function
define
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'self' parameter in class methods?
The 'self' parameter is used to refer to the instance of the class in class methods.
The 'self' parameter is used to define class variables.
The 'self' parameter is a keyword for static methods.
The 'self' parameter is used to create new classes.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you handle exceptions in Python?
Use try-except blocks to handle exceptions.
Log exceptions to a file without handling them.
Ignore exceptions and continue execution.
Use if-else statements to handle exceptions.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a lambda function?
A lambda function is a type of loop in programming.
A lambda function is a built-in function that cannot take arguments.
A lambda function is a named function defined with the 'def' keyword.
A lambda function is an anonymous function defined with the 'lambda' keyword, capable of taking multiple arguments but limited to a single expression.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between a list and a tuple?
A list is mutable; a tuple is immutable.
A list is created using parentheses; a tuple is created using square brackets.
A list is a fixed size; a tuple can grow or shrink in size.
A list can only contain numbers; a tuple can contain any data type.
Create a free account and access millions of resources
Similar Resources on Wayground
14 questions
Python Lambda Functions

Quiz
•
12th Grade
15 questions
Python Skills

Quiz
•
1st Grade - Professio...
15 questions
Python End of Topic Quiz

Quiz
•
8th Grade - University
10 questions
10 Important Python Fundamentals Questions

Quiz
•
12th Grade
15 questions
Python Revision Tour - I

Quiz
•
12th Grade
10 questions
Python Basics Test

Quiz
•
12th Grade
15 questions
Unit 2 Test Review

Quiz
•
9th - 12th Grade
10 questions
Python lists and tuples

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade