if they apply huffman coding to the temperature data, which digit is the most likely to be represented with…

if they apply huffman coding to the temperature data, which digit is the most likely to be represented with a shorter bit code? choose 1 answer: a 7 b 6 c 5 d 0 e 1
Answer
Explanation:
Step1: Understand Huffman coding principle
Huffman coding assigns shorter bit - codes to more frequently occurring symbols. In temperature data, digits like 0 are often more common (e.g., in temperature values like 10, 20 etc.) compared to 7, 6, 5, 1.
Answer:
D. 0