Data compression

EasyMedium
1234567891011121314151617181920212223242526272829303132333435363738394041
Question 30
Easy

A meteorological research probe transmits high-resolution horizontal scanlines of cloud formations. Each scanline consists of binary pixel data representing either sky (0) or cloud (1).

Explain the key structural characteristic this binary pixel data must exhibit for Run-Length Encoding (RLE) to achieve a high compression ratio.

[1]

Data compression Questions

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