Site icon T4Tutorials.com

Image Compression (RLE, Huffman, LZW, JPEG, JPEG2000) — MCQs | Digital Image Processing

1. What is the main purpose of image compression in digital image processing?

(A) Enhance image resolution


(B) Increase image size


(C) Reduce storage and transmission cost


(D) Improve color depth



2. Which of the following is a lossless image compression technique?

(A) JPEG


(B) RLE


(C) MPEG


(D) DCT



3. Which algorithm replaces frequently occurring patterns with shorter codes?

(A) RLE


(B) Huffman Coding


(C) DFT


(D) PCA



4. In Huffman coding, which type of symbol is assigned the shortest code?

(A) Least frequent


(B) Random


(C) Most frequent


(D) Longest pattern



5. Which compression method uses run lengths to encode sequences of data?

(A) JPEG


(B) LZW


(C) RLE


(D) Arithmetic Coding



6. LZW compression was originally used in which of the following formats?

(A) PNG


(B) JPEG


(C) GIF


(D) BMP



7. Which of the following is a lossy image compression standard?

(A) PNG


(B) JPEG


(C) TIFF


(D) RLE



8. What transform is used in the standard JPEG compression method?

(A) Fourier Transform


(B) DCT


(C) Haar Transform


(D) Wavelet Transform



9. Which compression method is considered more advanced than JPEG and uses wavelets?

(A) JPEG2000


(B) RLE


(C) Huffman


(D) MPEG



10. Which of the following is not a feature of JPEG2000?

(A) Lossless compression support


(B) Wavelet-based coding


(C) Region of interest coding


(D) Pure binary coding



11. What is the main disadvantage of lossy compression?

(A) Reduces file size


(B) Retains exact image


(C) Loss of quality


(D) Uses too much memory



12. Which of the following compression techniques is dictionary-based?

(A) Huffman


(B) LZW


(C) JPEG


(D) DCT



13. What does LZW stand for?

(A) Lossless Wavelet Zoom


(B) Lempel-Ziv-Welch


(C) Low Zoom Width


(D) Luminance Zigzag Wave



14. What is the output of Huffman coding?

(A) Tree


(B) Fixed-length codes


(C) Variable-length codes


(D) Run-length encoded image



15. What is the first step in JPEG compression?

(A) Entropy coding


(B) Quantization


(C) DCT


(D) Zigzag scanning



16. Why is DCT preferred in JPEG over other transforms?

(A) Easy to compute


(B) Localized frequency information


(C) Energy compaction


(D) High memory usage



17. Which step in JPEG compression introduces most data loss?

(A) DCT


(B) Quantization


(C) Huffman encoding


(D) Zigzag scanning



18. Which component is compressed more aggressively in JPEG compression?

(A) Luminance


(B) Chrominance


(C) Red


(D) Blue



19. What is the purpose of zigzag scanning in JPEG?

(A) Increase resolution


(B) Improve brightness


(C) Group low-frequency components


(D) Encrypt image data



20. What kind of data does RLE handle efficiently?

(A) Random patterns


(B) High-frequency textures


(C) Repeated values


(D) Noise



21. Which of the following is not a lossless compression technique?

(A) Huffman


(B) LZW


(C) RLE


(D) JPEG



22. In LZW compression, what is stored in the dictionary?

(A) Quantization matrix


(B) Pixel frequencies


(C) Character sequences


(D) DCT coefficients



23. What kind of compression is used in JPEG for entropy coding?

(A) Arithmetic coding


(B) Run-Length Coding


(C) Huffman Coding


(D) LZW



24. Which of the following is typically smaller after compression with JPEG?

(A) High-frequency components


(B) Low-frequency components


(C) DC coefficient


(D) Image header



25. What is the typical block size used in JPEG DCT?

(A) 4×4


(B) 8×8


(C) 16×16


(D) 32×32



26. What is the purpose of quantization in image compression?

(A) Increase contrast


(B) Remove high-frequency noise


(C) Reduce precision to save bits


(D) Enhance colors



27. Which transform is used in JPEG2000?

(A) Discrete Cosine Transform


(B) Fourier Transform


(C) Wavelet Transform


(D) Hadamard Transform



28. Which property of wavelet transform makes it useful for compression?

(A) Fixed frequency resolution


(B) Equal bandwidth allocation


(C) Multi-resolution analysis


(D) High computational load



29. Which of the following supports both lossy and lossless modes?

(A) JPEG


(B) JPEG2000


