
Python Conditional Statements Quiz
Authored by Fadi Fadi
Information Technology (IT)
7th Grade
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
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?