Intermediate
Computer Graphics & Multimedia
Q58 / 100
What is the central idea behind "run-length encoding" (RLE) as a compression scheme?
Correct! Well done.
Incorrect.
The correct answer is D) Replacing runs of repeated values with a single value plus a count
D
Correct Answer
Replacing runs of repeated values with a single value plus a count
Explanation
RLE compresses data by replacing consecutive runs of identical values with a single value and a repeat count — particularly effective on images with large uniform regions.
Progress
58/100