Numbering Systems
Numbering Systems
Binary 2 0,1
Octal 8 0, 1, 2, 3, 4, 5, 6, 7
Decimal 10 0, 1, 2, 3, 4, 5, 6, 7, 8,
and 9
Hexadecimal 16 0, 1, 2, 3, 4, 5, 6, 7, 8,
9, A, B, C, D, E, F
DECIMAL
NUMBERING SYSTEMS
DECIMAL
Most people today use decimal
representation to count. In the decimal
system there are 10 digits:
0, 1, 2, 3, 4, 5, 6, 7, 8, 9
Decimal
The value is formed by the sum of each
digit, multiplied by the base (in this case it
is 10 because there are 10 digits in
decimal system) in power of digit position
(counting from zero):
Example:
754
547
BINARY
NUMBERING SYSTEMS
Binary
Computers are not as smart as humans
are (or not yet), it's easy to make an
electronic machine with two
states: on and off, or 1 and 0.
Computers use binary system, binary
system uses 2 digits:
0, 1
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F