An automated greenhouse ventilation system activates a fan when the system is active and either the temperature is high or the humidity is high.
Table 1 shows the truth table for this system with inputs:
| System Active (S) | High Temp (T) | High Humidity (H) | Vent Fan (F) |
|---|---|---|---|
| 0 | 0 | 0 | 0 |
| 0 | 0 | 1 | 0 |
| 0 | 1 | 0 | 0 |
| 0 | 1 | 1 | 0 |
| 1 | 0 | 0 | 0 |
| 1 | 0 | 1 | 1 |
| 1 | 1 | 0 | 1 |
| 1 | 1 | 1 | 1 |
Draw the logic circuit that represents the truth table in Table 1. You must use standard symbols for logic gates.

Practise AQA GCSE Computer Science Boolean logic with exam-style questions for GCSE Computer Science. 83 questions, matched to the AQA GCSE Computer Science (8525) specification and written in Paper 1 and Paper 2 style. Every question includes a full worked solution and mark scheme, so you can see where marks are awarded rather than just whether you got the answer right.