From 46e32cbea14f3a057d0db0971daf8d9136a25e8c Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 13 Jan 2025 09:37:25 -0700 Subject: [PATCH] vault backup: 2025-01-13 09:37:25 --- education/computer engineering/ECE2700/Binary Logic.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/education/computer engineering/ECE2700/Binary Logic.md b/education/computer engineering/ECE2700/Binary Logic.md index d663ecc..9fc707b 100644 --- a/education/computer engineering/ECE2700/Binary Logic.md +++ b/education/computer engineering/ECE2700/Binary Logic.md @@ -1,3 +1,10 @@ +# 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$ | | + +# Logic Gates ![](./assets/logic-gates.jpeg) # NOT Gate