Computer Science, asked by thrishulsai12345, 4 months ago

In binary multiplication, 1x1 equals to *


Answers

Answered by ParaveshUdayagiri
2

Answer:

1

Explanation:

1×1=1

hence the answer is 1

Answered by JyotirmayaMohanty
3

Binary multiplication is one of the four binary arithmetic. The other three fundamental operations are addition, subtraction and division. In the case of a binary operation, we deal with only two digits, i.e. 0 and 1. The operation performed while finding the binary product is similar to the conventional multiplication method. The four major steps in binary digit multiplication are:

0 × 0 = 0

0 × 1 = 0

1 × 0 = 0

1 × 1 = 1

Note: The binary product of the two binary numbers 1 and 1 is equal to 1 only. And no additional number is borrowed or carried forward in this operation.

Based on the above specification, we will solve here the problems online based on the multiplication of binary numbers.

In this section, you will get answers for the questions about binary multiplication, including

Similar questions