Learning objective
Data compression: Know why images and sound files are often compressed and that other files, such as text files, can also be compressed. Understand the difference between lossless and lossy compression and explain the advantages and disadvantages of each. Explain the principles behind the following techniques for lossless compression: • run length encoding (RLE) • dictionary-based methods.
Read the explanation, check the common trap, then practise with flashcards and questions.
At a glance
0
Flashcards
0
Questions
Topic
Representing images, sound and other data
Subtopic
Data compression
Study support
Understand this objective
Quick explanation
Data compression: Know why images and sound files are often compressed and that other files, such as text files, can also be compressed. Understand the difference between lossless and lossy compression and explain the advantages and disadvantages of each. Explain the principles behind the following techniques for lossless compression: • run length encoding (RLE) • dictionary-based methods
- This point belongs to Representing images, sound and other data, especially Data compression.
- You need to be able to data compression: Know why images and sound files are often compressed and that other files, such as text files, can also be compressed. Understand the difference between lossless and lossy compression and explain the advantages and disadvantages of each. Explain the principles behind the following techniques for lossless compression: • run length encoding (RLE) • dictionary-based methods.
- Use the linked flashcards and practice questions to check recall, then practise applying the idea in an exam-style answer.
Why it matters
This objective helps connect Data compression to exam-style questions, flashcards, and revision notes for Representing images, sound and other data.
Quick student answer
Why are image and sound files often compressed?
Direct answer
To reduce the amount of storage space and data needed to transmit them
Key terms
- Lossless compression: A compression method that preserves all original data so that the original file can be reconstructed exactly.
- Run length encoding: A lossless compression technique that represents consecutive repeated values by recording the value and the number of repetitions.
Common trap
Confusing lossless and lossy compression: Lossless compression preserves all data and permits exact reconstruction. Lossy compression permanently removes some data, so the exact original cannot be recovered.
Related questions
Try this as a practice card
Question 1 of 4
Choose an answer, get feedback, then move sideways through the set.
Flashcard prompts
Flip through the key recall cards
Flashcard 1 of 4
Revision tools
Choose how to practise
Flashcards0 linked cards
Practice Questions0 linked questions
Related learning objectives
- Bit patterns, images, sound and other data: Describe how bit patterns may represent other forms of data, including graphics and sound.
Bit patterns, images, sound and other data
- Analogue and digital: Understand the difference between analogue and digital: • data • signals.
Analogue and digital
- Analogue/digital conversion: Describe the principles of operation of: • an analogue to digital converter (ADC) • a digital to analogue converter (DAC). Know that ADCs are used with analogue sensors. Know that the most common use for a DAC is to convert a digital audio signal to an analogue signal.
Analogue/digital conversion
- Bitmapped graphics: Explain how bitmaps are represented. Explain the following for bitmaps: • resolution • colour depth • size in pixels. The size of an image is also alternatively sometimes described as the resolution of an image. Size of an image in pixels is width of image in pixels x height of image in pixels. Resolution is expressed as number of dots per inch where a dot is a pixel. Colour depth = number of bits stored for each pixel. Calculate storage requirements for bitmapped images and be aware that bitmap image files may also contain metadata. Ignoring metadata, storage requirements = size in pixels x colour depth where size in pixels is width in pixels x height in pixels. Be familiar with typical metadata. eg width, height, colour depth.
Bitmapped graphics
- Vector graphics: Explain how vector graphics represents images using lists of objects. The properties of each geometric object/shape in the vector graphic image are stored as a list. Give examples of typical properties of objects. Use vector graphic primitives to create a simple vector graphic. 70
Vector graphics
