Binary is base 2.
Four binary bits = one hexadecimal digit.
It is far easier for programmers to write down than binary!
|
|
1010two = 1 x 23 + 0 x 22 + 1 x 21 + 0 x 20ten = 8 + 2ten = 10ten 1111two + 101two ---- 10100two =====
This number representation is fine for addition but what about subtraction?
We need to be able to represent negative numbers.
First | Previous | Page 1 | Next | Last |
---|