Representing images

EasyMedium
1234567891011121314151617181920212223242526272829
Question 16
Easy

An artist designs a small retro icon represented as a bitmap image. The image (Icon B) is shown below:

A grid-based pixel art layout of Icon B measuring 24 pixels wide by 16 pixels high, using exactly four distinct colors (black, white, red, and yellow).

Calculate the minimum amount of storage required to store the image data for Icon B.

Give your answer in bytes.

Show your working.

[2]

Representing images Questions

  1. GCSE
  2. /Computer Science
  3. /Representing images