Fraction Definition
Whole Numbers Definition
Natural Numbers (Definition, uses and Symbol)
Integer Numbers (Definition, Use in Programming, Symbol)
Rational Numbers (Definition, Symbol)
Irrational Numbers (Definition and Implication in Programming)
Real Numbers (Definition, sub-catergories, and Implication in Programming)
Ordinal & Cardinal Numbers (Definitions)
Well-ordered list
Note: To calculate the max number of permutations for bits, 2^n.
Binary Prefixes
Kibi-byte: Ki, 2^10 bits
Mebi-byte: Mi, 2^20 bits
Gibi-byte: Gi, 2^30 bits
Tebi-byte: Ti, 2^40 bits
Decimal Prefixes
Kilo-byte: KB, 10^3 bits
Mega-byte: MB, 10^6 bits
Giga-byte: GB, 10^9 bits
Tera-byte: TBM 10^12 bits
Number Bases
Is an unsigned integer positive or negative?
Two’s Complement
-128 | 64 | 32 | 16 | 8 | 4 | 2 | 1 |
Converting from denary to binary using two’s complement
-128 | 64 | 32 | 16 | 8 | 4 | 2 | 1|
Fixed Point Numbers
1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 |
How many combinations does a 16 & 24-bit code allow?
What range of whole numbers does a 16 -bit code allow with two’s complement?
-32,768 to 32767