In automated safety systems for an industrial chemical plant, safety shutdowns are controlled using electronic logic circuits. A primary alarm is triggered based on the status of three independent sensors: pressure (PPP), temperature (QQQ), and manual override (RRR), where 1 represents an active warning signal and 0 represents normal operation.
Complete the truth table below by determining the missing binary values for [i] to [vi].
| PPP | QQQ | RRR | P AND QP\text{ AND } QP AND Q | (P AND Q) OR R(P\text{ AND } Q)\text{ OR } R(P AND Q) OR R |
|---|---|---|---|---|
| 0 | 0 | 0 | [i] | 0 |
| 0 | 0 | 1 | 0 | [ii] |
| 0 | 1 | 0 | 0 | 0 |
| 0 | 1 | 1 | 0 | [iii] |
| 1 | 0 | 0 | 0 | [iv] |
| 1 | 0 | 1 | 0 | 1 |
| 1 | 1 | 0 | [v] | 1 |
| 1 | 1 | 1 | 1 | [vi] |
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.