Thẻ ghi nhớ: 1.3.3 & 1.3.4 Data Compression | Quizlet

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

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

What is data compression?

The use of algorithms to reduce file size by removing repeated or unnecessary data, helping save space and reduce transmission time.

2
New cards

Why is data compression useful?

It reduces file size on disk, speeds up email transfers (especially with attachment limits), and reduces bandwidth for streaming or online downloads.

3
New cards

What are the two main types of data compression?

Lossy compression and Lossless compression.

4
New cards

What is lossy compression?

Compression that permanently removes some data (like detail or resolution) to reduce file size significantly.

5
New cards

Examples of lossy formats?

JPG, MP3, WMV, MPG.

6
New cards

Advantages of lossy compression?

Smallest file sizes, least transmission time, reduces internet traffic and collisions.

7
New cards

Disadvantages of lossy compression?

Loss of detail, reduced resolution, colour depth, or sample rate, cannot restore original quality.

8
New cards

Uses of lossy compression?

Music streaming, online images and videos, cloud image libraries.

9
New cards

What is lossless compression?

Compression where no data is lost; the original file can be perfectly reconstructed.

10
New cards

Examples of lossless formats?

TIF, PDF, GIF, PNG, ZIP.

11
New cards

Advantages of lossless compression?

Preserves original quality, no data or information is lost.

12
New cards

Disadvantages of lossless compression?

Less reduction in file size compared to lossy.

13
New cards

Uses of lossless compression?

Text documents, e-books, high-resolution print documents.

14
New cards

Two advantages of using compression for online downloads?

Smaller size on server reduces download time, reduces internet traffic and saves bandwidth.

15
New cards

Which compression type should be used to compress software and why?

Lossless compression, because no data can be lost or the software might not run correctly.

16
New cards

What does RLE stand for and what type of compression is it?

RLE stands for Run Length Encoding. It is a type of lossless compression.

17
New cards

How does RLE (Run Length Encoding) work?

RLE works by replacing sequences of repeated data with a single value and a count. Example: Original binary: 000001110000, RLE version: 50 31 50 (5 zeros, 3 ones, 5 zeros).

18
New cards

What are the advantages of RLE?

Simple to implement, reduces file size when data has lots of repetition, no data is lost (lossless).

19
New cards

What are the disadvantages of RLE?

Not efficient for data with little repetition, can increase file size if there's lots of variation.

20
New cards

What is RLE commonly used for?

Simple images (e.g., black-and-white icons), graphics with many repeated pixels, barcodes, basic textures.

21
New cards

How does RLE relate to data compression in IGCSE CS?

RLE is an example of a lossless compression algorithm, where no data is lost. It shows how repeated patterns in data can be reduced for efficient storage and transmission.

22
New cards

Example of RLE for binary string 000001110000111100 → ?

RLE: 50 31 50 51 20. Means: Five 0s, three 1s, five 0s, five 1s, two 0s.

23
New cards

(Practice) What is the binary for RLE data: 40 31 30 21?

0000 111 000 11.

24
New cards

Đang học (1)

Bạn đã bắt đầu học những thuật ngữ này. Tiếp tục phát huy nhé!