Which of the following is a source coding technique?

2021

Which of the following is a source coding technique?

Answer: A. Huffman codingConcept: A source coding technique removes redundancy from the source data so that the same information can be represented using fewer bits before…

  1. A.

    Huffman coding

  2. B.

    Arithmetic coding

  3. C.

    Run-length coding

  4. D.

    DPCM

Attempted by 85 students.

Show answer & explanation

Correct answer: A

Concept: A source coding technique removes redundancy from the source data so that the same information can be represented using fewer bits before transmission or storage. Huffman coding is a classic entropy-based source coding method that assigns shorter codewords to more probable symbols and longer codewords to less probable symbols, which reduces the average number of bits per symbol. Other techniques such as arithmetic coding, run-length coding, and DPCM are also used for data compression, but in this question the correct choice is the Huffman coding technique because it is taken as the standard example of source coding here.

Explore the full course: Accenture Preparation

Loading lesson…