1
0/4

A digital logic circuit controls a safety valve in a chemical processing unit. The circuit has two binary inputs:

  • XXX, representing whether the pressure is within safe limits (1=True1 = \text{True}1=True, 0=False0 = \text{False}0=False)
  • YYY, representing whether the temperature is within safe limits (1=True1 = \text{True}1=True, 0=False0 = \text{False}0=False)

The safety valve is open when the output signal S S\,S is 1. The logic governing the output is: S=NOT(X OR NOT Y)S = \text{NOT}(X \text{ OR } \text{NOT } Y)S=NOT(X OR NOT Y)

Complete the truth table for this control system by finding the values of PPP, QQQ, RRR, and SSS.

XXXYYYNOT(X OR NOT Y)\text{NOT}(X \text{ OR } \text{NOT } Y)NOT(X OR NOT Y)
00[ P ]
0[ Q ]1
[ R ]10
10[ S ]
[4]

Truth tables Questions

Practise Edexcel GCSE Computer Science Truth tables with exam-style questions for GCSE Computer Science. 15 questions covering Applying logical operators in truth tables, matched to the Edexcel GCSE Computer Science (1CP2) 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.

Next

Truth tables Questions

  1. GCSE
  2. /Computer Science
  3. /Truth tables