What are natural numbers?
Positive integers and 0
What is the symbol for natural numbers?
N
What is the integer symbol?
Z
What is the real number symbol?
R
How to represent a negative number in two’s complement?
Take the positive binary representation, flip the bits and add 1
Formula for the first bit in two’s complement
Where N is the number of bits:
-2^(N-1)