Lessons: Decimal, Binary, Octal, & Hexadecimal
Our modern decimal number system is base-10. Other number systems used in fields like computer engineering are base-2 (binary), base-8 (octal) and base-16 (hexadecimal).
Comment