multiplication of binary numbers

when we are multiplying two sign or unsign numbers in decimal as well as binary numbers then we can perform multiplication of decimal numbers easily but how does the binary numbers are multiplied?
plz reply soon.

Replies

  • Abhishek Rawal
    Abhishek Rawal
    How binary numbers are multiplied ?
    It's pretty simple
    Check this image :
    2013-02-25 21.23.21

    Two 4-bit binary numbers are multiplied here :
    A containing A0,A1,A2 & A3
    B containing B0,B1,B2 & B3

    Now I guess from image you got the idea that
    - First A3,A2,A1 & A0 is multiplied by B0
    - In second step, one space left is shifted & then A3,A2,A1 & A0 multiplied with B1
    - In third step, one more space to left is shifted addition to above (i.e. 2 space now) & A3,A2,A1 & A0 multiply with B2
    - Do same with B3.
    - Add it all & get the answer.

    Binary multiplication rules :
    0x0=0
    0x1=0
    1x0=0
    1x1=1

    Note : I guess from the image you can get the idea. 😀

You are reading an archived discussion.

Related Posts

friends.... can u provide me a seminar topics with ppt and report as early as possible
hi, i am rina and glad to hav an account in ce because of my dear friend shailaja. i am studying in kelkar college doing bscit, very interestingly.hope to hav...
What is difference between ac analysis,dc analysis and transient analysis?
why the word thread is chosen ? what does it mean? sorry,but i really don't know
how to download pinnacle52 to perform 8051programs ?plz reply .