Computer Science : S1 : L10 : Data Storage and Compression

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:01 AM on 2/6/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Bit

A unit of information that represents the most basic form of data, with a value of either 0 or 1.

2
New cards

Nibble

A group of 4 bits, representing a single hexadecimal digit.

3
New cards

Byte

A group of 8 bits, representing a single character or data value.

4
New cards

Kibibyte (KiB)

A unit of digital information equal to 2^10 (1024) bytes.

5
New cards

Mebibyte (MiB)

A unit of digital information equal to 2^20 (1048576) bytes.

6
New cards

Gibibyte (GiB)

A unit of digital information equal to 2^30 (1073741824) bytes.

7
New cards

Tebibyte (TiB)

A unit of digital information equal to 2^40 (1099511627776) bytes.

8
New cards

Pebibyte (PiB)

A unit of digital information equal to 2^50 (1125899906842624) bytes.

9
New cards

Exbibyte (EiB)

A unit of digital information equal to 2^60 (1152921504606846976) bytes.

10
New cards

Image size

The total number of pixels in an image.

11
New cards

Colour depth

The number of bits used to represent the color of each pixel in an image.

12
New cards

Storage capacity

The amount of data that can be stored in a storage device.

13
New cards

Memory stick size

The capacity of a memory stick, usually measured in bytes.

14
New cards

Sound file

A file that contains audio data.

15
New cards

Sample size

The size of a sample in a sound file, calculated by multiplying the sample rate, sample resolution, and length of the sample.

16
New cards

Data compression

The process of reducing the size of data to save storage space and improve transmission efficiency.

17
New cards

Lossy file compression

A compression method that eliminates unnecessary data, resulting in a smaller file size, but the original file cannot be fully reconstructed.

18
New cards

Lossless file compression

A compression method that reduces file size without losing any data, allowing the original file to be fully reconstructed.

19
New cards

Bandwidth

The maximum capacity of data that can be transferred across a certain path.

20
New cards

Run-Length Encoding

A lossless compression method that replaces repetitive data with a single data value, useful for reducing redundancy in black and white images.