Division ( Binary Arithmetic ) - Part 2

Поділитися
Вставка
  • Опубліковано 18 вер 2024
  • Computer Organization & Architecture
    Division ( Binary Arithmetic )
    - Pen and Paper Method
    - Division Algorithm
    - Solved Example
    Watch Division ( Binary Arithmetic ) - Part 1
    • Division ( Binary Arit...
    --------------------------------------------------------------------------------------
    Doubts can be asked in the comments section.
    --------------------------------------------------------------------------------------
    Contact Us:
    semesters.simplified@gmail.com

КОМЕНТАРІ • 117

  • @asif11138
    @asif11138 5 років тому +32

    I'm confused by watching this video. Not clear explanation.

    • @amera6243
      @amera6243 3 роки тому

      @Cesar Santiago fake

  • @gajjarsmit3762
    @gajjarsmit3762 5 років тому +15

    Remember: Dividend is 01110 00000 (i.e 448 in decimal) and divisor is 10001 (i.e. 17). Hence, 448/17=26(i.e. 11010 in binary)

    • @devmalik6420
      @devmalik6420 4 роки тому +1

      But we were dividing 01110 by 10001

    • @techrabin9166
      @techrabin9166 3 роки тому +1

      But why remainder is 110

    • @sion902
      @sion902 2 роки тому

      again, Idian guy on UA-cam solved my problem

    • @garimasingh7654
      @garimasingh7654 2 роки тому +1

      searched the entire net for 8 bit dividend and here you are.

    • @Surya_Gedda
      @Surya_Gedda 5 місяців тому

      ​@@devmalik6420nope they have used two registers to store dividend ie A & Q therefore dividend will be of 10 bits so A=01110, Q=00000, hence AQ(dividend) =0111000000

  • @sachintank5166
    @sachintank5166 5 років тому +4

    Really useful.... thanks for explaining so good.
    It's better than learning with my college teacher personally.

  • @NewbMaster69
    @NewbMaster69 6 років тому +2

    Thanks for the video havent had to study it on my own.😁

  • @SpiritualBeing25
    @SpiritualBeing25 4 роки тому +2

    Very good explanation
    Thank you ma'am..✌️

  • @reenaprabha1517
    @reenaprabha1517 5 років тому +11

    Explanation is lil poor wen compared to the well explained previous videos!

    • @johnny3945
      @johnny3945 4 роки тому

      Plz keep the flowchart with u aside so..ur doubts will be cleared

    • @sruthigopi7224
      @sruthigopi7224 3 роки тому

      Ya her explanation was very good.you just need to see flowchart

  • @akshatk448
    @akshatk448 8 місяців тому

    thank u for explaining with easy methods ☺

  • @pratikjussal1367
    @pratikjussal1367 4 роки тому +3

    Pls explain along with flowchart.

  • @gouthamgandi3496
    @gouthamgandi3496 7 років тому +1

    Awesome !! ..Thanks ..

  • @prabhakarraogs4730
    @prabhakarraogs4730 3 роки тому

    Thanks alot its very helpful

  • @divyabharathi4049
    @divyabharathi4049 2 роки тому +1

    Thank you mam

  • @nikitasinha8181
    @nikitasinha8181 5 років тому +1

    Thank you so much mam🙏🙏

  • @cynet9042
    @cynet9042 6 років тому +11

    considering 10001 is 17 in decimal and 01110 is 14 in decimal, how can the quotient be 01101 (13 in decimal)? i don't understand

  • @pavan_ravulapati
    @pavan_ravulapati 6 років тому +19

    if we learn binary division,we may forget basic division,that we used to perform in childhood 😂😂

  • @ashutoshpatole9144
    @ashutoshpatole9144 5 років тому +1

    I'm in the love with the voice of u ....😍🤗

  • @balarajug1012
    @balarajug1012 6 років тому +7

    You keep on adding B'+1 value but in middle you added b value even E is 0 why?

    • @amanmaheshwari5665
      @amanmaheshwari5665 4 роки тому

      Thats why her ans r different in simple div and by booth algo...see quotient

  • @jimmyaghera1897
    @jimmyaghera1897 4 роки тому +2

    This video is not added in playlist. just informing you

  • @mohitsingh1142
    @mohitsingh1142 5 років тому

    😮😮😮😮awesome

  • @VishalPandey-yq5pv
    @VishalPandey-yq5pv 7 років тому

    mam u saved my 10 marks .this wasaques which came for 10 marks .credit goes to u mam

  • @aljoharahabdullaziz2227
    @aljoharahabdullaziz2227 6 років тому

    Thank you SO MUCH

  • @ashwanirajput9141
    @ashwanirajput9141 2 роки тому +1

    This is prove ....
    0111000000 = AQ = 448.
    10001 = B = 17.
    448 / 17.
    Qutant = 26.
    Remainder = 6.

  • @AnilKumar-sc8ym
    @AnilKumar-sc8ym 4 роки тому

    Good explanation mam

  • @jimmyaghera1897
    @jimmyaghera1897 4 роки тому

    something is wrong in this because the normal division and the hardware implementation both quotient are coming different at the end. But the explanation was good.!!!!!!!!!!!!!!!!

  • @anujacodkar8968
    @anujacodkar8968 6 років тому

    Thank you!!

  • @yaragallakusuma880
    @yaragallakusuma880 2 роки тому +1

    Why putting 0 in E while it is 1 ? (5:54)... Could you please clarify Doubt...

  • @vlnavi8845
    @vlnavi8845 2 роки тому

    Wow mam maza aagya 🔥🔥🔥🔥 ...aap apna face bhi dala kriye video me pleas

  • @hermannghidipaa2068
    @hermannghidipaa2068 4 роки тому +1

    Not clear I didn't get any solutions.

  • @aayushtheapple
    @aayushtheapple 3 роки тому

    3:15 Arithmetic shift left and logic shift left are same btw.

  • @santoshkumaruppada9498
    @santoshkumaruppada9498 7 років тому +8

    even 101 is smaller.... why didn't you stop there.... and if we are to bring that many 0's down, dont we need to keep 0's in quotient, as adding zeros to the right hand side is increasing its value too much

    • @SemestersSimplified
      @SemestersSimplified  7 років тому

      +santosh kumar uppada because the dividend consists of 10 bits and divisor has 5. We need to bring all the zeros down.

    • @santoshkumaruppada9498
      @santoshkumaruppada9498 7 років тому +1

      But if value is 100 and you make it 1000000 are these equal here. And if we were to bring 0 don't we add zeros to quotient part here

    • @santoshkumaruppada9498
      @santoshkumaruppada9498 7 років тому +1

      I did not understand your explanation about 5, when you got remainder as 5, 10001 is greater only na

    • @dokhohage9546
      @dokhohage9546 6 років тому +1

      santosh kumar uppada same problem here.did u get it by now?,if so .. let me know.

    • @susmithareddy1825
      @susmithareddy1825 6 років тому

      santosh kumar uppada - i think the AQ is a bigger number of length 10 bits that means atleast 5bit number greater than divisor is required(else we cannot divide any smaller number with bigger number )to be there as a dividend to divide with 5 bit number and our quotient will be stored from the msb but from setting the value... and 100 is not same as 10000000 , we use 00000 00100
      at last we end with remainder 00100 and quotient 00000..... that is what division is.

  • @dagmawimulugeta2506
    @dagmawimulugeta2506 6 років тому +1

    Are the values you got correct?

  • @SinarJourney
    @SinarJourney 6 років тому +3

    01110 / 10001 = 0.110100....
    U forget to put the floating point there mam :)

  • @jijosnair
    @jijosnair 7 років тому

    well explained

  • @cahndramanip5896
    @cahndramanip5896 4 роки тому +1

    At last you added b after E getting 0. In middle even after getting E as 1 you didn't add it to quotient

  • @khecharpamarthi6403
    @khecharpamarthi6403 7 років тому +4

    What if we get '1' after shift left in E?

    • @anujaditya02
      @anujaditya02 5 років тому

      Set last bit of quotient to 1

  • @binuanil7404
    @binuanil7404 6 років тому +1

    After shifting EAQ to left, you checked the value of E. If E is 0 two's compliment of divided is added to A. What if the value of E was 1, just after shifting EAQ ?

    • @amantyagi4653
      @amantyagi4653 2 роки тому

      Bhai ans mila ho toh btao kl exam h

  • @simantkumar70
    @simantkumar70 6 років тому

    that is really usefull 4 us.This video cleard all my doubts.....thanks for giving us this
    video ...keep going....

  • @aliilhanthani6781
    @aliilhanthani6781 9 місяців тому

    Basically if A had been added with two placement of divisor but still dont give E value 1, A needed to be add with divisor?

  • @RahulNaskar-i2k
    @RahulNaskar-i2k Рік тому

    If E value equal to 1...we will add 1 to last bit of Q...Then we will shift....After shifting...If the E value is 1 ...What we should do??

  • @irfanshaik2986
    @irfanshaik2986 6 років тому +2

    What if problem contains unequal no.of digits in divisor and dividend
    Like 10100011 divided by 1011

  • @mahadifamgate2686
    @mahadifamgate2686 2 роки тому

    can i ask what camera u r using to record your video, to record white papers on table ???

  • @amitkumar-mm9mo
    @amitkumar-mm9mo 7 років тому +1

    Hello ma'am,here you said " steps should be performed until you get the sc 0 " and you have considered the sc 0 case in this but you have also said in another video that "When sc is one, the process has to b finished " , can you clear it please?

    • @SemestersSimplified
      @SemestersSimplified  7 років тому +1

      Just remember one thing that number of steps is equal to the number of bits in divisor. So solve accordingly. Here the number is 5, hence 5 steps are performed.

    • @amitkumar-mm9mo
      @amitkumar-mm9mo 7 років тому +1

      okay in division of 10100011 by 1011 ? in this 4 steps would be performed?

    • @RahulNaskar-i2k
      @RahulNaskar-i2k Рік тому

      @@SemestersSimplified If E value equal to 1...we will add 1 to last bit of Q...Then we will shift....After shifting...If the E value is 1 ...What we should do?? what should we do then?

  • @jasleenkaur1996
    @jasleenkaur1996 6 років тому

    Thankyou so much ma'am , Helped alot :)

  • @tellmejanab9136
    @tellmejanab9136 4 роки тому

    May you tell me, How we obtain A=00110(Remainder) which is equivalent to 14 and quotient Q=11010 which is equivalent to 17 when dividing a number AQ=01110(Dividend) which is equivalent to 17 by B=1001(Divisior). There may be some error kindly reply.

  • @naga341
    @naga341 4 роки тому

    Plz show subtraction also

  • @saikumar9856
    @saikumar9856 3 роки тому

    the quotient is not yet matched ...!

  • @pramilakumari1071
    @pramilakumari1071 6 років тому

    how we can know either that is small or big and how we compare

  • @jayajaya4862
    @jayajaya4862 5 років тому

    very nice explanation madam😊👌

  • @suryateja8312
    @suryateja8312 6 років тому

    How will do a division starting method

  • @billboardbts2607
    @billboardbts2607 2 роки тому

    How sequence counter value is choosen ?

    • @SaRiThA_ReDdY
      @SaRiThA_ReDdY 2 роки тому

      According to number of binary bits we have taken

  • @zakriyajahangir5054
    @zakriyajahangir5054 4 роки тому +1

    madam kuch samajh nhi aii!

  • @kshetrasrinamburi7986
    @kshetrasrinamburi7986 3 роки тому

    How the E value is get changed

  • @thorunitha7755
    @thorunitha7755 6 років тому

    If E value equal to 1...we will add 1 to last bit of Q...Then we will shift....After shifting...If the E value is 1 ...What we should do??😢

  • @MhdAliAlashkar
    @MhdAliAlashkar 5 років тому

    how can we know how many shift we need? سلام

  • @krishnakumarreddydondla3959
    @krishnakumarreddydondla3959 5 років тому

    Both the pen paper and algo answers are different

  • @no5xx
    @no5xx 6 років тому +1

    This is wrong.! How could you get 13 remainder when dividing 14 by 17

  • @footballheritage6908
    @footballheritage6908 6 років тому

    Help,
    Is this restoring or non restoring method?

  • @suganyammc
    @suganyammc Місяць тому

    Y we have to give zero

  • @18000X
    @18000X 5 років тому

    love your voice

  • @ParthPatel-co3em
    @ParthPatel-co3em 5 років тому +1

    2:06 something wrong i guess

    • @devmalik6420
      @devmalik6420 4 роки тому

      No nothing's wrong you can try and subtract it using 2s complement u will get same.

  • @shivakumar-jg4ny
    @shivakumar-jg4ny 6 років тому

    If it is 32/7 how can we perform??

  • @kuruvanaresh2142
    @kuruvanaresh2142 2 роки тому

    Mam first accumulator all zero vundali

  • @punchman1120
    @punchman1120 7 років тому

    Are the bits of dividend just double the bits of divisor???

  • @rachelokello5608
    @rachelokello5608 4 роки тому +1

    This is more confusing,

  • @arjungupta2208
    @arjungupta2208 6 років тому +1

    this is wrong pls don't cheat with student and also saw it division once again

  • @jaswanthm9775
    @jaswanthm9775 5 років тому

    Perform operation for 10101111 , 1010

  • @akanksha440
    @akanksha440 4 роки тому +1

    aur confuse hi ho gaye

  • @pradipduary9558
    @pradipduary9558 4 роки тому

    Please solve this problem 1001/2 ?

  • @fadabbeyy4865
    @fadabbeyy4865 9 місяців тому

    you justv writing the answers without explaining

  • @informativecontent4778
    @informativecontent4778 7 років тому +1

    example was great but poor explanation

  • @deveshtripathi6678
    @deveshtripathi6678 6 років тому +1

    Adding zero to the LSB is wrong!
    First decide the value of divisor and dividend then start the division.
    The method you shown is completely wrong.We can't add zero to the lsb it will the value dividend

  • @ThEGeEeK
    @ThEGeEeK 7 років тому +1

    10.1/100.001 what will be the answer

  • @raghul.s5577
    @raghul.s5577 5 років тому

    Tamil languvage la pana enum nalla iruku

    • @TonyDUsopp
      @TonyDUsopp 5 років тому

      neethan macha pannanum

  • @NikhilKumar-te6hv
    @NikhilKumar-te6hv 6 років тому

    Explanation doesn't clear all doubts.
    PS: Hands are worth the watch. lol

  • @abhilashyennapu8485
    @abhilashyennapu8485 3 роки тому +1

    Wrong.....

  • @peeruv6237
    @peeruv6237 Рік тому

    yr ek toh ye smjh ni ata ye log english m padhate he kyu h agar english m he smjh ata toh book se he smjhlete hadd h