Save
OCR GCSE Computer Science
Paper 2
2.4 Boolean Logic
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Arun Ananthasekaram
Visit profile
Cards (20)
What is a logical operator?
Symbols used to represent circuits of
transistors
within a
computer
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 the associated
output
for each input
View source
What values are typically used in a truth table?
Boolean
values, usually
0
or
1
View source
What does the NOT logical operator do?
Produces an output that is 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
What does the AND logical operator output?
Outputs 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
What does the OR logical operator output?
Outputs
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 the
preceding
column values carefully
View source
How does the number of rows in a truth table change with additional inputs?
The number of rows
doubles
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 or expressions in brackets first
Follow with AND and OR symbols as needed
View source
What types of questions might be asked in an exam regarding Boolean Logic?
Complete
truth tables
Simplify
expressions
in truth tables
Identify
logical operators
in scenarios
Draw logic diagrams for expressions
View source