Computer Science for IGCSE & O level - Data Representation (Section 13 - No. 2)

In Run Length Encoding, what does 'W6B8' represent, assuming 'W' and 'B' are characters?
Six whites and eight blacks in sequence.
Eight whites and six blacks in sequence.
A series of characters, 'W6B8'.
An invalid RLE representation.

Explanation

The first number specifies the number of times the first character repeats. After that, the number represents the number of times the second character repeats.

Comments (0)

Advertisement