28Easy
0/1

An automated safety shutdown system for a chemical reactor is designed to trigger an emergency shutdown signal, SSS.

The system has three inputs:

  • PPP (high pressure detector)
  • TTT (high temperature detector)
  • CCC (coolant flow sensor)

The emergency shutdown signal is activated if both pressure and temperature are high, OR if the coolant flow sensor is NOT active. This logic is represented by the Boolean expression:

S=(P AND T) OR (NOT C)S = (P \text{ AND } T) \text{ OR } (\text{NOT } C)S=(P AND T) OR (NOT C)

A block diagram of the logic circuit representing this system is shown in Figure 1 below, where the gates are represented as generic blocks.

A block diagram of the logic circuit with three inputs P, T, and C, and one output S, using generic blocks for Gate 1, Gate 2, and Gate 3.

Draw the standard logic circuit symbol for the logic gate used at Gate 3.

[1]

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