vault backup: 2025-01-13 13:24:26
This commit is contained in:
parent
b51fce6bac
commit
fcf0fcc1fb
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user