cc101 Out Put Binary Digit Free To Copyright
cc101 Out Put Binary Digit Free To Copyright
Since binary numbers make use of only two digits that is 0 and 1, we get to multiply only
these binary numbers while performing multiplication. The multiplication table for binary
numbers is as follows:
In binary multiplication, we have a multiplier and a multiplicand. The basic rules for the
multiplication of binary numbers are:
Step 1: Write the multiplicand 11101 and the multiplier 1001 one below the other in
proper columns.
Step 2: Start the multiplication process from the extreme right digit of the multiplier
which is 1 in this case, with all the digits of the multiplicand.
Step 3: Add the placeholder ‘X’ before starting the multiplication with the next digit of the
multiplier in the next row.
Step 4: Repeat the same procedure till the leftmost digit in the multiplier is multiplied by
all the digits in the multiplicand.
Step 5: The product obtained in each row is called the partial product. Finally, all the
partial products are added using the rules for binary addition.
(Rules for binary addition are: 0 + 0 = 0, 0 + 1 = 1, 1 + 0 = 1, 1 + 1 = 0, 1 carry).
BINARY MULTIPLICATION:
Solution: