COMPILER DESIGN

ADVANCED TOPICS IN COMPILER DESIGN

CODE GENERATION FOR OBJECT ORIENTED LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Is more appropriate for streaming
A
Lossy Compression
B
Lossless Compression
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -But, an audio file can be 10 times larger than a JPEG image. This means that streaming services need to use a lot of compressions to save space. When a streaming service uses a lossy compression algorithm, it removes certain parts of your music, making it sound less crisp.

Detailed explanation-2: -DCT is the most widely used form of lossy compression, for popular image compression formats (such as JPEG), video coding standards (such as MPEG and H. 264/AVC) and audio compression formats (such as MP3 and AAC).

Detailed explanation-3: -Lossless compression works by eliminating redundancy. Unlike lossy compression, it doesn’t throw any information out-instead, it simply stores the information in a more efficient way. This type of compression enables you to perfectly reconstruct the original file.

Detailed explanation-4: -We recommend lossy compression for most websites since it can significantly reduce file sizes without removing any noticeable data. However, lossless compression might be better if you’re more concerned about image quality than loading times.

There is 1 question to complete.