
Understanding Python Selection Basics

Quiz
•
Information Technology (IT)
•
8th Grade
•
Hard
J Blakley
Used 2+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code print? ```python temperature = 18 if temperature < 20: print("It's a bit chilly today.") else: print("It's warm today.") ```
It's warm today.
It's a bit chilly today.
18
Nothing will be printed.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a comparison operator in Python?
and
or
==
not
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of the following expression? ```python 5 > 3 and 2 < 1 ```
True
False
5
2
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which statement will check if a variable `age` is at least 16?
if age > 16:
if age <= 16:
if age >= 16:
if age == 16:
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will the following code print? ```python colour = "blue" if colour == "red": print("Stop") else: print("Go") ```
Stop
Go
blue
Nothing
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a logical operator in Python?
>
and
=
!=
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code? ```python x = 10 if x != 5: print("x is not 5") else: print("x is 5") ```
x is 5
x is not 5
10
Nothing
Create a free account and access millions of resources
Similar Resources on Wayground
19 questions
Введение в язык программирования Python

Quiz
•
8th Grade
15 questions
Quiz sobre el ornitorrinco y la programación

Quiz
•
8th Grade - University
17 questions
Loģiskās Standartfunkcijas un Diagrammas Exceli

Quiz
•
8th Grade
25 questions
Semester 1 games Review

Quiz
•
8th Grade
20 questions
Ch. 15 Exam Review

Quiz
•
8th Grade
15 questions
Python List Questions

Quiz
•
8th Grade
20 questions
Computer Basics Quiz

Quiz
•
7th Grade - University
15 questions
SNLT-HP1-B5

Quiz
•
6th - 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
Discover more resources for Information Technology (IT)
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Figurative Language Review

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

Quiz
•
6th - 8th Grade
20 questions
Distribute and Combine Like Terms

Quiz
•
7th - 9th Grade
20 questions
Physical and Chemical Changes

Quiz
•
8th Grade
22 questions
Newton's Laws of Motion

Lesson
•
8th Grade