PYTHON "If" Statement
Quiz
•
Computers
•
6th Grade
•
Medium
Fazla Fairooz
Used 407+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Python, what are if-statements used for?
Looping
Indexing
Decision Making
Testing
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of this code?
click = True
Like = 0
if click:
Like = Like + 1
print(Like)
0
1
2
3
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
What is the output of following code
Temperature = 20
Thermo = 15
if Temperature < 15:
Thermo = Thermo + 5
print(Thermo)
20
15
25
10
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code?
Time = "Day"
Sleepy = False
Pajamas = "Off"
if Time == "Night" and Sleepy == True:
Pajamas = "On"
print(Pajamas)
off
on
False
Day
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following code?
def max(a, b):
if a > b:
print('a is the max')
else:
print('b is the max')
max(1,2)
1 is the max
a is the max
2 is the max
b is the max
6.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Which of the following statements are correct?
(Select 2 Answers)
If is a conditional statement
If is used for looping
If is used for comparing and decision making
If is used for error handling
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the be the output of the following code?
if (10<0) and (0 <-10):
print(“A”)
else:
print(“B”)
A
B
AB
BA
Create a free account and access millions of resources
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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
10 questions
Home Row Keys English/Spanish
Quiz
•
6th Grade
13 questions
2.6 The Internet Address
Quiz
•
6th Grade
10 questions
Cyber Security
Quiz
•
1st - 10th Grade
12 questions
Basic Computer Introduction
Quiz
•
5th - 7th Grade
16 questions
Arduino Hardware
Quiz
•
6th Grade
10 questions
Website Evaluation
Quiz
•
3rd - 6th Grade
10 questions
Microsoft Teams
Quiz
•
KG - 12th Grade
10 questions
VEXcode VR Unit 4 Quiz
Quiz
•
6th - 8th Grade
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
