Conversion from Decimal to Binary
N is a positive Integer (in decimal representation)
bi i=0,...,k are the bits (binary digits) for the binary representation of N
N = bk*2k +…+b2*22 + b1*2 + b0
binary representation: bk…b3b2b1b0
Compute binary representation of 11?