Save
Computer Science GCSE WJEC
Unit 1
Logical Operations
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Evan Crecraft
Visit profile
Cards (18)
What is a proposition in propositional logic?
A
statement
that can be true or false
View source
What do propositional statements evaluate to?
Either
true
or
false
View source
What does propositional logic consider?
The interaction of
statements
with each other
View source
What do propositional logic rules follow?
Mathematical
rules
View source
What is the basis for simplifying logic statements?
The
structure
of the statement
View source
What do propositional logic symbols represent?
Logical
links between
propositions
View source
What is a truth table?
A mathematical table for
analyzing
statements
View source
What must be true for an AND statement to be true?
Both
propositions
must be true
View source
How can the statement "I am hungry and I have a sandwich" be represented in propositional logic?
A.B
View source
What is the key word in an OR logical statement?
OR
View source
When is an OR statement true?
If at least one
proposition
is true
View source
How can the statement "She has blue eyes or she has brown eyes" be represented in propositional logic?
A
+
B
View source
What does the negation operator do?
It reverses the
truth value
of a
proposition
View source
What is the key characteristic of an XOR statement?
Only one
proposition
can be true
View source
How can the statement "She has blue eyes or she has brown eyes" be represented as an XOR statement?
A
⊕
B
View source
What
is the conclusion drawn from the statements about zebras and pandas?
Some zebras are pandas
View source
What are the main symbols used in propositional logic and their meanings?
. :
AND
+ :
OR
Ā : NOT
⊕ :
XOR
View source
What are the truth tables for AND, OR, NOT, and XOR operations?
AND (A.B):
True
if both A and B are true
OR (A + B):
True if at least one of A or B is true
NOT (Ā):
Reverses the truth value of A
XOR (A ⊕ B):
True if only one of A or B is true
View source