A1.1.8 questions

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 7:28 PM on 2/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

Transform coding

A lossy technique that converts data into a frequency-based format and removes high-frequency details.

2
New cards

Run length coding (RLE)

A lossless technique that replaces consecutive repeating occurrences of a symbol with a single instance followed by a count.

3
New cards

Huffman coding

A lossless compression method that assigns short binary codes to more common symbols.

4
New cards

Difference in data integrity between lossy and lossless compression

Lossless compression preserves original data, while lossy compression discards some data.

5
New cards

Applications of lossy compression

Ideal for multimedia formats like images, audio, and video.

6
New cards

Lossy compression

Reduces file size by discarding some data that is less noticeable.

7
New cards

Data restoration in lossless compression

Achieved by identifying and eliminating redundant patterns without losing any information.

8
New cards

Lossless compression

Allows the original data to be perfectly reconstructed from the compressed version.

9
New cards

Importance of compression in modern computing

Enables faster data transfer, reduced storage costs, and optimised performance.

10
New cards

Compression

The process of reducing the size of a data file to save storage space and improve transmission efficiency.

11
New cards

Ideal use of lossless compression

For critical data where preservation of data quality is essential.

12
New cards

Why does compression matter?

Storage efficiency, faster transmission, resource optimisation.