Please enable JavaScript.
Coggle requires JavaScript to display documents.
NUMBER BASES - Coggle Diagram
NUMBER BASES
BASE 16
- Uses 16 symbols;
0,1,2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F.
- Digits 0 to 9 represents values 0 to 9, while
alphabet A to F represents values 10 to 15.
- Base 16 are formed by
combining any symbols from 0 to F.
- also known as hexadecimal numbers
BASE 10
- Formed by combining
any digits from 0 to 9.
- also known as denary numbers
- uses 10 digits;
0,1,2,3,4,5,6,7,8,9.
BASE 2
- Binary numbers are formed by combining
digits 0 and 1.
- also know as binary numbers
-
BASE 8
- Formed by combining any digits from 0 to 7
- also known as octal numbers
- uses 8 digits;
0,1,2,3,4,5,6,7
BASE 5
- Formed by combining any digits from 0 to 4
-