
Conditional Statements in Python Quiz-9a
Authored by Kelzang Lethro
others
Used 2+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary purpose of conditional statements in programming?
To control the flow of a program
To store data
To create loops
To define functions
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct syntax for an if statement in Python?
if condition: statement
if: condition statement
if condition then statement
if (condition) { statement }
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In an if-elif-else statement, what happens if the first condition is false?
The program stops
The next elif condition is evaluated
The else block is executed immediately
The program returns an error
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code snippet if the user inputs 4? if num % 2 == 0: print('Even') else: print('Odd')
Even
Odd
Error
None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement correctly describes a nested conditional statement?
A condition within another condition
A statement that runs in a loop
A statement that does not require indentation
A statement that only checks one condition
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code output if age = 20? if age < 18: print('Minor') elif age < 65: print('Adult') else: print('Senior')
Minor
Adult
Senior
Error
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the context of conditional statements, what does 'elif' stand for?
Else if
Else in
End if
Execute if
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?