Boolean logic
9
0/3

An industrial warehouse ventilation fan (FFF) is activated if the dust levels are high (DDD) and the humidity is not high (HHH), or if the manual override button (MMM) is pressed.

The table identifies the three inputs:

InputDescription
DDust levels are high
HHumidity is high
MManual override button is pressed

The logic system is represented by the expression:

F=(D AND NOT H) OR M F = (D \text{ AND NOT } H) \text{ OR } M F=(D AND NOT H) OR M

Complete the logic diagram below by identifying which logic gate (AND, OR, or NOT) belongs in each of the dashed boxes labeled Box 1, Box 2, and Box 3.

Logic Diagram

Specify the gate for each box:

  • Box 1
  • Box 2
  • Box 3
[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