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
10 questions
Grade 6- Knowledge Booster - Boolean Operators

Quiz
•
6th Grade
10 questions
Boolean Operators Quiz

Quiz
•
8th Grade
7 questions
Karel Programming Drill

Quiz
•
8th Grade
9 questions
AC1_7Programming and Variable Quiz

Quiz
•
6th - 8th Grade
10 questions
Coding: Conditionals

Quiz
•
6th - 8th Grade
11 questions
Excel Mod 5

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

Quiz
•
7th - 8th Grade
12 questions
Boolean Scratch Quiz

Quiz
•
6th - 8th Grade
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
10 questions
Chaffey

Quiz
•
9th - 12th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
22 questions
6-8 Digital Citizenship Review

Quiz
•
6th - 8th Grade
10 questions
Nouns, nouns, nouns

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

Interactive video
•
6th - 10th Grade