Boolean AND one
If we have an expression like:
…then for any value of
We know that, because of the AND truth table:
1 AND 1 = 10 AND 1 = 0, so:A AND 1 = A
In short:
We can use this to simplify boolean algebra!
flashcards
| Question | Answer |
|---|---|
| A\cdot 1 = 1 | No, Because AND with 1 gives the original value: 1 AND 1 = 1, 0 AND 1 = 0. |
| What does | |
| From the AND truth table, what is 1 AND 1? | 1 |
| From the AND truth table, what is 0 AND 1? | 0 |
| What is the effect of ANDing any boolean value with 1? | You get back the original value |