An automated environmental control system regulates a greenhouse ventilation fan. The fan's activation signal, FFF, is controlled by two binary sensors: TTT (temperature high) and HHH (humidity high). The logic governing the fan is represented by the boolean operation F=T NAND HF = T \text{ NAND } HF=T NAND H.
Complete the truth table below for the greenhouse ventilation fan's activation signal.
| T | H | F |
|---|---|---|
| 0 | 0 | |
| 0 | 1 | |
| 1 | 0 | |
| 1 | 1 |
30 exam-style questions on AQA GCSE Computer Science Boolean logic. Each one has a worked solution and a mark scheme showing where the marks go.