Data Compression (KCS-064) FIRST SESSIONAL EXAM 2020-21 EVEN SEMESTER B.TECH CSE-3RD YEAR
Data Compression (KCS-064) FIRST SESSIONAL EXAM 2020-21 EVEN SEMESTER B.TECH CSE-3RD YEAR
Data Compression (KCS-064) FIRST SESSIONAL EXAM 2020-21 EVEN SEMESTER B.TECH CSE-3RD YEAR
EVEN SEMESTER
Note:
1. The set of binary sequences is called a _________, and the individual members of
the set are called __________. .*
(1 Point)
a) Code, Codewords
b) Codewords, Code
2. LZ77 and LZ78 are the two algorithms published in papers by Abraham Lempel
and Jacob Ziv in 1977 and 1978 is *
(1 Point)
c) Both
3. Calculate the entropy for : P(A) = 0.4, P(B) = 0.2, P(C) = 0.2, P(D) = 0.1 and P(E) =
0.1 *
(1 Point)
a) 1.24
b) 1.22
c) 1.28
d) 1.30
4. Adaptive dictionary – *
(1 Point)
b) allowing for additions and deletions of strings as new input symbols are being read
https://forms.office.com/pages/responsepage.aspx?id=HYRhfOZJQEWQuVexaKFN-GuxzY-VkRFJlnHATTZmhCFUODNCV1VaVkJJMTlRU0dYTEd… 2/10
6/9/2021 Data Compression ( KCS-064) FIRST SESSIONAL EXAM 2020-21 EVEN SEMESTER B.TECH CSE-3RD YEAR
a) PNG
b) GIF
c) BMP
d) SVG
https://forms.office.com/pages/responsepage.aspx?id=HYRhfOZJQEWQuVexaKFN-GuxzY-VkRFJlnHATTZmhCFUODNCV1VaVkJJMTlRU0dYTEd… 3/10
6/9/2021 Data Compression ( KCS-064) FIRST SESSIONAL EXAM 2020-21 EVEN SEMESTER B.TECH CSE-3RD YEAR
a) All
b) Only one
c) Any two
d) None of these
b) Always occur
c) No probability
d) Normalization
a) 3
b) 2
c) 1
d) None of them
https://forms.office.com/pages/responsepage.aspx?id=HYRhfOZJQEWQuVexaKFN-GuxzY-VkRFJlnHATTZmhCFUODNCV1VaVkJJMTlRU0dYTEd… 4/10
6/9/2021 Data Compression ( KCS-064) FIRST SESSIONAL EXAM 2020-21 EVEN SEMESTER B.TECH CSE-3RD YEAR
12. Lossy techniques are generally used for the compression of data that originate as
analog signals, such as *
(1 Point)
a) Speech
b) Video
c) Both
d) None of these
b) The codeword corresponding to the symbol in the look-ahead buffer that follows the
match.
a) Static dictionary
b) Adaptive dictionary
c) Both
https://forms.office.com/pages/responsepage.aspx?id=HYRhfOZJQEWQuVexaKFN-GuxzY-VkRFJlnHATTZmhCFUODNCV1VaVkJJMTlRU0dYTEd… 5/10
6/9/2021 Data Compression ( KCS-064) FIRST SESSIONAL EXAM 2020-21 EVEN SEMESTER B.TECH CSE-3RD YEAR
15. A Huffman code: A = 1, B = 000, C = 001, D = 01 and P(A) = 0.4, P(B) = 0.1, P(C)
= 0.2, P(D) = 0.3 The average number of bits per letter is *
(1 Point)
a) 1.7 bits
b) 1.8 bits
c) 1.9 bits
d) None of them
16. In Rice Code, using Split sample sequence for given details n= 25 , k= 8 bits ,
m= 3 split sample, the unary code is : *
(1 Point)
a) 11110
b) 1110
c) 110
d) None of them
17. In the encoded file, which type of changes are made in symbols. *
(1 Point)
https://forms.office.com/pages/responsepage.aspx?id=HYRhfOZJQEWQuVexaKFN-GuxzY-VkRFJlnHATTZmhCFUODNCV1VaVkJJMTlRU0dYTEd… 6/10
6/9/2021 Data Compression ( KCS-064) FIRST SESSIONAL EXAM 2020-21 EVEN SEMESTER B.TECH CSE-3RD YEAR
a) Roots
b) Leaves
d) None of them
a) Codeword
b) Tag
d) None of them
20. For models used in lossless compression, we use a specific type of Markov process
called a *
(1 Point)
a) 2
b) 3
https://forms.office.com/pages/responsepage.aspx?id=HYRhfOZJQEWQuVexaKFN-GuxzY-VkRFJlnHATTZmhCFUODNCV1VaVkJJMTlRU0dYTEd… 7/10
6/9/2021 Data Compression ( KCS-064) FIRST SESSIONAL EXAM 2020-21 EVEN SEMESTER B.TECH CSE-3RD YEAR
c) 4
d) 5
22. The ratio of the number of bits required to represent the data before compression
to the number of bits required to represent the data after is called Compression
ratio. *
(1 Point)
a) True
b) False
a) Zipping
b) Resolution
c) Inputting
d) Caching
https://forms.office.com/pages/responsepage.aspx?id=HYRhfOZJQEWQuVexaKFN-GuxzY-VkRFJlnHATTZmhCFUODNCV1VaVkJJMTlRU0dYTEd… 8/10
6/9/2021 Data Compression ( KCS-064) FIRST SESSIONAL EXAM 2020-21 EVEN SEMESTER B.TECH CSE-3RD YEAR
26. In the Tunstall code, all codewords are of __________ length. However, each
codeword represents a _________number of letters. *
(1 Point)
different, equal
equal, different
equal, equal
different, different
27. Which of the following is true of lossy and lossless compression techniques? *
(1 Point)
b) Neither lossy nor lossless compression can actually reduce the number of bits needed to
represent a file
c) Both lossy and lossless compression techniques will result in some information being
lost from the original file
d) Lossy compression is best suited for situations where some loss of detail is tolerable,
especially if it will not be detectable by a human
28. Compression is the method which eliminates the data which is not noticeable and
compression does not eliminate the data which is not. *
(1 Point)
a) Lossless, lossy
https://forms.office.com/pages/responsepage.aspx?id=HYRhfOZJQEWQuVexaKFN-GuxzY-VkRFJlnHATTZmhCFUODNCV1VaVkJJMTlRU0dYTEd… 9/10
6/9/2021 Data Compression ( KCS-064) FIRST SESSIONAL EXAM 2020-21 EVEN SEMESTER B.TECH CSE-3RD YEAR
b) Lossy, lossless
c) None of these
The probability of occurrence is P(A) = 0.4, P(B)= 0.1, P(C) = 0.2 and P(D) = 0.3. T
he Huffman code is *
(1 Point)
a) A = 01 B = 111 C = 110 D = 10
b) A = 0 B = 11 C = 10 D = 111
c) A = 0 B = 111 C = 11 D = 101
d) A = 0 B = 111 C = 110 D = 10
c) Both of them
d) None of them
This content is created by the owner of the form. The data you submit will be sent to the form owner. Microsoft is not
responsible for the privacy or security practices of its customers, including those of this form owner. Never give out your
password.
https://forms.office.com/pages/responsepage.aspx?id=HYRhfOZJQEWQuVexaKFN-GuxzY-VkRFJlnHATTZmhCFUODNCV1VaVkJJMTlRU0dYTEd… 10/10