Huffman coding is a lossless data compression algorithm, it is used in JPEG image compression.
Run-length encoding (RLE) is a very simple form of lossless data compression in which runs of data are stored as a single data value and count, rather than as the original run, it is used in JPEG image compression.
Zig-zag scan is also used in JPEG image compression.
K-L transform is not used in JPEG image compression, It is used to transform the image.
DPCM is Differential pulse-code modulation which convert source analog into digital signal(i.e. source coding).
Huffman coding is a lossless data compression algorithm.
Arithmetic coding is a form of entropy encoding used in lossless data compression.
Run-length encoding (RLE) is a very simple form of lossless data compression in which runs of data are stored as a single data value and count, rather than as the original run.
Explanation : Histogram is a accurate tonal representation of digital image. In which x- axis represent tonal variation and y-axis represents pixels. So, if the histogram of an image is clustered towards origin on X-axis of a histogram plot then it indicates that the image is dark and if the histogram of an image is clustered towards origin on Y-axis of a histogram plot then it indicates that the image is bright. So, option (A) is correct.