Number Systems
Computers understand all data (text, numbers, images, sound) as numbers in binary form
All data types (text, audio, image, video) are stored in computer memory as binary digits
(0s and 1s)
Number System
A number system is a method used to represent numbers
Types of Number Systems
Number System Symbols Base Example
Binary 0, 1 2 101₂
Octal 0, 1, 2, 3, 4, 5, 6, 7 8 101₈
Decimal 0, 1, 2, 3, 4, 5, 6, 7, 8, 9 10 101₁₀
Hexadecimal 0-9, A, B, C, D, E, F 16 101₁₆
Base
The base is a number that is shown as a subscript at the right end of the number
Decimal Number System
Symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Base: 10
Binary Number System
Symbols: 0, 1 only
Base: 2