CS30 Lecture 1

1010 0101 Binary: 1010 0101 Almost the same! Note that for binary, each time you add, you add only one of two things – 0 or the second number. This makes the implementation quite simple, actually. Now, how do we perform subtraction? We negate the second number and perform addition (why make new logic if we can do negation easily) ................
................