14Medium
0/3

An industrial wastewater processing system activates a drainage pump when either the manual override is active, or both the system is armed and the water level sensor indicates high.

Table 1 shows the truth table for this system with inputs:

  • M (Manual Override: 0 = Inactive, 1 = Active)
  • L (Level Sensor: 0 = Normal, 1 = High)
  • A (System Armed: 0 = Disarmed, 1 = Armed)
  • Output P (Drainage Pump: 0 = Off, 1 = On)

Table 1

Manual Override (M)Level Sensor (L)System Armed (A)Drainage Pump (P)
0000
0010
0100
0111
1001
1011
1101
1111

Draw the logic circuit that represents the truth table in Table 1. You must use standard symbols for logic gates.

Logic circuit diagram template with three inputs on the left labeled M, L, A and one output on the right labeled P

[3]

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