From ff39338ae379bdbdb81a80b53def5b400d7305cd Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 13 Jan 2025 09:47:25 -0700 Subject: [PATCH] vault backup: 2025-01-13 09:47:25 --- .../ECE2700/Binary Logic.md | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/education/computer engineering/ECE2700/Binary Logic.md b/education/computer engineering/ECE2700/Binary Logic.md index 3a45dec..05de353 100644 --- a/education/computer engineering/ECE2700/Binary Logic.md +++ b/education/computer engineering/ECE2700/Binary Logic.md @@ -1,23 +1,23 @@ # Properties of Boolean Algebra -| Number | Col. A | Col. A Description | Col. B | Col. B Description | -| ------ | --------------------------- | ------------------ | ----------- | ------------------ | -| 1. | $0 \cdot 0 = 0$ | | $1 + 1 = 1$ | | -| 2. | $1 \cdot 1 = 1$ | | $0 + 0 = 0$ | | -| 3. | $0 \cdot 1 = 1 \cdot 0 = 0$ | | | | -| 4. | | | | | -| 5. | | | | | -| 6. | | | | | -| 7. | | | | | -| 8. | | | | | -| 9. | | | | | -| 10. | | | | | -| 11. | | | | | -| 12. | | | | | -| 13. | | | | | -| 14. | | | | | -| 15. | | | | | -| 16. | | | | | -| 17. | | | | | +| Number | Col. A | Col. A Description | Col. B | Col. B Description | +| ------ | ---------------------------------- | ------------------ | ---------------------------------- | ------------------ | +| 1. | $0 \cdot 0 = 0$ | | $1 + 1 = 1$ | | +| 2. | $1 \cdot 1 = 1$ | | $0 + 0 = 0$ | | +| 3. | $0 \cdot 1 = 1 \cdot 0 = 0$ | | $1 + 0 = 0 + 1 = 1$ | | +| 4. | if $x = 0$ then $\overline{x} = 1$ | | if $x = 1$ then $\overline{x} = 0$ | | +| 5. | | | | | +| 6. | | | | | +| 7. | | | | | +| 8. | | | | | +| 9. | | | | | +| 10. | | | | | +| 11. | | | | | +| 12. | | | | | +| 13. | | | | | +| 14. | | | | | +| 15. | | | | | +| 16. | | | | | +| 17. | | | | | # Logic Gates