Data: Unit 14 : Data storage and compression Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is a nibble?

A

4 bits or half a byte

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

What is decimal prefix?

A

multiples a unit by powers of 10.

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

What is a binary prefix?

A

multiples a unit by powers of 2

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

How is “kilo” defined in a decimal prefix?
binary prefix?

A

decimal prefix : 10 ^3
binary prefix: 2 ^10

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

How much bytes does a kilobyte have in a decimal prefix?(size)
megabyte?
gigabyte?
terabyte?

A

kilobyte= 1000bytes
megabyte = 1000kilobytes
gigabyte =1000megabytes
terabyte = 1000gigabyte

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

How much bytes does a kilobyte have in a decimal prefix?(magnitude)
megabyte?
gigabyte?
terabyte?

A

kilobyte= 10^3bytes
megabyte = 10^6 kilobytes
gigabyte =10^ 9 megabytes
terabyte = 10^ 12 gigabyte

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

How much bytes does a kilobyte have in a binary prefix?(size)
megabyte?
gigabyte?
terabyte?

A

kilobyte= 1024bytes
megabyte = 1024kilobytes
gigabyte =1024megabytes
terabyte = 1024gigabyte

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

How much bytes does a kilobyte have in a binary prefix?(magnitude)
megabyte?
gigabyte?
terabyte?

A

kilobyte= 2^10 bytes
megabyte = 2^20 kilobytes
gigabyte = 2^30 megabytes
terabyte = 2^40 gigabyte

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

What is compression?

A

changing the format of a data file so that the size of the file becomes smaller

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

What is bandwidth?

A

the amount of data that can be carried on a network in a given period.

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

What are the two types of compression algorithms?

A
  • Lossless compression
  • Lossy compression
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is lossless compression?

A

Lossless compression is compressing a file in such a way that it can be decompressed without any loss of data.

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

What is lossy compression?

A
  • Compression where some of the data is removed; the original file cannot be restored when the lossy file is decompressed,
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is petabyte?

A

1 petabyte is 1000 terabytes or 1 million gigabytes.

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

What is RLE(run-length-encoding)?

A

Run length encoding is used to reduce the size of a repeating string of items.

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

What is each string repeated represented by? What does each byte stand for in a word doc. or image,

A

By two bytes.
1- for the letter/ color
2- For the used number of times repeat/ run.

17
Q

What is lossy compression usually used for?

A
  • Bit map images or audio files
18
Q

What is the commonly used compression technique for images?

A
  • JPEG( Joint Photographic Experts Groups)
  • lossy compression
19
Q

What is uncompressed format of an audio file called?
What is the compressed format of an audio file called?

A
  • Waveform Audio format (WAV)
  • MP3/ MPEG- 1