MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

SYSTEM SOFTWARE

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Lossless Compression is ____ ? (7-9)
A
Turning the text into a format that only a reader with a key can decrypt it
B
When some original data is lost and the original file cannot be re-created
C
Usually performed on text
D
The original file can be re-created from the compressed file
Explanation: 

Detailed explanation-1: -After lossless compression, a file can be restored to its original form. Quality suffers as a result of lossy compression. It leads to some level of data loss. No quality degradation happens in lossless compression.

Detailed explanation-2: -With lossless compression the file data is restored and rebuilt in its original form after decompression, enabling the image to take up less space without any discernible loss in picture quality. No data is lost and as the process can be reversed, it’s also known as reversible compression.

Detailed explanation-3: -Lossless compression “packs” data into a smaller file size by using a kind of internal shorthand to signify redundant data. If an original file is 1.5 MB, for example, lossless compression can reduce it to about half that size, depending on the type of file being compressed.

Detailed explanation-4: -Lossless compression is fully reversible, meaning the original file can be recreated bit for bit. Lossless compression throws away unimportant details that a human being will likely be unable to detect. Lossy compression is only possible on files that are at least one gigabyte in size before compression.

There is 1 question to complete.