wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Unit 1 data compression

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

A single ASCII character, such as a the letter 'A', uses how much memory to represent a single character?

a)

1 KiB

b)

7 bits

c)

7 bytes

d)

1 bit

2.

The letter 'A' in ASCII is represented using the code 6510. Which code represents the letter 'G'?

a)

6810

b)

6910

c)

7010

d)

7110

3.

The digit '0' is represented in ASCII by the code 4810. How is the text '13' represented in ASCII?

a)

001100012 001100112

b)

001100012 001100012

c)

001100012 001100112

d)

001000012 001000012

4.

An image has a resolution of 8 pixels in width, and 8 pixels in height. The color depth is 8 bits. How large is this image in bytes?

a)

256 bytes

b)

64 bytes

c)

512 bytes

d)

32 bytes

5.

Audio is sampled at a rate of 10 Hz, and with a sampling resolution of 8 bits. If the resulting file size is 240 bits, what is the duration of the sampled audio?

a)

3/8 seconds

b)

10 seconds

c)

19200 seconds

d)

3 seconds

6.

Run-Length Encoding (RLE) is a lossy compression algorithm.

a)
True
b)
False
7.

When audio is sampled, the number of bits used to represent the amplitude of the audio signal is called the

a)

duration

b)

sampling resolution

c)

sampling rate

d)

pixel

8.

Lossy compression will result in permanent loss of data.

a)
True
b)
False