Compression, encryption, hashing

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

1/3

flashcard set

Earn XP

Description and Tags

to use as flashcards

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

4 Terms

1
New cards

How does lossless compression work?

File is shrunk, but the effects are reversible

2
New cards

How does lossy compression work?

File is shrunk and pieces of data are permanently lost

3
New cards

What is run length encoding?

A lossless compression method where repeating data/sequences are stored as one value and a count indicating how many times it repeats in a row. e.g. 3R,4G,2B

In images, similarly coloured pixels are often assigned the same value.

4
New cards

What is dictionary coding?

A lossless compression method where every unique word is added to a dictionary where a binary number is assigned to it.