recategorized by
3,359 views

1 Answer

3 votes
3 votes

ans will be D

Arithmetic coding is a form of entropy encoding used in lossless data compression. Normally, a string of characters such as the words "hello there" is represented using a fixed number of bits per character, as in the ASCII code.

Lossless and lossy compression are terms that describe whether or not, in the compressionof a file, all original data can be recovered when the file is uncompressed. With lossless compression, every single bit of data that was originally in the file remains after the file is uncompressed. All of the information is completely restored. This is generally the technique of choice for text or spreadsheet files, where losing words or financial data could pose a problem. The Graphics Interchange File (GIF) is an image format used on the Web that provides lossless compression.

On the other hand, lossy compression reduces a file by permanently eliminating certain information, especially redundant information. When the file is uncompressed, only a part of the original information is still there (although the user may not notice it). Lossy compression is generally used for video and sound, where a certain amount of information loss will not be detected by most users. The JPEG image file, commonly used for photographs and other complex still images on the Web, is an image that has lossy compression. Using JPEG compression, the creator can decide how much loss to introduce and make a trade-off between file size and image quality.A fast Fourier transform (FFTalgorithm computes the discrete Fourier transform (DFT) of a sequence, or its inverse. 

MPEG-1 is a standard for lossy compression of video and audio. It is designed to compress VHS-quality raw digital video and CD audio do

Answer:

Related questions

4 votes
4 votes
1 answer
1
go_editor asked Aug 11, 2016
6,382 views
Consider a unit square centered at origin. The coordinates at the square are translated by a factor $\biggr( \dfrac{1}{2}, 1 \biggl)$ and rotated by an angle of $90^{\cir...
3 votes
3 votes
1 answer
2
go_editor asked Aug 11, 2016
5,958 views
Which raster locations would be chosen by Bresenham's algorithm when scan converting a line from $(1,1)$ to $(8,5)$?$\begin{array}{|c|c|} \hline x & y \\ \hline 1 & 1 \\...
2 votes
2 votes
1 answer
3
go_editor asked Aug 11, 2016
2,724 views
Which of the following is/are the principle components of a memory-tube display?Flooding gunCollectorPhosphorus grainsGround$\text{i and ii}$$\text{iii only}$$\text{iv on...
2 votes
2 votes
1 answer
4
go_editor asked Aug 10, 2016
2,398 views
Which of the following graphic primitives are considered as the basic building blocks of computer graphics?PointsLinesPolylinesPolygons$\text{i only}$$\text{i, ii, and ii...