rules of binary addittion subtraction multiplication and division
Answers
Answer:
WELL ,HERE IS YOUR ANSWER:
Explanation:
Binary Addition:
It is a key for binary subtraction, multiplication, division. There are four rules of binary addition. In fourth case, a binary addition is creating a sum of (1 + 1 = 10) i.e. 0 is written in the given column and a carry of 1 over to the next column.
Binary Subtraction:
Binary subtraction is also similar to that of decimal subtraction with the difference that when 1 is subtracted from 0, it is necessary to borrow 1 from the next higher order bit and that bit is reduced by 1 (or 1 is added to the next bit of subtrahend) and the remainder is 1.
Binary Multiplication :
in binary is exactly as it is in decimal, i.e. multiply numbers right to left and multiply each digit of one number to every digit of the other number, them sum them up. The 3 basic binary multiplication rules are also similar to decimal.
Binary Division:
To divide two numbers, which result is an exact division, we basically need to follow four steps: division, multiplication, subtraction, and next digit. Let's say that we want to divide 18 by 3, which in binary will be 10010 divided by 00011 (or 11, it's the same).