🎓 BookMCQ
← Back to 28. Multimedia

📝 Lossy compression techniques in multimedia (31 MCQs)

📖 From Data Communication and Networks • 28. Multimedia • 31 questions available

What is Lossy compression techniques in multimedia?

Lossy compression techniques in multimedia are methods that achieve high compression ratios by permanently removing perceptually redundant or less noticeable data based on human sensory limitations, making them ideal for streaming audio and video where minor quality loss is acceptable in exchange for significantly smaller file sizes and lower bandwidth usage.

9
Easy
12
Medium
10
Hard

📝 All Lossy compression techniques in multimedia MCQs

Q1. What is the primary characteristic of lossy compression?

A.It preserves all original data
B.Some data is discarded during compression ✅
C.Only metadata is compressed
D.It increases file size
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Lossy compression intentionally removes information that is less perceptible to humans, resulting in a smaller file. This discarded data cannot be perfectly recovered, which distinguishes it from lossless methods. The trade‑off is between reduced size and a potential loss in fidelity, making option B the correct description.

Q2. Which codec is most commonly used for lossy audio compression in streaming services?

A.FLAC
B.WAV
C.MP3 ✅
D.ALAC
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Lossy audio streaming typically relies on MP3 because it provides a good balance between compression efficiency and audio quality. FLAC and ALAC are lossless, preserving all samples, while WAV is uncompressed. Therefore MP3, a widely supported lossy format, is the appropriate answer.

Q3. In lossy video compression, the term \quantization parameter (QP)\ primarily controls which aspect of the encoding process?

A.Frame rate
B.Color depth
C.Degree of compression ✅
D.Network latency
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: The QP determines how aggressively transform coefficients are quantized; larger QP values produce coarser quantization, yielding higher compression at the expense of visual quality. It does not affect frame timing, color precision, or network characteristics, making option C the correct choice.

Q4. If a streaming application reduces its bitrate by 50 % using a lossy codec, what is the most likely effect on perceived video quality?

A.Quality improves
B.No change in quality
C.Slight degradation of quality ✅
D.Complete loss of audio
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: Halving the bitrate forces the encoder to increase compression, typically removing more detail or raising the quantization level. Viewers usually notice a modest decline in sharpness or color fidelity, but the video remains watchable, so a slight degradation is the expected outcome.

Q5. Codec X achieves a 4:1 compression ratio while Codec Y achieves a 2:1 ratio for the same source material. Which codec generally requires more network bandwidth?

A.Codec X
B.Codec Y ✅
C.Both require the same bandwidth
D.It depends on the video resolution
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: A lower compression ratio (2:1) means the compressed file is larger, so more bits must be transmitted per unit time. Therefore Codec Y, with the smaller reduction, will typically need more bandwidth than Codec X.

Q6. When packet loss increases, why might a lossy compression scheme appear more robust than a lossless one?

A.It discards less data
B.It already tolerates some loss ✅
C.It uses built‑in error correction
D.It increases latency
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Lossy codecs are designed to discard perceptually insignificant information, so the remaining data already tolerates minor corruption. When packets are lost, the visual or auditory impact is often less noticeable compared with lossless data, which contains every original detail and thus shows more obvious artifacts.

Q7. Given that an RTP stream specifies a payload type indicating a lossy codec, what inference can be made about the receiver’s buffer requirements?

A.A larger buffer is needed
B.A smaller buffer is sufficient ✅
C.Buffer size is irrelevant
D.The buffer must be disabled
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Lossy codecs typically produce smaller packets and can tolerate occasional loss, allowing the receiver to use a modest buffer to smooth jitter without needing the larger buffers required for lossless streams that must preserve every bit.

Q8. Suppose a video conference uses H.264 with a target QP of 22, and occasional frame drops occur due to network jitter. How does the lossy nature of H.264 affect visual continuity compared with a hypothetical lossless codec?

