4-bit Adder and Subtractor Circuit Explained

Поділитися
Вставка
  • Опубліковано 12 вер 2024

КОМЕНТАРІ • 110

  • @ALLABOUTELECTRONICS
    @ALLABOUTELECTRONICS  2 роки тому +16

    For more information, check these related videos on Adder and Subtractor:
    1) Half Adder and Full adder
    ua-cam.com/video/5XbRIVWFRIw/v-deo.html
    2) Ripple Carry Adder
    ua-cam.com/video/b70ZQwci5sY/v-deo.html
    3) Half Subtractor and Full Subtractor
    ua-cam.com/video/lqN8xLTtdaA/v-deo.html

  • @MrLinker44
    @MrLinker44 Рік тому +105

    you could explain in 20 minutes what my professor couldn't in 2 hours. THANK YOU

  • @srinjandutta121
    @srinjandutta121 Рік тому +18

    The slow build up to the actual topic is just awesome

  • @waasanime2335
    @waasanime2335 Рік тому +38

    this 20 min. video literary saved my day !!.. Thank you very much 🤩

  • @shashankjha88
    @shashankjha88 9 місяців тому +14

    00:11 Designing a 4-bit subtractor circuit
    02:57 Performing subtraction using an adder circuit with 2's complement
    05:28 Performing subtraction using the adder circuit
    08:01 Performing subtraction using a modified adder circuit.
    10:42 XOR gate can be used for both addition and subtraction
    13:23 Binary addition and subtraction using XOR gates and adder circuit
    15:59 Performing subtraction using 2's complement form
    18:21 The adder circuit can be used for addition and subtraction

  • @shantanusingh2039
    @shantanusingh2039 9 місяців тому +8

    Better video than neso academy

  • @eda1058
    @eda1058 5 місяців тому +3

    It is just like a private lesson, a teacher teaches me topics I have no idea about detaily, thank you very much for saving me:))And also thanx for the subtitles sometimes because of the accent I cannot understand some parts and other than that when i speed up the video thanks to the subtitles i do not miss anything

  • @gopikrishnanm8091
    @gopikrishnanm8091 Рік тому +7

    This is the best explaination so far i have seen, thanks sir.

  • @jonathanbanda5395
    @jonathanbanda5395 Рік тому +2

    May God nature both everything you touch and involve yourself, Good health too

  • @rush_holic
    @rush_holic Рік тому +6

    Literally the best video on this topic found so far 👍🔥

  • @zohaib5636
    @zohaib5636 5 місяців тому +4

    sir your inglish is very gut. i want to take classes from you. i have a dream of securing full marks in inglish. when you say "The output of xor" hits different.❤

  • @fabulouscsk9564
    @fabulouscsk9564 Рік тому +6

    WONDERFUL explanation sir! 👍

  • @Srinivas-sz7fn
    @Srinivas-sz7fn 3 дні тому +1

    Good explaination ..! but while teaching the lecture please kindly use cursor mark.

  • @book19118
    @book19118 Рік тому +2

    Best video on this topic. Thanks a lot.

  • @user-wb8hl6nh7g
    @user-wb8hl6nh7g Рік тому +3

    The best video I have seen ever😍

  • @yogeesh_kulal02
    @yogeesh_kulal02 5 місяців тому +2

    You saved my day... Thanks❤

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

    your way of explanation is really awesome . It is very clear content to understand the concept . Thank you.

  • @udaysingh5167
    @udaysingh5167 11 місяців тому +2

    Very Informative video. Thanks

  • @omanshsharma6796
    @omanshsharma6796 Рік тому +3

    beautifully explained, thanks a lot

  • @ahmadfahryan6206
    @ahmadfahryan6206 8 місяців тому +1

    makasih sangat jelas dan sangat memabntu saya dalam mengerjakan LK Eldas terlebih lagi modul m-11

  • @hafsans7323
    @hafsans7323 5 місяців тому +1

    Very good class sir.......

  • @muthyalasandeep5382
    @muthyalasandeep5382 Рік тому +2

    It 's excellent explanation sir

  • @ahmadjaradat3011
    @ahmadjaradat3011 10 місяців тому +1

    This lecture is awesome !!!!

  • @praveenkumargorrepati5590
    @praveenkumargorrepati5590 2 роки тому +3

    superb explanation sir ❤️❤️❤️🔥🔥

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

    Damn good explanation! ❤️

  • @prashantsubedi9351
    @prashantsubedi9351 2 роки тому +3

    You are a legend sir!

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

    I have a question, why does the 2's complement checker does not work when you add two negative numbers? Ex. -2-1 = 1110 + 1111 = 11101. So the most significant bit, which is 1, is inverted and then it goes through a AND gate with the CTR value, but the result ends up being 0 (0 * 1) . Even though the result is in 2's complement form. PLS HELP, I have a project related to this. Thank you!

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

      This 2's complement checker here only deals with unsigned integers (positive numbers only). We are only subtracting ONE unsigned integer from the other unsigned integer.
      They cannot both be negative, since the circuit can only convert one of them to its 2's complement representation.
      However, the 2's complement checker here is also not 100% correct, it fails to account for subtraction by zero, which will never output a carry bit and thus, the checker would mark the result as a 2's complement number when it isn't.
      What you are doing is adding two SIGNED integers. The inputs and outputs are already guaranteed to be in 2's complement, so you don't need a checker there.
      (You might need a checker to detect overflows (+ve + +ve = -ve) and underflows (-ve + -ve = +ve) which you can do by comparing the MSBs of the two inputs and the output)

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

      ​@@Reydriel rare to see anime lovers learning digital electronics

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

      @@igxniisan6996 Nerds, going to college? Ain't no way lmao

  • @ragzzz07
    @ragzzz07 9 місяців тому +1

    Hi, I have tried to make the same the circuit on the circuit verse but upon doing the addition of 1111 and 1000 bits the carry out of the second 4bit adder is not giving the 1 bit as the output carry, so, do we need to need to get the output of the carry or borrow bit from the 1st 4bit adder module ?

  • @prabhleensingh5667
    @prabhleensingh5667 Рік тому +3

    Really helpful 👍🏻

  • @shafaybutt3256
    @shafaybutt3256 8 місяців тому +1

    Nice bro very nicely explained 11:42

  • @debanjanbera2695
    @debanjanbera2695 Рік тому +2

    Very very Thank you!!!!!

  • @Pallavi604
    @Pallavi604 Рік тому +2

    wonderful explanation 👍

  • @Happymind1331
    @Happymind1331 2 роки тому +7

    Today was my end sem exam nd i got this question in it

  • @ed_731
    @ed_731 Рік тому +1

    Fantastic. Thank you.

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

    Very Nice 👌👍

  • @bigdickbazuso198
    @bigdickbazuso198 2 роки тому +3

    Good video!

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

    Great explanation sir.
    What it the output from the And gate is 0, since A>B.
    We don't want it to do the 2's complement of B again and then add since A>B. How would the system know it's to stop if A>B.

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

      If A > B, And if you are performing A - B, then you will get carry at the output. That means Co = 1. So, here since it is applied through invert to the AND gate, so the output of the AND gate will be 0. That means the output of the second ADDER is same as the output of the first adder. ( since XOR gate won't invert the S3, S2, S1 and S0 ouptuts of the first adder, and C0 for second adder will also be 0). I hope, it will clear your doubt.

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

      ​@@ALLABOUTELECTRONICSThank you sir, I had to go back and look at it again, A0-A3 is 0, so it won't change the value of the 1st adder as you said the carry out it's applied through invert to AND gate.

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

    Please tell how does the circuit know that when the control is 0 or 1? and also how the circuit will know when the last carry4 will be ignored or not?

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

    Your explaination was awesome. But i have a doubt sir , if we add two 4 bits which results to get a 5 bit output then the carry output atlast will be not shown by this method because we use not gate and multiply with ctr.
    How to overcome this problem?

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

      If you closely observe, C4 output is still available. Of course, the same signal is given to NOT gate and to AND gate. But in case, if the carry is generated then it will be available. Whether it is valid carry or not, that depends on the output of the AND gate. I hope, it will clear your doubt.

  • @harshshah1818
    @harshshah1818 Рік тому +1

    Nicely explained

  • @abdulrahimalam3243
    @abdulrahimalam3243 2 роки тому +2

    Legend sir 👍❤

  • @abdullahfathy858
    @abdullahfathy858 4 місяці тому

    what would change if the operation was like -3 +4 , thats like my problem right now is how to represent the negative number , i know that there is 1's & 2's complement representation and there is a sign magnitude representation but in the implantation on the circuit how will the gate recognize if the most significant bit is a sign

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  4 місяці тому

      This circuit is for the addition and subtraction of unsigned numbers. For the negative numbers ( 2s complete numbers), you need to modify the circuit.

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

    sir i have one doubt in this, here we use bin0 as our control pin, as when bin0 = 0 , then the circuit perform addition, and when bin 0 = 1; the cicuit perform addition, but if we have our bin = 1 in addition case i.e if there is alreay a carry in , then we can't perform addition here.. it will do subtraction in that case.
    please clear this doubt

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

      you need to connect the Cin input with CTR input only for the first block (The Least significant Block). Suppose you are cascading multiple such blocks then you can directly connect Cout of one block to Cin of the next block. In the next block, you don't need to connect CTR with Cin.
      You can check it manually or you can also simulate the same thing. I hope you got what I mean to say. If you still have any doubt then let me know here.

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

      @@ALLABOUTELECTRONICS oh, now i visualise this sir, completely clear now , Thanks for the reply 😄

  • @user-wv9hy7xg4g
    @user-wv9hy7xg4g 5 місяців тому

    for the question (10-12) the answer would be 11110 when we calculate simply without using any circuit
    but in the final circuit while performing (10-12) the result concluded by (4-bit adder-2): s3s2s1s0 is 1100 with sign 1.
    while the answer should be 11110.
    no true form or 2s complement form.
    the answer should be 11110 which was given by single circuit, then why add the second?!
    please clearify.

  • @mayurshah9131
    @mayurshah9131 2 роки тому +3

    Superb

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

    Sir clister clear sir thank you so much sir

  • @Aman-0624
    @Aman-0624 6 місяців тому

    Mast explanation sir ji❤❤❤

  • @Uncertainty777
    @Uncertainty777 10 місяців тому

    6:55 - My question here is instead of making carry=1 in the first bit why can't we remove the inverter of B in first bit and making carry=0 as usual?

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  10 місяців тому +1

      Yes, It will work. But it is better to use the same arithmetic blocks for each bit. (rather than a little different arithmetic block/without inverter for LSB)

    • @Uncertainty777
      @Uncertainty777 10 місяців тому +1

      ​@@ALLABOUTELECTRONICSthank you

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

    Can't we just add another XOR logic gate to Cout and then connect it with CTR ?

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

      Hi would you please mention the timestamp where you are referring to in the video? It would be easy for me to answer your question.

  • @user-yy7uh9qi4g
    @user-yy7uh9qi4g 6 місяців тому

    WHAT IF THERE IS A NOT GATE BETWEEN CTRL AND THE FULL ADDER BLOCK

  • @e3gaming_475
    @e3gaming_475 10 місяців тому

    Thank you so much❤

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

    so is setting the control to 1 subtracting and 0 adding

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

    What if my carry is 1 and I want to do addition

  • @MotivationKida-cb1hp
    @MotivationKida-cb1hp Рік тому +1

    Excellent

  • @user-tc9mq2rm6l
    @user-tc9mq2rm6l Рік тому +1

    知識をありがとう

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

    Thank so much bro 🥰🥰

  • @ChintanAk-c5s
    @ChintanAk-c5s Місяць тому

    can i get substraction using 1's complement

  • @srinidhijami6484
    @srinidhijami6484 7 місяців тому

    I need code for this adder and subtractor in vhdl can you help us

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

    TY
    jAZKALLAH KHAIR

  • @Alien.Coderzzz
    @Alien.Coderzzz 6 місяців тому

    Amazing 😍

  • @Mo-fz1to
    @Mo-fz1to 11 місяців тому

    thank you so much

  • @harishanand8682
    @harishanand8682 Рік тому +2

    perfectoooooooooooooooooooooooooooooooooooooooooooooo

  • @Khushu_21
    @Khushu_21 11 місяців тому

    Control(mode) means ??

  • @mahadevs7168
    @mahadevs7168 10 місяців тому

    Thank you sir❤

  • @MoMo-lo6kh
    @MoMo-lo6kh 9 місяців тому

    Thanks brother

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

    Thanks

  • @khushilalwani9944
    @khushilalwani9944 Рік тому +1

    why didi we used 2's complement for subtraction we could have took any other complement

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  Рік тому +4

      Since we are doing the subtraction in binary, 2s complement is preferred one. One might argue for 1s complement method instead of 2s complement, but in 1s complement representation we have two different representations for '0', which is convenient for implementation.
      I hope, it will clear your doubt.

    • @khushilalwani9944
      @khushilalwani9944 Рік тому +2

      @@ALLABOUTELECTRONICS thank you for such instant reply
      Everything is so clear you teach so well ☺️

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

      *Didi*

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

    But in calculator we don't have two display for input. We have only one display so we add serially like at first input 3 then input 2 and we get output 5.
    How we can design this type of circuit which will take input serially like real life calculator and we get output using memory flip flop and logic gate.
    I didn't find the answer how our real life calculator is working and saving the input in memory then add it to another and produces output.

  • @amritanshusingh7943
    @amritanshusingh7943 6 місяців тому +1

    Why my professor are not as you
    2×50=100mins bhi kam pad gye unhe

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

    Nice

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

    Also sir, it just talks about if B was either a negative or positive, what if A was either positive or negative.

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

      This circuit is meant for the addition and subtraction of the two 4-bit unsigned numbers. It is not designed for the signed numbers.

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

      @@ALLABOUTELECTRONICS I know it's for 4-bit unsigned numbers.
      The circuit only solves for when B is either positive or negative. What if A was either positive or negative too. We can have A-B, A+B and also -A-B.
      The question is for the scenario where -A-B needs to be solved for sir. Thank you.

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  5 місяців тому +1

      The unsigned numbers will be non-negative. So, -A -B scenario won’t come. If you have two unsigned numbers then either you add them or subtract them.

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

      @@ALLABOUTELECTRONICS ohh thank you very much sir 🙏

  • @MMNayem-dq4kd
    @MMNayem-dq4kd Рік тому

    Bravo

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

    How we wil ignore or last carry

  • @aanishas1925
    @aanishas1925 9 місяців тому +1

    Thank you so much ❤
    U have no idea how much this channel helps!🥹

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

    sir how C0=1 plz tell

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

      Would you please mention the timestamp where you are referring to ?

  • @user-fd3oz5jb8v
    @user-fd3oz5jb8v Рік тому

    please share this pdf

  • @FellowHindu
    @FellowHindu 7 місяців тому

    Am I the only one who is hearing 'five' fiuu
    Anyway thank you sir

  • @mimikausik548
    @mimikausik548 24 дні тому

    sir please give us the truth table

    • @ALLABOUTELECTRONICS
      @ALLABOUTELECTRONICS  24 дні тому

      The truth table for adder subtractor is already covered in the previous videos. For more information, you can check this video.
      ua-cam.com/video/5XbRIVWFRIw/v-deo.htmlsi=gNYYW1Ai8k_lLvwW

    • @mimikausik548
      @mimikausik548 21 день тому

      @@ALLABOUTELECTRONICS for 4 bit?

  • @Surya-aaa
    @Surya-aaa 2 роки тому +1

    SIR PLZ CAN U MAKE VIDEO IN HINDI PLZ

  • @UsairaShahbazZahid
    @UsairaShahbazZahid Рік тому +1

    This lecture is awesome !!!!