Data compression

EasyMedium
1234567891011121314151617181920212223242526272829303132333435363738394041
Question 26
Easy

Figure 1 contains a Huffman tree used to encode text characters.

Figure 1: A Huffman tree representing characters H, E, A, R, and T.

Figure 1 was used to encode a string, resulting in the following bit pattern:

011011011100

State the string that this bit pattern represents.

[2]

Data compression Questions

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