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