Answer to Question #223808 in Algorithms for Task

Question #223808

Company ABC is dealing with big data and they want to compress data because one of the most crucial steps for the Company is towards efficient data protection, lossless and speedy transfer over the network at less cost So your main job being an ML Engineer is to choose a compression technique from available two options (Fixed Length vs Variable-Length) given to you by the Company. Keep in mind all the important parameters while deciding about a compression.


1
Expert's answer
2021-08-09T16:27:12-0400

The data-compression technique are listed below -

Fixed-length binary code:

  • Fixed length code represents each character using same number of bits.
  • For ASCII (Fixed length code )
  • It takes log 128 or 7 bits to code the 128 symbols.
  • if all the characters were used equally then this is the most space efficient way.
  • They are not equally often.
  • We would like to find a way that uses fewer bits to encode a text file.

Variable length binary code -

  • We can find more efficient code using the variable length binary code-
  • We can find the different character using the different number of bits.
  • Example: a=0 b=1, c=00, d=01, e=10, f=11, g=000
  •  It is ambiguous because some of the code words are prefixes of other code words

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS