Define Data Compression and Data Decompression. Explain their needs in practical applications.
[3 marks]Explain different compression techniques with example.
[4 marks]Explain Modeling and Coding with suitable example.
[7 marks]Define ‘Compression Ratio’ with example.
[3 marks]Write short note on Uniquely Decodable Code (UDC) with example.
[4 marks]Encode the following sequence using LZW algorithm. “wabba$wabba$wabba$wabba$woo$woo$woo”
[7 marks]Given an alphabet A ={a1,a2,a3,a4}, find the first-order entropy in the following cases:
[7 marks]P(a1) = P(a2) = P(a3) = P(a4) = 1/4
[ marks]P(a1) = 1/2 , P(a2) = 1/4, P(a3) = P(a4) = 1/8
[ marks]P(a1) = 0.505 , P(a2) = 1/4, P(a3) = 1/8, P(a4) = 0.12
[ marks]Explain different approaches to build mathematical models.
[3 marks]Write short note on Context Based Compression.
[4 marks]Find minimum variance Huffman code for the alphabet A={a1,a2,a3,a4,a5} where P(a1) = P(a3) = 0.2, P(a2) = 0.4, P(a5) = 0.1.
[7 marks]Write procedure to decode Arithmetic Coding Tag.
[3 marks]What is Golomb Code? Find Golomb code for n=0,1,…,15 and m=5.
[4 marks]Compare and contrast Arithmetic coding and Huffman Coding.
[7 marks]Discuss applications of Huffman Coding.
[3 marks]Define ‘Dictionary’ in dictionary techniques. Write the difference between static and adaptive dictionary schemes.
[4 marks]When Adaptive Huffman coding is required? Discuss ‘Update’ procedure of Adaptive Huffman coding with example.
[7 marks]Write advantages of Vector Quantization over Scalar Quantization.
[3 marks]What is Quantization Problem? Differentiate Uniform and Non-Uniform Quantization.
[4 marks]Describe CALIC with example.
[7 marks]Discuss Diagram Coding with example.
[3 marks]Write short note on JPEG standard.1
[4 marks]How adaptive quantization is different from uniform quantization? Explain two approaches - forward adaptive approach and backward adaptive approach for adapting the quantizer parameter.
[7 marks]Define the term : (i) SNR, (ii) Conditional Entropy
[3 marks]Explain ppm (prediction with partial match) with example.
[4 marks]Discuss LZ77 algorithm and justify – the size of window affects the performance of LZ77 algorithm.
[7 marks]