Boolean OR identity
The identity of the OR operation is the value that, when we combine it with value
That’s because zero is treated as false, and because either side has to be true
for the OR to be true, if
In the case of OR, it’s
0 + 0 = 0 1 + 0 = 1
This means that if we have a value
0 + 0 = 0 1 + 0 = 1
A + 0 = A
Boolean simplification
Now we know that, we can simplify any expression that has something ORed with
For example, if we have
flashcards
| Question | Answer |
|---|---|
| What is the identity of the Boolean OR operation? | The value 0, because |
| How do you simplify | It simplifies to |