Computer Science for IGCSE & O level - Data Representation (Section 2 - No. 39)
In Run-Length Encoding (RLE), what does a 'run' represent?
The number of times a single character is repeated consecutively.
The total size of the file.
The file's resolution.
The name of the compression algorithm.
Explanation
In RLE, a run represents a sequence of the same character or value.
Comments (0)
