Data Representation and Compression

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/22

flashcard set

Earn XP

Description and Tags

A set of flashcards covering key vocabulary related to data representation, number systems, file compression, and computer science fundamentals.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

Binary

A base-2 number system that uses only 0s and 1s to represent data.

2
New cards

Denary

A base-10 number system that uses digits from 0 to 9.

3
New cards

Hexadecimal

A base-16 number system that uses digits from 0-9 and letters A-F.

4
New cards

Two's Complement

A method used to represent positive and negative binary integers.

5
New cards

Overflow Error

An error that occurs when a binary operation produces a number larger than what can be stored in the given number of bits.

6
New cards

Sampling Rate

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

7
New cards

Sampling Resolution

The number of bits used to represent each sample.

8
New cards

Color Depth

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

9
New cards

Lossy Compression

A data compression method that reduces file size by permanently eliminating certain information.

10
New cards

Lossless Compression

A data compression method that reduces file size without losing any information.

11
New cards

Run Length Encoding (RLE)

A lossless compression method that reduces file size by replacing sequences of repeated characters with a single character and a count.

12
New cards

Logic Gates

Devices that perform logical operations on one or more binary inputs to produce a single binary output.

13
New cards

Register

A small amount of storage available directly in the CPU for temporary data holding.

14
New cards

Bit

The smallest unit of data in a computer, represented as either 0 or 1.

15
New cards

Byte

A data measurement unit typically consisting of 8 bits.

16
New cards

Kibibyte

A unit of data equivalent to 1024 bytes.

17
New cards

Mebibyte

A unit of data equivalent to 1024 Kibibytes.

18
New cards

Gibibyte

A unit of data equivalent to 1024 Mebibytes.

19
New cards

Tebibyte

A unit of data equivalent to 1024 Gibibytes.

20
New cards

Pebibyte

A unit of data equivalent to 1024 Tebibytes.

21
New cards

Exbibyte

A unit of data equivalent to 1024 Pebibytes.

22
New cards

ASCII

A character encoding standard for electronic communication, representing English characters as numbers.

23
New cards

Unicode

A computing industry standard for the consistent encoding, representation, and handling of text expressed in most of the world's writing systems.