AQA · GCSE · Computer Science · Higher
Binary colour-code mapping
Practice unavailable
This question can be viewed, but its original response format is not available for practice yet.
Write your answer first. You can study the marking guidance whenever you need it.
Study the marking See what earns credit and compare it with a full-mark answer.
Marking points
- 1 Completes all three colour mappings correctly: White 00, Black 01 and Grey 10.
Full-mark answer
White = 00; Black = 01; Grey = 10.
Why this answer loses marks
I assigned codes from memory without checking the image grid.
The code-to-colour mapping must be inferred from the supplied image and data grid, and every row must agree.
