Describe Entropy. Calculate the first order entropy of the message - “1 2 3 2 3 4 5 4 6 7 8 9 8 9 10”.
[4 marks]Define Data Compression. Discuss the role of data compression in communication.
[3 marks]What is Data Modeling? Explain different types of Models used for data compression.
[7 marks]Describe UDC and Prefix Code. Check whether the following codes are UDC or Prefix or Both. (1) {0,10,101,111}, (2) {0,01,001,00011}, (3) {1,01,001,0001}, (4) {11,010,101,0110}, (5) {0,11,101,1110}
[7 marks]Write short note on Golomb Code.
[4 marks]Discuss the significance of Adaptive Huffman Algorithm. Apply Adaptive Huffman on the input string “a a r d v a r k” and show the updated huffman tree for each input character.
[7 marks]What are the application areas of Huffman code?
[3 marks]Explain “Compression ratio” with example.
[3 marks]Compare and contrast Lossy and Lossless Compression techniques.
[4 marks]What is Arithmetic Coding? Compare it with Huffman coding. Also discuss the significance of each.
[7 marks]Describe procedure for decoding the tag generated by Arithmetic encoding.
[3 marks]What is dictionary in dictionary based compression techniques? Differentiate the static and adaptive dictionary schemes.
[4 marks]Explain Sliding Window Compression with the help of suitable example.
[7 marks]Encode the string “SATATASACITASA” using LZ78 technique.
[3 marks]Explain Tunstall Code with example.
[4 marks]Discuss Burrows-Wheeler Transform with example.
[7 marks]Define the terms: (i) SNR, (ii) Conditional Entropy
[3 marks]Write a short note on Rice Code.1
[4 marks]Decode the following sequence generated using LZW encoder The initial dictionary for LZW algorithm is Index Entry 1 a 2 $ 3 h 4 i 5 s 6 t
[7 marks]Define RLE. Explain its characteristics.
[3 marks]Write a short note on CALIC.
[4 marks]What is image compression? How JPEG compression is used for image compression?
[7 marks]Describe Diagram Coding with example.
[3 marks]What is Vector Quantization? Write advantages of Vector Quantization over Scalar Quantization.
[4 marks]Explain ppm (prediction with partial match) with example.
[7 marks]