# Lab 2 (Part 2) - Exercise 3
## Truth Table for expression is `Y = A'.B`
| A | B | Y |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 0 |
| 1 | 1 | 0 |
# Lab 2 (Part 2) - Exercise 3
## Truth Table for expression is `Y = A'.B`
| A | B | Y |
|---|---|---|
| 0 | 0 | 0 |
| 0 | 1 | 1 |
| 1 | 0 | 0 |
| 1 | 1 | 0 |