Binary Numbers Again
Recall than N binary digits (N bits) can represent unsigned integers from 0 to 2N-1. 4 bits = 0 to 158 bits = 0 to 25516 bits = 0 to 65535
Besides simply representation, we would like to also do arithmetic operations on numbers in binary form. Principle operations are addition and subtraction.