compression

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/5

flashcard set

Earn XP

Description and Tags

Flashcards covering the key concepts of data compression, including the goals, types (Lossy and Lossless), and their respective advantages and disadvantages.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

What is the main goal of compression?

To reduce file size for various reasons such as taking up less space and quicker transfer/access.

2
New cards

What are the two main types of compression?

Lossy and Lossless compression.

3
New cards

How does Lossy compression work?

It uses a set of instructions to remove small parts of data that won’t be noticed by humans, like removing frequencies humans can't hear in a sound file.

4
New cards

What is a major drawback of Lossy compression?

Data is permanently removed, which causes the overall quality to decline forever.

5
New cards

How does Lossless compression work?

It reduces file size without removing any data; it replaces repeated runs with data pairs, rearranging data to take up less space.

6
New cards

What is a limitation of Lossless compression compared to Lossy compression?

Lossless files usually end up larger than lossy files.