e.g. 0000 1010 << 3 = 0101 0000 Shifting right n times the same as multiplying by 2n (Assuming that there is sufficient precision) Shifting left n times the same as integer dividing by 2n