Computer Science, asked by mandeepkaur52049, 2 months ago

Perform Binary Multiplication: 101010*1011 *
111001100
0 101001101
O 111001110​

Answers

Answered by BrainlyTwinklingstar
8

Answer

We are provided two binary numbers and here we are asked to multiply that two binary numbers. So let's star solving our problem and understanding the steps to get our final answer, Let's do it....!!

Given binary numbers :

101010*1011

We know that,

  • 101010 = 42
  • 1011 = 11

We can write 101010*1011 in this way,

➙ 42 * 11

➙ 462

Now,

We know that 462 is a decimal number, so the binary number of 462 is,

  • 462 = 0111001110

So,

➙ 101010 * 1011

➙ 0111001110

Thus, the multiplication of 101010 * 1011 is 0111001110.

Know more :

Some typical conversions between binary and decimal values :

  • 0 = 0
  • 1 = 1
  • 2 = 10
  • 3 = 11
  • 4 = 100
  • 7 = 111
  • 8 = 1000
  • 10 = 1010
  • 16 = 10000
  • 20 = 10100
Similar questions