From fcf0fcc1fbbd53a93fc27f03c926f9d88006d491 Mon Sep 17 00:00:00 2001 From: arc Date: Mon, 13 Jan 2025 13:24:26 -0700 Subject: [PATCH] vault backup: 2025-01-13 13:24:26 --- education/computer engineering/ECE2700/Binary Logic.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/education/computer engineering/ECE2700/Binary Logic.md b/education/computer engineering/ECE2700/Binary Logic.md index 1ae7770..6d69d44 100644 --- a/education/computer engineering/ECE2700/Binary Logic.md +++ b/education/computer engineering/ECE2700/Binary Logic.md @@ -38,7 +38,8 @@ Given the below truth table, synthesize a boolean expression that corresponds. | 0 | 1 | 1 | | 1 | 0 | 0 | | 1 | 1 | 1 | -- +- $f(0, 0)$ evaluates to true with the term $\overline{x}_1 \cdot \overline{x}_2$ +- $f(0, 1)$ evaluates to true with the term $\overline{x}_1\cdot x_2$ # Logic Gates