From e65ad8f8177d186961f90c89c8fa39265fc5d537 Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 13 Jan 2025 09:42:25 -0700 Subject: [PATCH] vault backup: 2025-01-13 09:42:25 --- .../ECE2700/Binary Logic.md | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/education/computer engineering/ECE2700/Binary Logic.md b/education/computer engineering/ECE2700/Binary Logic.md index 9fc707b..3a45dec 100644 --- a/education/computer engineering/ECE2700/Binary Logic.md +++ b/education/computer engineering/ECE2700/Binary Logic.md @@ -1,8 +1,23 @@ # Properties of Boolean Algebra -| $0 \cdot 0 = 0$ | $1 + 1 = 1$ | -| --------------------------- | ----------- | -| $1 \cdot 1 = 1$ | $0 + 0 = 0$ | -| $0 \cdot 1 = 1 \cdot 0 = 0$ | | +| 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. | | | | | # Logic Gates