vault backup: 2025-01-13 13:24:26

This commit is contained in:
arc 2025-01-13 13:24:26 -07:00
parent b51fce6bac
commit fcf0fcc1fb

View File

@ -38,7 +38,8 @@ Given the below truth table, synthesize a boolean expression that corresponds.
| 0 | 1 | 1 | | 0 | 1 | 1 |
| 1 | 0 | 0 | | 1 | 0 | 0 |
| 1 | 1 | 1 | | 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 # Logic Gates