
Python Variables Quiz

Quiz
•
Computers
•
5th Grade
•
Easy
Shushankita Vinod Mishra
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a variable in Python?
A type of loop
A container that holds data
A special function in Python
A built-in keyword
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a valid variable name?
1name
my-score
_age
my score
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code? Age = 30 age = 25 print(Age, age)
30 25
25 30
Error: Variables cannot have different cases
None of the above
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a valid rule for naming variables in Python?
Variable names must start with a letter or an underscore
Variable names can contain spaces
Variable names are case-sensitive
Variable names should not use Python keywords
5.
OPEN ENDED QUESTION
3 mins • 1 pt
What will be the output of the following code? name = "Alice" age = 18 print(type(name)) print(type(age))
Evaluate responses using AI:
OFF
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Why is the following variable declaration invalid? def = "Hello"
Variable names cannot contain strings
def is a Python keyword
def must start with an underscore
Python does not allow assigning strings to variables
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a meaningful variable name?
x
var1
student_score
abc
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
Мова програмування Python

Quiz
•
1st - 12th Grade
15 questions
Repaso de Python

Quiz
•
5th Grade - Professio...
15 questions
OCR Exam Language

Quiz
•
5th Grade
9 questions
Python Conditional Statements Quiz

Quiz
•
1st - 5th Grade
15 questions
Python Algorithm

Quiz
•
4th Grade - University
10 questions
Pictoblox 7

Quiz
•
1st - 9th Grade
15 questions
Programming - Screening Test

Quiz
•
3rd Grade - Professio...
12 questions
Python Tile Program

Quiz
•
KG - 8th Grade
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