
Python Logical Operators Quiz

Quiz
•
Other
•
9th Grade
•
Medium
Emilio Gasca
Used 10+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a logical operator in Python?
A. and
B. or
C. not
D. because
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following conditions tell me to sleep if my alarm did not go off (alarm = False) and I’m tired (tired = True)?
A. if alarm and tired: sleep
B. if not alarm or tired: sleep
C. if not alarm and tired: sleep
D. if not alarm and not tired: sleep
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Assume you are writing a program, and you have a boolean variable called b, defined like so: b = True. Pick the correct if statement to follow the code above. The if statement should be correct Python, and the body of the if statement should only run if b is True.
A. if b: print("b is True!")
B. if b: print("b is True!")
C. if True: print(b)
D. if True: print(b)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following programs will run but will not print anything?
A. x = True if x: print("hi")
B. if False: print("hi")
C. x = False if x: print("hi") else: print("hello")
D. if True:
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following evaluates to the variable x rounded to two decimal places?
round(x, 2)
round(2, x)
round(x), 2
round(2), x
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following values is rounded to 3 decimal places?
2.3
3.000
3.0001
3
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does this Python expression evaluate to? 100 != 100
True
False
“True”
“False”
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not a comparison operator?
<=
!=
?
>
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many possible values are there for a boolean variable?
1
2
3
There is an infinite number of possibilities.
Similar Resources on Wayground
10 questions
Introductory Quiz

Quiz
•
9th - 12th Grade
10 questions
Libel Quiz

Quiz
•
9th - 10th Grade
10 questions
Reported Speech B1/B1+

Quiz
•
9th - 11th Grade
10 questions
Rights and Responsibilities of Student Journalists

Quiz
•
9th - 12th Grade
10 questions
#Sg_Spaic Last season Quiz (ML and Python)

Quiz
•
KG - Professional Dev...
11 questions
MS Word Shortcut Keys Quiz

Quiz
•
1st Grade - University
11 questions
Marine Corps General Orders

Quiz
•
KG - Professional Dev...
10 questions
Pets

Quiz
•
KG - Professional Dev...
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Other
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
24 questions
Scientific method and variables review

Quiz
•
9th Grade
20 questions
Biomolecules

Quiz
•
9th Grade
6 questions
Rule of Law

Quiz
•
6th - 12th Grade
15 questions
ACT Math Practice Test

Quiz
•
9th - 12th Grade