Data storage and compression unit 3 Flashcards

(11 cards)

1
Q

What is the smallest unit of data storage in computing?

A

A bit.

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

How many bits are in a nibble and a byte?

A

Nibble = 4 bits, Byte = 8 bits

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

What is the difference between kilobytes (kB) and kibibytes (KiB)?

A
  1. kB = 1,000 bytes (decimal - 10³)
  2. KiB = 1,024 bytes (binary - 2¹⁰)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Name the binary data units (IEC standard) in order.

A
  1. KiB (2¹⁰ = 1024 bytes)
  2. MiB (2²⁰)
  3. GiB (2³⁰)
  4. TiB (2⁴⁰)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Name the decimal data units (SI standard) in order.

A
  1. kB (10³)
  2. MB (10⁶)
  3. GB (10⁹)
  4. TB (10¹²)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Why is data compression used?

A

To reduce file size for faster transmission and less storage space.

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

What is lossy compression?

A

Compression where some data is permanently removed to reduce size (e.g. JPEG, MP3).

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

What is lossless compression?

A

Compression where no data is lost, and the file can be restored exactly.

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

Give one example of a lossless compression method.

A

Run-Length Encoding (RLE).

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

How does Run-Length Encoding work?

A

It replaces repeated values with a single value and a count of how many times it repeats.

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

How is file storage measured?

A

In bytes and its multiples like kB, MB, GB, TB or KiB, MiB, GiB, TiB.

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