Fundamentals of data representation

0.0(0)
studied byStudied by 2 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/16

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

17 Terms

1
New cards

Binary

A base-2 number system using 0s and 1s to represent values.

2
New cards

Nibble

A group of four bits or half a byte.

3
New cards

Byte

A unit of digital information consisting of 8 bits.

4
New cards

Kilobyte (KB)

1000 bytes or 2^10 bytes.

5
New cards

Megabyte (MB)

1000 kilobytes or 2^20 bytes.

6
New cards

Gigabyte (GB)

1000 megabytes or 2^30 bytes.

7
New cards

Terabyte (TB)

1000 gigabytes or 2^40 bytes.

8
New cards

Petabyte (PB)

1000 terabytes or 2^50 bytes.

9
New cards

ASCII

American Standard Code for Information Interchange, an 8-bit character encoding standard.

10
New cards

Unicode

A character encoding standard using 16 or 32 bits to represent characters.

11
New cards

Pixel

The smallest element in a digital image, represented in binary.

12
New cards

Colour Depth

The number of bits used to represent the color of a pixel.

13
New cards

Sampling Rate

The number of samples taken per second in digitizing sound (measured in Hz).

14
New cards

Sampling Resolution

The number of bits used to represent each sample in digitizing sound.

15
New cards

Lossy Compression

Reducing file size by removing some data irreversibly.

16
New cards

Lossless Compression

Reducing file size without losing any data.

17
New cards

Huffman Coding

A lossless compression technique using binary trees to assign codes to data elements based on frequency.