78Easy
0/1

An industrial safety system monitors three sensors: XXX (temperature), YYY (pressure), and ZZZ (vibration). The system triggers an alarm state (T=1T = 1T=1) according to the Boolean expression:

T=(NOT X AND Y AND Z) OR (X AND Y AND Z) OR (X AND NOT Y AND Z) T = (\text{NOT } X \text{ AND } Y \text{ AND } Z) \text{ OR } (X \text{ AND } Y \text{ AND } Z) \text{ OR } (X \text{ AND } \text{NOT } Y \text{ AND } Z) T=(NOT X AND Y AND Z) OR (X AND Y AND Z) OR (X AND NOT Y AND Z)

The truth table for this expression is shown in Table 1.

Table 1

XYZT
0000
0010
0100
0111
1000
1011
1100
1111

Select the one option which represents a simpler equivalent expression that is implemented by the logic gate circuit shown below:

Logic Circuit

X AND ZX \text{ AND } ZX AND Z

Z AND (X OR Y)Z \text{ AND } (X \text{ OR } Y)Z AND (X OR Y)

Y OR (X AND Z)Y \text{ OR } (X \text{ AND } Z)Y OR (X AND Z)

X AND Y AND ZX \text{ AND } Y \text{ AND } ZX AND Y AND Z

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