
Python Conditional Statements Quiz

Quiz
•
Information Technology (IT)
•
7th Grade
•
Easy
Fadi Fadi
Used 2+ times
FREE Resource
36 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output? python Copy Edit x = 5 if x > 3: print("Yes") else: print("No")
Error
5
No
Yes
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is the correct way to write an if statement?
if > x 10:
if x > 10 then
if x > 10:
if (x > 10)
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this code print? python Copy Edit age = 10 if age >= 18: print("Adult") else: print("Child")
Adult
Error
Child
Teen
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which keyword is used to check a second condition?
else if
elif
then
elseif
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result? python Copy Edit x = 7 if x % 2 == 0: print("Even") else: print("Odd")
7
Error
Odd
Even
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement is true about if statements?
if must be written in uppercase
if must end with a colon :
if must include else
if must be the last line
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be printed? python Copy Edit score = 85 if score > 90: print("A") elif score > 80: print("B") else: print("C")
B
C
85
A
Create a free account and access millions of resources
Similar Resources on Wayground
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
Discover more resources for Information Technology (IT)
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Multiplying and Dividing Integers

Quiz
•
7th Grade
20 questions
Morpheme Mastery Quiz for Grade 7

Quiz
•
7th Grade
4 questions
End-of-month reflection

Quiz
•
6th - 8th Grade