Binary Multiplication of Signed Numbers | 2s Complement Binary Multiplication

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 17

  • @charishma2440
    @charishma2440 6 месяцев назад +4

    Thanks a million for this lecture sir ❤❤❤

  • @poojashah6183
    @poojashah6183 Год назад +7

    Amazingly explained 👌🏻👌🏻

  • @ankitmishra697
    @ankitmishra697 7 месяцев назад

    thank you thank you thank you ...... thank you so much sir 🤗

  • @meliodasdali2729
    @meliodasdali2729 Год назад +1

    you're a legend brother

  • @theebatheeba3651
    @theebatheeba3651 5 месяцев назад

    Thank you for your explanation

  • @HarshKumar-ch1ss
    @HarshKumar-ch1ss 3 дня назад

    what will be the result if we have to add 1+1+1+1 while doing binary multiplication

  • @mayurshah9131
    @mayurshah9131 Год назад +6

    Very very nice ❤❤

  • @shainitharushika4558
    @shainitharushika4558 10 месяцев назад +1

    Thank you valuable one

  • @paarthsehgal6460
    @paarthsehgal6460 27 дней назад

    Amamzingggg

  • @pd128
    @pd128 4 месяца назад +1

    1 (1011101) not -35 a u said at time 7:12. Here -35 represented as 221 if u added weights

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  4 месяца назад +1

      The weight of the first digit is negative, (-2^7) while the remaining digit is positive. If you do that addition of all the weights you will get -35. Recalculate it, you will get it.

  • @malleshamchinthakunta-c1q
    @malleshamchinthakunta-c1q Год назад

    Very nice

  • @lazzy5173
    @lazzy5173 Год назад

    Thank you sir

  • @shendocodm5196
    @shendocodm5196 10 месяцев назад

    What if the 4 bit multiply 3 bit so we need to extend to 8 bit or 6 bit. Hope you response ❤

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  10 месяцев назад +2

      When you multiply 4 bit with 3 bit then you need to extend upto 7 bits. (4 + 3 ) bits. Here in the first example, the three digit number was considered as 4 digit (by adding extra 0). And it was extended upto 8 bits. But with 7 bits extension also, you will get the same result. (when second number is 3 digit number) The same is applicable to the 3rd example.

    • @shendocodm5196
      @shendocodm5196 10 месяцев назад

      @@ALLABOUTELECTRONICS thank you so much Sir, great explanation and enthusiasm