A.H.264 will mask drops better ✅
B.Lossless will mask drops better
C.Both mask drops equally
D.Neither masks drops
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: Because H.264 already discards redundant detail, minor missing frames are less noticeable; the decoder can use predictive techniques to fill gaps. A lossless codec would retain every detail, making any missing frame stand out sharply, so H.264’s lossy approach provides smoother continuity.

Q9. In a voice‑over‑IP call that uses SIP signaling and a lossy codec with a 64 kbps bitrate, what is the logical consequence of increasing the codec’s compression ratio to 2:1 without changing the packetization interval?

A.Latency doubles
B.Bandwidth usage halves ✅
C.Packet loss doubles
D.Jitter decreases
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Doubling the compression ratio reduces the amount of data sent per packet by half, directly cutting the required bandwidth while leaving timing parameters unchanged. Latency, loss, and jitter are not directly altered by the compression ratio itself.

Q10. If a multimedia application switches from lossless to lossy compression to reduce storage by 70 %, what can be logically deduced about the expected change in the entropy of the stored data?

A.Entropy increases ✅
B.Entropy decreases
C.Entropy remains unchanged
D.Entropy becomes zero
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Lossy compression removes redundant and less important information, which often reduces predictability and raises the measured entropy of the remaining data because the distribution becomes less uniform. Hence the stored data’s entropy tends to increase after aggressive lossy reduction.

Q11. When RTCP reports indicate high packet loss, which adaptation strategy involving lossy compression is most appropriate?

A.Increase compression level
B.Switch to a lossless codec
C.Reduce the video frame rate ✅
D.Increase the payload size
💡 Difficulty: easy | ✅ Correct: C

📖 Explanation: High loss suggests the network cannot sustain the current data rate. Reducing the frame rate lowers the amount of data transmitted per second, allowing the existing bitrate to be maintained with fewer frames, which is a common response when using lossy codecs.

Q12. Compare lossless and lossy methods for streaming live video. Which statement best reflects their trade‑offs?

A.Lossless offers lower latency
B.Lossy reduces bandwidth at the cost of quality ✅
C.Lossless requires more CPU processing
D.Both have identical storage needs
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Live streaming benefits from reduced bandwidth, which lossy compression provides by discarding perceptually irrelevant information. Lossless methods preserve every detail but demand higher transmission rates and often higher processing overhead, making option B the most accurate comparison.

Q13. Evaluate the impact of using a higher QP value on both compression ratio and visual artifacts.

A.Compression ratio decreases, artifacts increase
B.Compression ratio increases, artifacts decrease
C.Both ratio and artifacts increase
D.Compression ratio increases, artifacts increase ✅
💡 Difficulty: medium | ✅ Correct: D

📖 Explanation: Increasing QP coarsens quantization, so more coefficients are rounded to zero, raising the compression ratio. Simultaneously, the loss of detail introduces visible artifacts such as blocking or blurring, so both ratio and artifacts grow together.

Q14. Differentiate the role of RTP and RTCP in managing lossy compression feedback loops.

A.RTP carries data, RTCP carries control information ✅
B.RTCP carries data, RTP carries control information
C.Both carry identical information
D.Neither protocol is involved in feedback
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: RTP is responsible for the real‑time transport of media packets, while RTCP periodically sends control packets containing statistics (e.g., loss, jitter) that enable the sender to adjust lossy encoding parameters. This separation of data and control is essential for adaptive compression.

Q15. Analyze why SIP is often preferred over H.323 for initiating a VoIP call that uses a lossy codec.

A.SIP is text‑based and easy to parse
B.SIP supports a wider range of codecs ✅
C.H.323 cannot handle lossy media
D.SIP only works over UDP
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: SIP’s extensible architecture allows the inclusion of many codec identifiers in its SDP payload, making it straightforward to negotiate lossy codecs. Although both protocols can carry codec information, SIP’s flexibility and simpler message format give it an advantage for diverse codec support.

Q16. Compare the effect of increasing the GOP (Group of Pictures) size in a lossy video codec on error propagation.

