Data compression

EasyMedium
1234567891011121314151617181920212223242526272829303132333435363738394041
Question 25
Easy

A digital scanner reads a sequence of pixel values from a multi-colored calibration strip:

C M Y K C M Y K C M Y K

(Where C = Cyan, M = Magenta, Y = Yellow, K = Black)

Explain why Run-Length Encoding (RLE) is not a suitable method for compressing this sequence.

[2]

Data compression Questions

  1. GCSE
  2. /Computer Science
  3. /Data compression