Question Constellation Sign up for free

AQA · GCSE · Computer Science · Higher

Binary colour-code mapping

Q05.4 1 mark

Figure 2 shows four bitmap images.

Figure 2
Figure 2

Figure 2

Enlarged question image

Figure 2

Figure 3 shows how Image D can be represented as binary data.

Figure 3
0101010101010101
0100000000000001
0100101010100001
0100000000000001
0101010101010101

Complete the table to show the binary representation of each colour in Image D.

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. 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.