Save
computer science
cs paper 2
2.4 boolean logic
Save
Share
Learn
Content
Leaderboard
Learn
Created by
anisah
Visit profile
Cards (28)
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 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
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
How do you complete a truth table 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 process 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 is the logical expression for the logic diagram C?
C =
¬A
∧
B
View source
What is the logical expression for the logic diagram D?
D = C
∨
(A
∧
B)
View source
What types of questions might be asked in an exam regarding Boolean logic?
Complete
truth tables
Simplify expressions
Identify
logical operators
in scenarios
Draw logic
diagrams
View source
What logical operator is used when both premium and standard seats are sold out in a cinema system?
AND operator
View source
What logical operator is used when either premium or standard seats are exclusively sold out in a cinema system?
OR operator
View source
What is the logical expression for the scenario where a cinema displays a message if both seat types are sold out?
Premium
AND
Standard
View source
What is the logical expression for the scenario where a cinema displays a message if either seat type is sold out but not both?
Premium
XOR
Standard
View source
What is the copyright notice for the content of CSNewbs?
©
2024
View source
What is the exam board and specification mentioned in the study material?
OCR
Specification:
J277
View source