Chapter 1 Data representation: Unit 1.3: Data Storage and File Compression Flashcards

1
Q

Define bit

A

Basic unit of all computing memory storage terms and is either a 1 or a 0.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the 7 sizes of bytes?

A

B - Byte
KB - Kilobyte
MB - Megabyte
GB - Gigabyte
TB - Terabyte
PB - Petabyte
EB - Exabyte

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define nibble

A

Half a byte

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define the IEC memory size system

A

IEC stands for International Electrotechnical Commission
Based on the binary system (powers of 2)

KiB - Kibibyte
MiB - Mebibyte
GiB - Gibibyte
TiB - Tebibyte
PiB - Pebibyte
EiB - Exbibyte

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the calculation for the file size of an image?

A

Image resolution (in pixels) x colour depth (in bits)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the calculation for the file size of a mono sound file?

A

Sample rate (in Hz) x same resolution (in bits) x length of sample (in seconds)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why are files compressed? (5 reasons)

A

To save storage space on devices such as the hard disk drive or solid state drive
To reduce the time taken to stream a music or video file
To reduce the time taken to upload, download or transfer a file across a network
The download/upload process uses up bandwidth - compressed files use up less bandwidth
Reduced file size also reduces costs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Define bandwidth

A

The maximum rate of transfer of data across a network, measured in bits per second.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Define lossy file compression

A

Eliminates unnecessary data from the file. The original file cannot be reconstructed once it has been compressed.
It may reduce the resolution and/or the bit/colour depth of an image file
It may reduce the sampling rate and/or the resolution of a sound file
Smaller than lossless files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define MPEG-3 (MP3)

A

MP3 files are used for playing music on computers or mobile phones
Lossy file compressed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Define MPEG-4 (MP4)

A

Similar to MP3 files, but it allows the storage of multimedia files rather than just sound
It still retains an acceptable quality of sound and video, even though is it lossy file compressed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Define JPEG

A

Lossy file compression algorithm used for bitmap images.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Define lossless file compression

A

Designed to compress the file, however none of the original detail from the file is lost.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Define RLE

A

RLE (Run-length Encoding) can be used for lossless compression of a number of different file formats.
Is a form of lossless/reversible file compression
Reduces the size of a string of adjacent, identical data
A repeating string is encoded into 2 values:
- The first represents the number of identical data items in the run
- The second represents the code of the data item
Is only effective where there is a long run of repeated units/bits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly