Data compression

EasyMedium
1234567891011121314151617181920212223242526272829303132333435363738394041
Question 14
Easy

Figure 2 shows a sequence of pixel values representing a single row of a black-and-white grid image:

B W B W B W B W

(Where B = Black, W = White)

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

[2]

Data compression Questions

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