Boolean AND zero
If we have an expression like:
…then for any value of 0 (because at least one is 0, so AND cannot be true).
We know that, because of the AND truth table:
1 AND 0 = 00 AND 0 = 0, so:A AND 0 = 0- (because
Amust represent either a1or a0)
In short:
We can use this to simplify boolean algebra!
We can replace anywhere we see
flashcards
| Question | Answer |
|---|---|
| A ⋅ 0 = 0 | For any value of A, ANDing it with 0 always gives 0 because the AND truth table shows 1 AND 0 = 0 and 0 AND 0 = 0, so A AND 0 = 0. |