wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Compression: Crash Course Computer Science #21

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Ideally, we want (a)   to be as small as possible, so we can store lots of them without filling up our hard drives and also transmit them more quickly.

2.

To know where rows end, image files have (a)   , which defines properties like dimensions.

3.

One way to compress data is to reduce repeated or (a)   information.

4.

A compression technique that has this characteristic is called (a)   compression, because we don't lose anything.

5.

To do this, we need a (a)   that stores the mapping from codes to data.

6.

One method for generating efficient codes is building a Huffman (a)   , invented by David Huffman while he was a student at MIT in the 1950's.

7.

Both run-length (a)   and dictionary coders are lossless compression techniques.

8.

This idea of discarding or reducing precision in a manner that aligns with human perception is called " (a)   coding”.

9.

This is called (a)   redundancy. We don't need to retransmit those pixels every frame of the video; we can just copy patches of data forward.

10.

It's important to know about (a)   because it allows users to store pictures, music, and videos in efficient ways.