Computer Science, asked by naiteek56, 1 month ago

write the rules two multiply to binary number

Answers

Answered by sameeha343
1

Answer:

Here is your answer dear

Explanation:

For binary multiplication, we follow the same process as multiplying two decimal numbers where we multiply each digit of the second number by the first whole number, then we just need to add them, switching each resulting multiplication one digit to the left.

Answered by lhkzspz301
0

Explanation:

Binary division and multiplication are both pretty easy operations. Instead of dealing with a lot of numbers, you just need to make sure to set the 1 or 0 in the right place. For this reason, you need to make sure you are also familiar with binary addition and subtraction.

To perform a binary multiplication problem, we need to understand how addition works with binary numbers and follow the same process of multiplication and addition we would use with decimal numbers.

Let's say we want to multiply 4 by 3, which in binary will be 100 by 011 (or 11, it's the same):

Similar questions