Binary Representation, Compression, and Data Analysis

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

1/18

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards defining fundamental computer science concepts in data representation, compression methods, metadata properties, and big data analysis limitations.

Last updated 2:27 AM on 8/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

19 Terms

1
New cards

Bit

The smallest unit of data; a single binary digit, either 0 or 1.

2
New cards

Byte

8 bits; the standard unit for measuring file and memory sizes.

3
New cards

ASCII

A text encoding scheme that covers basic Latin characters using 7 or 8 bits per character.

4
New cards

Unicode

A text encoding scheme that uses more bits to represent characters from virtually every written language.

5
New cards

Sampling

Measuring the amplitude of a sound wave at regular intervals to convert it to digital data.

6
New cards

Overflow Error

Occurs when a calculation produces a number too large to be stored in the available bits, exceeding the maximum value representable (such as exceeding 2812^8 - 1 in an 8-bit system).

7
New cards

Roundoff Error

Occurs when a number cannot be represented exactly in binary and is stored as the closest possible approximation.

8
New cards

Lossless Compression

Reduces file size by removing redundancy without discarding any data, allowing perfect reconstruction of the original data.

9
New cards

Lossy Compression

Reduces file size by permanently discarding data the human senses struggle to perceive, meaning the original data cannot be fully recovered.

10
New cards

Run-Length Encoding

A lossless compression technique that replaces repeated values with a count and a single value.

11
New cards

Metadata

Data that describes other data; properties of a file rather than the file's content itself.

12
New cards

Resolution

The number of pixels in an image; higher resolution means more detail and a larger file size.

13
New cards

Correlation

A statistical relationship where two variables tend to change together, which does not prove that one causes the other.

14
New cards

Causation

A relationship where one variable directly causes changes in another; a stronger claim than correlation.

15
New cards

Bias

A systematic error in data collection or analysis that skews results toward a particular outcome.

16
New cards

Collection Bias

A type of bias occurring when the data collection method excludes certain groups.

17
New cards

Incomplete Data

A dataset limitation occurring when important variables are missing from the dataset.

18
New cards

Algorithmic Bias

A type of bias occurring when a model trained on biased historical data reproduces and amplifies those biases.

19
New cards

Confirmation Bias

A type of bias occurring when analysts search only for evidence that confirms existing beliefs.