A.Errors propagate less
B.Errors propagate more ✅
C.No effect on error propagation
D.GOP size is unrelated to errors
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: A larger GOP means more frames depend on earlier reference frames; when a reference frame is corrupted, the error spreads to a greater number of subsequent frames, amplifying visual degradation. Hence, increasing GOP size typically worsens error propagation.

Q17. Evaluate the trade‑off between compression ratio and computational complexity when selecting a lossy codec for real‑time gaming.

A.Higher ratio is always better
B.Higher complexity may cause latency ✅
C.Complexity is unrelated to performance
D.Lower ratio reduces latency
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Real‑time games require low latency; codecs that achieve very high compression often need intensive transforms and motion analysis, which can introduce processing delays. Designers must balance the desire for small bandwidth against the need for fast encoding, making the complexity‑induced latency the critical factor.

Q18. Differentiate how RTCP Sender Report (SR) and Receiver Report (RR) assist in adapting lossy compression parameters.

A.SR provides bandwidth, RR provides loss statistics ✅
B.SR provides loss statistics, RR provides bandwidth
C.Both only report latency
D.Neither is used for adaptation
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: The SR contains transmission timestamps and packet counts, helping the sender estimate available bandwidth, while the RR conveys packet loss, jitter, and other quality metrics observed by the receiver. Together they enable dynamic adjustment of lossy encoder settings such as bitrate or QP.

Q19. Analyze why a lossy codec might be chosen for archiving surveillance footage despite some quality loss.

A.To save storage space ✅
B.To improve resolution
C.To enable lossless playback
D.To increase frame rate
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: Surveillance systems generate large volumes of video continuously. Using a lossy codec dramatically reduces file size, allowing longer retention periods on limited storage media while still preserving enough detail for typical investigative purposes, making storage efficiency the primary motivation.

Q20. Compare the effectiveness of entropy coding (e.g., Huffman) within a lossy compression pipeline versus using it alone without transform coding.

A.Entropy coding alone yields higher compression
B.Combined use yields better results ✅
C.Transform coding is unnecessary
D.Both give the same compression ratio
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Entropy coding efficiently compresses symbols but relies on the statistical redundancy created by earlier stages such as quantization and transform coding. When used together, the pipeline exploits both spatial/temporal redundancy and symbol frequency, producing a higher overall compression ratio than entropy coding by itself.

Q21. Apply the principle of perceptual coding to explain why high‑frequency audio components are often removed in lossy compression.

A.Human hearing is insensitive to high frequencies ✅
B.High frequencies are too loud
C.Low frequencies dominate bandwidth usage
D.Regulations forbid high frequencies
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: Perceptual models show that the human ear has reduced sensitivity above certain thresholds, especially in noisy environments. Consequently, lossy audio encoders discard or heavily quantize high‑frequency components to save bits while maintaining perceived quality, aligning with option A.

Q22. Synthesize a scenario where adaptive bitrate streaming uses RTCP statistics to switch between two lossy codecs with different QP values.

A.Switch when loss exceeds 5 % ✅
B.Switch when latency exceeds 200 ms
C.Switch when bandwidth exceeds 10 Mbps
D.Switch when jitter is below 5 ms
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: An adaptive client monitors the fraction‑lost field in RTCP Receiver Reports; if loss rises above a preset threshold (e.g., 5 %), the client requests a codec with a lower QP (higher quality) or higher QP (more compression) depending on policy. This dynamic switch maintains user experience under varying network conditions.

Q23. Explain how the concept of “visual masking” influences the design of lossy video compression algorithms.

A.Masks reduce color depth
B.Human visual system hides certain distortions ✅
C.Masking increases bitrate
D.Visual masking is unrelated to compression
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Visual masking exploits the fact that the eye is less sensitive to errors in highly textured or rapidly moving areas. Algorithms allocate fewer bits to these regions, allowing greater quantization without noticeable quality loss, thereby improving compression efficiency while preserving perceived image fidelity.

Q24. Apply the compression ratio formula CR=original sizecompressed sizeCR = \frac{\text{original size}}{\text{compressed size}} to a file reduced from 150 MB to 45 MB. What is the compression ratio?

