Question 1
0478 Paper 2 — style2 marksA door buzzer sounds (X = 1) when a button is not pressed (P = 1 means pressed). Write a logic expression for X. [2]
Model answer
X = NOT P
Why this scores
1 mark for recognising a NOT gate is required; 1 mark for the correct expression X = NOT P. Writing X = P (forgetting the inversion) scores 0 for the expression.