Fundamentals of Data Representation Flashcards
Binary
The language of the computer, consisting of 0s and 1s.
Bits
Individual units of binary, represented as 0 or 1.
Real numbers
Positive or negative numbers, including fractions and numbers with infinite decimal expansions.
Rational numbers
The ratio between two integers, can be written as a fraction or decimal.
Irrational numbers
Numbers with infinite decimal expansions that cannot be represented as fractions.
Ordinal numbers
Numerical positions used for ordering, such as in enumeration or array pointers.
Hexadecimal
A number system with 16 digits (0-9, A-F), used as a shorthand for binary.
ASCII
A character encoding standard that assigns binary values to characters.
Nibble
A group of 4 bits.
Byte
A group of 8 bits.
Kilobyte
1024 bytes.
Megabyte
1024 kilobytes.
Gigabyte
1024 megabytes.
Terabyte
1024 gigabytes.
Petabyte
1024 terabytes.