a) 128k b) 256k c) 24k d) 36k Answer: b Explanation: LZO was designed with speed in ...
View Question__________ typically compresses files to within 10% to 15% of the best available techniques.
a) LZO b) Bzip2 c) Gzip d) All of the mentioned Answer: b Explanation: bzip2 is a ...
View QuestionWhich of the following is based on the DEFLATE algorithm?
a) LZO b) Bzip2 c) Gzip d) All of the mentioned Answer: c Explanation: gzip is based ...
View QuestionGzip (short for GNU zip) generates compressed files that have a _________ extension.
a) .gzip b) .gz c) .gzp d) .g Answer: b Explanation: You can use the gunzip command ...
View QuestionWhich of the following is the slowest compression technique?
a) LZO b) Bzip2 c) Gzip d) All of the mentioned Answer: b Explanation: Of all the ...
View QuestionPoint out the wrong statement.
a) From a usability standpoint, LZO and Gzip are similar b) Bzip2 generates a better compression ratio than ...
View QuestionWhich of the following supports splittable compression?
a) LZO b) Bzip2 c) Gzip d) All of the mentioned Answer: a Explanation: LZO enables the ...
View QuestionWhich of the following compression is similar to Snappy compression?
a) LZO b) Bzip2 c) Gzip d) All of the mentioned Answer: a Explanation: LZO is only ...
View QuestionPoint out the correct statement.
a) Snappy is licensed under the GNU Public License (GPL) b) BgCIK needs to create an index when ...
View QuestionThe _________ codec from Google provides modest compression ratios.
a) Snapcheck b) Snappy c) FileCompress d) None of the mentioned Answer: b Explanation: Snappy ...
View Question