Nondecimal
Nondecimal refers to numeral systems that do not use base-10. In base-n systems, each digit represents a power of n. The radix n determines the number of distinct symbols needed, from 0 to n-1.
The most common nondecimal systems are binary (base-2), octal (base-8), and hexadecimal (base-16). For bases above
Numbers are written as sequences of digits with positional values. For example, in base-2 the string 1011
Nondecimal representations are common in computing and digital technology. Binary is used by processors and storage;