Save
...
AS level (y12 content)
3.1 Fundamentals of programming
Boolean operations
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Fauzia Habib
Visit profile
Cards (4)
What does the
AND
operation do
outputs True if both
inputs
are True
What does the
OR
operation
do
Outputs
True
if either input is True
What does the
NOT
operation
do
Inverts the input, so
True
outputs
False
and False outputs True
What does the
XOR
operation do
Outputs
True
if one input is True but not if both inputs are True