A.2
B.3 ✅
C.4
D.5
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: Substituting the values gives CR=15045=3.33CR = \frac{150}{45} = 3.33, which is commonly expressed as a 3 : 1 ratio for simplicity. Therefore the nearest whole‑number answer is 3, matching option B.

Q25. Synthesize an argument for using a hybrid approach that combines lossless and lossy stages for medical imaging transmission over a constrained network.

A.Lossless only is sufficient
B.Lossy only provides needed detail
C.Hybrid balances fidelity and bandwidth ✅
D.Hybrid only reduces latency
💡 Difficulty: hard | ✅ Correct: C

📖 Explanation: Medical images demand high diagnostic fidelity, yet network constraints limit bandwidth. A hybrid scheme applies lossless compression to critical regions (e.g., lesions) while using lossy methods for less important background, achieving a manageable file size without compromising essential diagnostic information.

Q26. Apply the concept of “rate‑distortion optimization” to determine why a codec might choose a higher QP under limited bandwidth.

A.To minimize distortion
B.To maximize transmission rate
C.To balance rate and distortion ✅
D.To ignore distortion completely
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Rate‑distortion optimization seeks the point where increasing compression (higher QP) yields an acceptable increase in distortion while meeting bandwidth limits. Selecting a higher QP reduces the bit rate, allowing the stream to fit within the constrained channel, which exemplifies the balance described in option C.

Q27. Explain why SIP messages often contain a “Content‑Type” header indicating the codec being used.

A.To aid routing decisions
B.To inform the receiver of payload format ✅
C.To encrypt the data payload
D.To set message priority
💡 Difficulty: easy | ✅ Correct: B

📖 Explanation: The Content‑Type header specifies the media type and codec (e.g., audio/PCMU), enabling the receiving endpoint to interpret the payload correctly. Without this information, the receiver could not decode the media stream, making option B the accurate explanation.

Q28. Synthesize how RTCP’s Receiver Report fields (fraction lost, cumulative packets lost) can be fed into a control algorithm that dynamically adjusts the QP of a lossy encoder to maintain target quality.

A.Increase QP when loss is high ✅
B.Decrease QP when loss is high
C.Keep QP constant regardless of loss
D.Randomly change QP
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: When the Receiver Report shows an elevated fraction of lost packets, the control loop interprets this as network congestion and raises the QP, which reduces the bitrate and eases the load on the channel, thereby helping to preserve overall quality.

Q29. Apply the principle of “temporal redundancy” in video to justify the use of inter‑frame prediction in lossy codecs.

A.Frames are completely independent
B.Adjacent frames often share similar content ✅
C.Temporal redundancy increases file size
D.Inter‑frame prediction is only for lossless codecs
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: Successive video frames frequently contain only small changes; inter‑frame prediction exploits this redundancy by encoding only the differences relative to reference frames. This reduces the amount of data transmitted, which is especially effective in lossy codecs that can further quantize the residuals.

Q30. If a lossy codec reduces chroma resolution from 4:4:4 to 4:2:0, what logical effect does this have on perceived color fidelity?

A.Improves color fidelity
B.No perceptible change
C.Slight reduction in color fidelity ✅
D.Complete loss of color information
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: Subsampling chroma discards some color detail, which the human visual system tolerates to a degree. The result is a modest decline in color accuracy that is often acceptable for many applications, making a slight reduction the correct inference.

Q31. Consider an RTP stream using a lossy codec with a fixed packetization interval of 20 ms. If the network introduces 30 ms of jitter, what is the logical consequence for packet reordering and the decoder buffer?

A.Buffer overflow occurs
B.Increased packet reordering ✅
C.No impact on the stream
D.Decreased overall latency
💡 Difficulty: hard | ✅ Correct: B

📖 Explanation: Jitter exceeding the packetization interval causes packets to arrive out of order more frequently. The decoder must enlarge its jitter buffer to reorder and smooth playback, leading to increased reordering handling and potentially higher latency to maintain seamless

🔗 Related Topics (MCQs)