
PYTHON-04

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Riya Shakya
Used 7+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which keyword is used to check if a condition is true or false in Python?
a) if
b) else
c) elif
d) while
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What symbol is used to represent equality in a condition statement?
=
==
>
<
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Which statement is used to execute a block of code repeatedly as long as a condition is true?
if
for
else
while
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
How do you combine multiple conditions in an if statement?
Using the or operator (|)
Using the and operator (&)
Using the not operator (~)
Using the in operator
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What is the output of the following code snippet?
x = 10
if x > 5:
print("Greater than 5")
else:
print("Less than or equal to 5")
Greater than 5
Less than or equal to 5
Greater than or equal to 5
Less than 5
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
How many times will the following loop execute?
count = 0
while count < 5:
count += 1
0
4
5
ERROR
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
What will be the output of the following code snippet?
x = 5
if x < 10:
print("Less than 10")
elif x < 7:
print("Less than 7")
else:
print("Greater than or equal to 7")
Less than 10
Less than 7
Greater than or equal to 7
No output
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
IT QUEST

Quiz
•
11th Grade
20 questions
Cyber Quiz Round 2

Quiz
•
9th - 12th Grade
20 questions
Creative Media

Quiz
•
9th Grade
20 questions
C++ Function

Quiz
•
10th Grade
20 questions
Python Recap

Quiz
•
7th Grade - University
20 questions
Python

Quiz
•
12th Grade
20 questions
Token in Python

Quiz
•
9th Grade
20 questions
Python Functions and Error Handling

Quiz
•
10th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade