Number systems are mathematical notations for representing numbers using digits or symbols in a consistent manner.
1 2c = 1 1c
1 1c = 1 2c
Example:
Convert 15 Two's Complement to One's Complement:
15 2c = 15 1c
Two's Complement | One's Complement |
---|---|
0.01 2c | 0.01 1c |
0.1 2c | 0.1 1c |
1 2c | 1 1c |
2 2c | 2 1c |
3 2c | 3 1c |
5 2c | 5 1c |
10 2c | 10 1c |
20 2c | 20 1c |
30 2c | 30 1c |
40 2c | 40 1c |
50 2c | 50 1c |
60 2c | 60 1c |
70 2c | 70 1c |
80 2c | 80 1c |
90 2c | 90 1c |
100 2c | 100 1c |
250 2c | 250 1c |
500 2c | 500 1c |
750 2c | 750 1c |
1000 2c | 1,000 1c |
10000 2c | 10,000 1c |
100000 2c | 100,000 1c |