(C) RLE


(D) Huffman



30. What technique is used to reorder DCT coefficients in JPEG?

(A) Quantization


(B) Run-Length Encoding


(C) Zigzag scan


(D) Subsampling



31. Which algorithm builds a binary tree based on symbol frequency?

(A) RLE


(B) LZW


(C) Huffman


(D) Arithmetic



32. Which image compression format is commonly used for medical and satellite images?

(A) JPEG


(B) PNG


(C) JPEG2000


(D) BMP



33. What does entropy coding in compression exploit?

(A) Temporal redundancy


(B) Spatial redundancy


(C) Coding redundancy


(D) Color redundancy



34. What type of redundancy does RLE remove?

(A) Spatial


(B) Temporal


(C) Coding


(D) Transform



35. Which component in JPEG handles color conversion?

(A) Quantizer


(B) DCT


(C) Color space converter


(D) Huffman coder



36. Which is the most dominant frequency component in images?

(A) High-frequency


(B) Low-frequency


(C) Medium-frequency


(D) All equally



37. Why is chroma subsampling used in JPEG?

(A) Reduce spatial resolution


(B) Improve color quality


(C) Reduce data size with minimal visual loss


(D) Remove noise



38. Which compression method is most suitable for text images?

(A) JPEG


(B) LZW


(C) RLE


(D) Huffman



39. Which term describes the amount of compression achieved?

(A) Bit depth


(B) Resolution ratio


(C) Compression ratio


(D) Quantization scale



40. Which file format commonly uses LZW compression?

(A) JPEG


(B) GIF


(C) PNG


(D) BMP



41. Which of the following does not affect JPEG compression ratio?

(A) Image size


(B) Quantization level


(C) Huffman coding


(D) Display resolution



42. How does JPEG2000 achieve scalability?

(A) Fixed blocks


(B) Bit-plane coding


(C) DC component encoding


(D) Huffman compression



43. Which is a disadvantage of JPEG compression?

(A) Increased image sharpness


(B) No support for color


(C) Blocking artifacts


(D) Too slow



44. Which of the following is most robust for image quality?

(A) JPEG


(B) LZW


(C) JPEG2000


(D) Huffman



45. Which compression format offers better performance at lower bit rates?

(A) JPEG


(B) JPEG2000


(C) BMP


(D) RLE



46. Which JPEG step reduces perceptual redundancy?

(A) Huffman coding


(B) Zigzag scan


(C) Quantization


(D) DCT



47. In image compression, what is ‘lossy’ mainly defined by?

(A) Color reduction


(B) Bit-depth conversion


(C) Irreversible loss of data


(D) Slow compression



48. Which compression algorithm uses string matching and table indexing?

(A) Huffman


(B) Arithmetic


(C) LZW


(D) RLE



49. Which of the following formats is not typically compressed?

(A) BMP


(B) JPEG


(C) GIF


(D) PNG



50. Which type of compression technique results in a smaller file size but cannot reconstruct the original image exactly?

(A) Lossless compression


(B) Predictive compression


(C) Lossy compression


(D) Entropy encoding



