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