A digital logic circuit controls a safety valve in a chemical processing unit. The circuit has two binary inputs:
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.
| XXX | YYY | NOT(X OR NOT Y)\text{NOT}(X \text{ OR } \text{NOT } Y)NOT(X OR NOT Y) |
|---|---|---|
| 0 | 0 | [ P ] |
| 0 | [ Q ] | 1 |
| [ R ] | 1 | 0 |
| 1 | 0 | [ S ] |