More MCQs on Digital image Processing

  1. Introduction to DIP — MCQs | Digital Image Processing

  2. Human Visual System (HVS) — MCQs | Digital Image Processing

  3. Image Acquisition Devices — MCQs | Digital Image Processing

  4. Image Sampling & Quantization — MCQs | Digital Image Processing

  5. Image Resolution & Bit Depth — MCQs | Digital Image Processing

  6. Basic Image Operations (Negative, Log, Power-law) — MCQs | Digital Image Processing

  7. Histogram Equalization & Specification — MCQs | Digital Image Processing

  8. Contrast Stretching — MCQs | Digital Image Processing

  9. Image Arithmetic (Add, Subtract, Multiply, Divide) — MCQs | Digital Image Processing

  10. Bit-plane Slicing — MCQs | Digital Image Processing

  11. Smoothing Filters (Mean, Gaussian, Median) — MCQs | Digital Image Processing

  12. Sharpening Filters (Laplacian, Gradient) — MCQs | Digital Image Processing

  13. High-Boost Filtering — MCQs | Digital Image Processing

  14. Edge Detection (Sobel, Prewitt, Roberts, Canny, LoG) — MCQs | Digital Image Processing

  15. Fourier Transform (DFT, FFT) — MCQs | Digital Image Processing

  16. Frequency Domain Filtering — MCQs | Digital Image Processing

  17. Low-pass & High-pass Filters — MCQs | Digital Image Processing

  18. Homomorphic Filtering — MCQs | Digital Image Processing

  19. Noise Models (Gaussian, Salt & Pepper, Speckle) — MCQs | Digital Image Processing

  20. Adaptive Filtering — MCQs | Digital Image Processing

  21. Inverse & Wiener Filtering — MCQs | Digital Image Processing

  22. Pseudo-color & True-color Processing — MCQs | Digital Image Processing

  23. Color Space Conversion (RGB ↔ HSV, HSI, YCbCr) — MCQs | Digital Image Processing

  24. Color Image Enhancement — MCQs | Digital Image Processing

  25. Image Segmentation (Thresholding, Otsu, K-means, Region Growing) — MCQs | Digital Image Processing

  26. Edge-based Segmentation — MCQs | Digital Image Processing

  27. Region Splitting and Merging — MCQs | Digital Image Processing

  28. Watershed Algorithm — MCQs | Digital Image Processing

  29. Morphological Operations (Erosion, Dilation, Opening, Closing) — MCQs | Digital Image Processing

  30. Boundary Extraction — MCQs | Digital Image Processing

  31. Skeletonization — MCQs | Digital Image Processing

  32. Connected Components Labeling — MCQs | Digital Image Processing

  33. Texture Analysis (GLCM, LBP, Gabor Filters) — MCQs | Digital Image Processing

  34. Shape Descriptors (Perimeter, Area, Compactness, Eccentricity) — MCQs | Digital Image Processing

  35. Statistical Features (Mean, Variance, Skewness) — MCQs | Digital Image Processing

  36. Principal Component Analysis (PCA) — MCQs | Digital Image Processing

  37. Linear Discriminant Analysis (LDA) — MCQs | Digital Image Processing

  38. Feature Matching (SIFT, SURF, ORB) — MCQs | Digital Image Processing

  39. Image Registration — MCQs | Digital Image Processing

  40. Image Stitching — MCQs | Digital Image Processing

  41. Motion Detection & Optical Flow — MCQs | Digital Image Processing

  42. Background Subtraction — MCQs | Digital Image Processing

  43. Object Detection & Tracking — MCQs | Digital Image Processing

  44. Template Matching — MCQs | Digital Image Processing

  45. Pattern Recognition (KNN, SVM, ANN) — MCQs | Digital Image Processing

  46. Image Classification — MCQs | Digital Image Processing

  47. Image Clustering — MCQs | Digital Image Processing

  48. Image Compression (RLE, Huffman, LZW, JPEG, JPEG2000) — MCQs | Digital Image Processing

  49. Video Compression (MPEG, H.264) — MCQs | Digital Image Processing

  50. Image Fusion (Pixel, Feature, Decision Level) — MCQs | Digital Image Processing

  51. Image Watermarking — MCQs | Digital Image Processing

  52. Steganography — MCQs | Digital Image Processing

  53. Face Detection & Recognition — MCQs | Digital Image Processing

  54. Gesture Recognition — MCQs | Digital Image Processing

  55. 3D Image Processing — MCQs | Digital Image Processing

  56. Stereo Vision & Depth Estimation — MCQs | Digital Image Processing

  57. Medical Image Analysis (CT, MRI, Ultrasound) — MCQs | Digital Image Processing

  58. Remote Sensing Image Processing — MCQs | Digital Image Processing

  59. Satellite Image Enhancement — MCQs | Digital Image Processing

  60. Deep Learning for Image Processing (CNN, GANs, Autoencoders) — MCQs | Digital Image Processing

  61. Image Captioning — MCQs | Digital Image Processing

  62. Semantic & Instance Segmentation (Mask R-CNN, U-Net) — MCQs | Digital Image Processing

  63. Super Resolution (SRCNN, ESRGAN) — MCQs | Digital Image Processing

  64. Image Inpainting — MCQs | Digital Image Processing

  65. Image Style Transfer — MCQs | Digital Image Processing

  66. Real-Time Image Processing — MCQs | Digital Image Processing

  67. Augmented Reality (AR) & Virtual Reality (VR) — MCQs | Digital Image Processing

  68. DIP using MATLAB/OpenCV/Python — MCQs | Digital Image Processing

  69. DIP in IoT & Embedded Systems — MCQs | Digital Image Processing

  70. Ethics & Privacy in Image Processing — MCQs | Digital Image Processing

Computer Science Repeated MCQs Book Download

Exit mobile version