Binary Number System | Machine level language
BINARY NUMBER SYSTEM
- Binary numbers represent the numbers in the form of ‘1’ and ‘0’. These binary numbers are used for coding and for the machines and many further purposes.
S. NO. |
BINARY (base 2) |
1 |
0000 |
2 |
0001 |
3 |
0010 |
4 |
0011 |
5 |
0100 |
6 |
0101 |
7 |
0110 |
8 |
0111 |
9 |
1000 |
10 |
1001 |
11 |
1010 |
12 |
1011 |
13 |
1100 |
14 |
1101 |
15 |
1110 |
16 |
1111 |