47Easy
0/1

An automated greenhouse ventilation system is programmed to activate an extraction fan (FFF) if and only if the carbon dioxide levels are critically high (CCC) AND at least one of two other conditions is met: either the ambient temperature is too high (TTT) OR the relative humidity is too high (HHH).

An intern wrote down the following incorrect Boolean expression for this control system:

F=C+(T⋅H) F = C + (T \cdot H) F=C+(T⋅H)

Choose the option that shows the correct algebraic expression for the extraction fan.

F=(C⋅T)+HF = (C \cdot T) + HF=(C⋅T)+H

F=C⋅T⋅HF = C \cdot T \cdot HF=C⋅T⋅H

F=C⋅(T+H)F = C \cdot (T + H)F=C⋅(T+H)

F=(C+T)⋅HF = (C + T) \cdot HF=(C+T)⋅H

Boolean logic Questions

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.

PreviousNext

Boolean logic Questions

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