Save
...
Paper 2
Boolean Logic
Boolean Logic
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Caylin Hindle
Visit profile
Cards (27)
What is a logical operator?
Symbols
representing circuits of
transistors
View source
What do transistors represent in binary?
1
for on,
0
for off
View source
What are the three most common logical operators?
NOT
AND
OR
View source
What is the purpose of a truth table?
To show all possible
inputs
and
outputs
View source
What values are used in a truth table?
Boolean values
, usually
0
or
1
View source
What does the NOT operator do?
Produces the opposite of the
input
View source
What is another name for the NOT operator?
Negation
View source
What is the symbol for the NOT operator?
¬
View source
When does the AND operator output 1?
Only if both
inputs
are also 1
View source
What is another name for the AND operator?
Conjunction
View source
What is the symbol for the AND operator?
∧
View source
When does the OR operator output 1?
If either
input
is 1
View source
What is another name for the OR operator?
Disjunction
View source
What is the symbol for the OR operator?
∨
View source
What is the process for completing truth tables with multiple operators?
Work out each column from left to right
Use
preceding
columns carefully
View source
How does the number of rows in a truth table change with inputs?
Rows
double
with each new input
View source
How many rows are required for two inputs in a truth table?
4
rows
View source
How many rows are required for three inputs in a truth table?
8
rows
View source
How many rows are required for four inputs in a truth table?
16
rows
View source
What is the procedure for drawing a logic diagram from a logical expression?
Draw
NOT symbols
first
Use
brackets
for expressions
View source
What is the logic diagram for C = ¬A ∧ B?
Draw
NOT A
and
AND
with B
View source
What is the logic diagram for D = C ∨ (A ∧ B)?
Draw
OR
with C and
AND
of A, B
View source
What type of logical operator is used when both premium and standard seats are sold out?
AND
operator
View source
What type of logical operator is used when either premium or standard seats are sold out?
OR
operator
View source
What tasks might be included in exam questions about Boolean Logic?
Complete
truth tables
Simplify
expressions
Draw logic diagrams
View source
Who is the copyright holder of the CSNewbs content?
CSNewbs
View source
What year is the copyright for CSNewbs content?
2024
View source