Boolean logic
11
0/3

An automated greenhouse ventilation system uses inputs from sensors and an override switch to decide whether the ventilation fan should be turned on.

The table shows the inputs into the system and the meaning of each input value:

LetterInput deviceInput of 1Input of 0
TTemperature sensorTemperature is highTemperature is normal
HHumidity sensorHumidity is highHumidity is normal
MManual override switchOverride is ON (disables fan)Override is OFF

The ventilation fan (V) is designed to turn on (V=1V = 1V=1) only when the manual override is OFF, and the temperature is high, and the humidity is high.

Draw a logic diagram for the ventilation system using standard 2-input logic gates (AND, OR, NOT).

An empty template box for drawing a logic diagram. On the left side are three input labels: T, H, and M. On the right side is a single output label: V.

[3]

Boolean logic Questions

Practise OCR GCSE Computer Science Boolean logic with exam-style questions for GCSE Computer Science. 27 questions, matched to the OCR GCSE Computer Science (J277) specification and written in Component 01 and Component 02 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.

PreviousNext

Boolean logic Questions

  1. GCSE
  2. /Computer Science
  3. /Boolean logic