Computer Science, asked by bholanathdutta, 1 year ago

binary division 1001/11

Answers

Answered by Anonymous
4

Answer:

The multiplication of binary numbers is done by shifting by one bit and adding. It can be easily checked that 1011 which is 11 in decimal multiplied by 1001 which is 9 in binary gives 99 which is 1100011 in binary.

Similar questions