Boolean logic

Quiz
•
Computers
•
6th - 8th Grade
•
Easy
ELISABETTA IANNONE
Used 3+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a Boolean?
A number
A value that is either True or False
A type of loop
A kind of variable
Answer explanation
Booleans only have two possible values: True or False.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is a Boolean expression?
5 + 3 = 8
print("Hello")
7 > 2
x = 10
Answer explanation
This is a comparison that evaluates to True or False.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In programming, what does Boolean logic help us do?
Make decisions based on conditions
Draw pictures
Store text
Play sounds
Answer explanation
Boolean logic helps programs choose what to do depending on conditions.
4.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What does the AND operator do?
Returns the opposite of a condition
Returns True if any condition is True
Returns False always
Returns True if all conditions are True
Answer explanation
AND only returns True if every condition it checks is True.
5.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What does the OR operator do?
Returns True if all conditions are True
Returns True if at least one condition is True
Returns False if one condition is True
Returns the opposite of a condition
Answer explanation
OR returns True if any one of the conditions is True.
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What does the NOT operator do?
Checks two conditions
Combines two conditions
Reverses a condition (True becomes False, False becomes True)
Adds numbers together
Answer explanation
NOT flips the value of a condition.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If the statement “score >= 50” is True, what does it mean?
The score is less than 50
The score is exactly 50
The score is negative
The score is 50 or more
Answer explanation
The symbol >= means “greater than or equal to.”
Similar Resources on Wayground
11 questions
PYTHON "If" Statement

Quiz
•
6th Grade
10 questions
Python Alternating Turns

Quiz
•
7th - 12th Grade
10 questions
VEXcode VR Unit 4 Quiz

Quiz
•
6th - 8th Grade
7 questions
Karel Programming Drill

Quiz
•
8th Grade
12 questions
Databases

Quiz
•
6th - 10th Grade
10 questions
Week 7 Quiz

Quiz
•
7th - 8th Grade
10 questions
Booleans Quiz

Quiz
•
8th Grade
10 questions
Excel

Quiz
•
8th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

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

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

Interactive video
•
6th - 10th Grade
8 questions
Time Management

Quiz
•
6th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
16 questions
Clovis Unified Student Use of Technology

Quiz
•
4th - 8th Grade
13 questions
Digital Citizenship

Quiz
•
6th Grade
11 questions
Technology Acceptable Use

Quiz
•
6th - 8th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade