
Basics of Python Programming

Quiz
•
Computers
•
9th Grade
•
Medium
Dumbani Tunthuwa
Used 1+ times
FREE Resource
35 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a data type in Python?
A data type in Python is a classification that defines the type of value a variable can hold.
A data type in Python is a method for executing functions.
A data type in Python is a way to store files on disk.
A data type in Python is a framework for building applications.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Name the four basic data types in Python.
int, float, list, set
int, float, str, bool
char, double, list, dict
str, bool, tuple, array
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword is used to define a function in Python?
def
method
procedure
function
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the 'if' statement in Python?
To define a function in Python.
To execute code conditionally based on a boolean expression.
To import modules into a Python script.
To create a loop that iterates over a list.
5.
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 using angle brackets, e.g., my_list = <1, 2, 3>.
You create a list in Python using square brackets, e.g., my_list = [1, 2, 3].
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between a list and a tuple in Python?
Tuples are created using square brackets, while lists use parentheses.
Lists can contain only numbers, while tuples can contain any data type.
The main difference is that lists are mutable and tuples are immutable.
Lists are faster than tuples in all operations.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What keyword is used to start a loop in Python?
iterate
loop
for, while
repeat
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
Python Beginner

Quiz
•
6th - 12th Grade
35 questions
Program Development - Python: Code Tracing

Quiz
•
8th - 10th Grade
30 questions
Python Programming End of Unit Assessment

Quiz
•
7th - 9th Grade
34 questions
Python Seviye 1

Quiz
•
5th - 12th Grade
30 questions
PYTHON-06

Quiz
•
9th - 12th Grade
30 questions
Python 4 topic (циклы)

Quiz
•
6th - 12th Grade
40 questions
SOAL SUMATIF 2

Quiz
•
9th - 12th Grade
30 questions
Arrays and list in Python

Quiz
•
9th 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
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

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

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

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

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

Interactive video
•
9th - 12th Grade