Computer Science, asked by ashritadas21, 1 month ago

5. Divide 1101 with 111.​

Answers

Answered by gyandeepshah0
2

Answer:

thank you how is the answer  

Explanation:

Answered by armygirl00034
1

Answer:

How can i divide binary number 1101 by 111? Use the base 2 long division algorithm. The quotient is less than 10 because 111*10 = 1110 > 1101, but it is at least 1 because 4 digits is more than 3. Subtract 1101 - 111*1 = 110.

Similar questions