Bit
A binary digit, 0 or 1 — the smallest unit of data.
Binary
Byte
A group of 8 bits.
Binary
Binary
The base-2 number system, using only 0s and 1s, that computers use to represent data.
Binary
Bits and values (2ⁿ)
With n bits you can represent 2ⁿ different values.
Binary
Overflow error
An error caused when a number is too large to store in the available bits.
Binary
Analog data
Continuous data with infinitely many possible values.
Binary
Digital data
Discrete data represented using a finite number of bits.
Binary
Sampling
Measuring an analog signal at intervals to convert it to digital data.
Binary
Abstraction
Representing something with bits whose meaning depends on interpretation.
Binary
Data compression
Reducing the number of bits needed to store or transmit data.
Compression
Lossless compression
Compression with no information lost; the original is fully recoverable.
Compression
Lossy compression
Compression that discards some data permanently for a smaller size.
Compression
Redundancy
Repeated or predictable data that compression algorithms can remove.
Compression
Data
Raw facts, values, or measurements.
Information
Information
Insight, patterns, or meaning obtained by analyzing data.
Information
Metadata
Data about data, such as a file's size, date, or location.
Information
Correlation
A statistical association between two variables.
Information
Causation
A relationship in which one variable actually causes a change in another.
Information
Cleaning data
Fixing or removing errors, duplicates, and invalid entries before analysis.
Using Data
Filtering
Selecting only the data that meets specific criteria.
Using Data
Data visualization
Representing data graphically to reveal patterns.
Using Data
Scalability
The ability of a program or system to handle growing amounts of data.
Using Data