Three equivalent forms
Description, expression, circuit — all say the same thing.
Cambridge tests your ability to translate between three representations.
1. Description. Plain English: 'The output is 1 when A is 1 and B is 1, OR when C is 0.'
2. Expression. Boolean algebra: X = (A AND B) OR (NOT C).
3. Circuit. Gate diagram: A and B feed an AND gate; C feeds a NOT gate; the AND output and the NOT output feed an OR gate; OR's output is X.
All three say the same thing. The skill is moving smoothly between them.
Cambridge tip. Mark scheme typically shows one form and asks you to derive the others. Practice translating IN BOTH DIRECTIONS — description → expression → circuit AND circuit → expression → description.
- Description, expression, circuit — three equivalent forms.
- Translate in either direction.
- Practice all three transitions.