Complete the truth table that corresponds to this circuit So
Complete the truth table that corresponds to this circuit.
Solution
exclusive or is true if both a and b are different ie if a is true and b is false or a is false and b is true.
and is true if both a and b are true.
| b | a | s(exclusive or) | co(and) |
| 1 | 1 | 0 | 1 |
| 1 | 0 | 1 | 0 |
| 0 | 1 | 1 | 0 |
| 0 | 0 | 0 | 0 |
