AQA · GCSE · Computer Science · Higher
Bitmap storage size calculation
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 For full credit, reaches 10 bytes.
- 2 If the final answer is wrong, check for one official working-mark step.
Full-mark answer
Image D contains 40 pixels and needs 2 bits per pixel, so it needs 40 × 2 = 80 bits. 80 ÷ 8 = 10 bytes.
Why this answer loses marks
I multiplied the pixels by the colour depth and stopped at bits.
That finds bit storage, but the question asks for bytes, so the unit conversion is still needed.
