Full Adder
Вставка
- Опубліковано 25 гру 2024
- Digital Electronics: Full Adder (Part 2).
Lecture on full adder explaining basic concept, truth table and circuit diagram.
Contribute: www.nesoacademy...
Website ► www.nesoacademy...
Facebook ► goo.gl/Nt0PmB
Twitter ► / nesoacademy
Pinterest ► / nesoacademy
i have an exam in less than 5 hours , this is a life saver . i hope it comes in the exam like this
Did it come in the exam like this ?
@@patrickshenton769 hahaha dats a lie and u know it, there are whole historically black colleges in the USA take have a whole year of cs students(black)
@@patrickshenton769 WOW! Now that is what you call racist and prejudice and stereotype. I am from the Caribbean which is predominantly black. I happen to teach computer science at a college here. I have seen many blacks naturally master computer science and math in no time! Don't repeat your thoughts anywhere else because it makes you seem naive! Black people have been put down in making us think that we are no good. Then we realized that we can dominate or do well in sports and other areas with talent and the right support. Now we are branching out even more because we realize that the sky is our limit.
@Frank Hyanze someone called?
@@patrickshenton769 Simple fact. You are stupid because of your prejudice. Like your beloved leader Trump.
To understand better the truth table, write it in this form:
Ci A B | Co S
Then for example if you have something like 1 0 1, for Ci, A and B respectively, just add the amount of 1's, in this case, there are 2, and write that number in binary, so it's 1 0, for Co and S respectively.
yo man thx
You are great Sir. Bless you Alays. Stay Happy N Healthy. Greetings from Antartica 🤗🤗
We can reach the second equation of Co from the same K map equation.
Co= AB + AC + BC
Co= AB + AC(B+ B`) + BC(A + A`)
Co= AB + ACB + ACB` + A`CB
Co= C(AB` + A`B) + AB {As ,X + XY = X, Here X->AB, Y-> C, Therefore AB + ACB= AB }
Co= AB + C(A xor B)
damn
Damn
Thanks I was searching for this
Thanks a lot
But At step 3 I think 2ACB should come though anyway it will get cancel only
Thanks a lot
But At step 3 I think 2ACB should come though anyway it will get cancel only
Sir... I must say .. You are sooooooo kind... I watched many of your videos... They are so helpful... Thank you... Keep up the good work!
so selflessly you post your lectures for free.....is so kind Thank you so much
I was watching this from beginning and it is always helping me, you never know how tough is for CS student to study electronics subject but Neso made my life easier...
since u r a cs student and so m i,do u know any good links to learn c++?
zac miller whatsapp me I'll guide u
Am a bio student ;) ✌
It's a little bit easy for CS student
Bro same here😂😂😂 m also cs student .!and this too tough to understand☹️..
Wish all profs explain things like you do . Thanks a lot from Kazakhstan
Welcome from india
Бота Д ij and then delete the message ki for this post helpful e
very nice !
Clear and thorough explanation, finally understood adders..thanks a lot..
+Neso Academy Your Digital electronics playlist is the most helpful thing i have found on youtube. And thats saying something. Thank you
if you understood then explain the circuit diagram
+Zeeshan Ahmad go through k-maps, they've used k-maps to build the circuit
Madhu Kashyap
I didn't understand that
Y the carry is taken as 1 when there is 2
actually this is a binary addition when it comes 1 1 it does not mean 2 it mean 0 and 1 where 1 is carry and 0 is sum
Very clear voice with very neat and clean drawings, thank you sir!
life saver man may all the divinities bless you
Checkboard configuration derivation (as given in previous video):
Y = A'B'C + A'BC' + AB'C' + ABC = A'.(BC' + B'C) + A. ( B'C' + BC) = A'.(B XOR C) + A.(B XNOR C ) = A'.(B XOR C) + A.(B XOR C )' = (A XOR (B XOR C)) = A XOR B XOR C
Thankx brother...i needed that
big thanks rahul.....I really needed that
I'm having an exam tomorrow and I can say it's so helpful, thanks professor, from kenya
I have learnt more than what I learnt in class the entire year.Thank you man
Going through this great information an hour before my exams 👏
I have an exam in an hour and here I'm watching this.this is life saver
There is an easy method to find the carry expression by using the standard K-Map procedure.
Once we got the expression C = ab + bc +ca , then use the property -> ab = ab(c + c') and use this in all the three terms and combine them with others. It's quite a bit easy.
thank you bro!
How?
@@kushshukla6588 This might be a late reply, but to do this you need to apply it to all and expand them all.
Here's how:
C = ac + bc + ab
C = ac(b+b') bc(a+a') + ab(c+c')
C = acb + acb' + bca + bca' + abc + abc'
C = abc + ab'c + abc + a'bc + abc + abc'
group all the abc
C = abc + ab'c + a'bc + abc"
C = abc + abc' + ab'c +a'bc
factor the ab and factor the c
C = ab(c+c') + c(ab' + a'b)
C = ab + c( a xor b)
There you go
@@sawazalz9764 bro ig they already graduated.
Thank u for such amazing tutorial
Worth watching this video rather then attend one hour lecture. 👌
Thank you so much I was stuck in this concept 😭💕thank u for explaining so welll😊
Concept cleared! Thanks Buddy🎉
Thank youu soo much for this playlist😊
I was able to complete my syllabus just because of you✨
Very easy and to the point explanation of each topic😊
You're the best
Keep it up!!!!
Having exam tomorrow morning ...but this brought a smile coz its byhearted now😁
this type of courses helped us a lot to understand the depth of subject thank you very much sir
SIR I HAVE COMPLETED LECTURE 102 OUT OF 202. TREMENDOUS LECTURE AND THANKYOU FOR YOUR GUIDANCE !!
great channel....helped me a lot...next year i will tell fresher to watch neso acadmy...
thanks for this top quality and easy to understand lectures.
I am very much moved by your efforts. This has motivated me to teach others. Thank you!
You got some sick skills man. Saved my finals!
thank you very much 9:27 helped clear things up
When neso said, you are very good at these things , meanwhile my errors.
2+3=6, 3*4=7
Wow excellent explanation 🙏
Thanks a lot, these lectures are really really helpful.
The video has been 9 years old but its really helping me a lot❤
Where is part 1 of full adder?by the way why can’t professors explain things like him?videos are amazing.thank you so much
Because I guess professors well most of them get bored teaching the same stuff over and over. They grow impatient, they just want to quickly get over with it. Only some professors are passionate, they teach everything with the same enthusiasm as if they're teaching it for the first time.
They teach just for completinh course and getting salary
Now time is 1 am ... Exam at 9 am..
🎃😺
Thank you for your explanation. I'm studying in UK.
For whom wonders the algebraic proof for finding Co, we just need to add another AB to the second equation. It turns out that AB+AB+A'BCi+AB'Ci
We can combine the terms as follows : (AB + A'BCi) + (AB + AB'Ci) = B(A+A'Ci)+ A(B+B'Ci) = BA + BCi + AB+ACi = BCi + AB+ACi
By the way, thank you for the tutorial
thanks for the clarification 🙏
Bro my exam is in 20 mins , im watching it now 💀
Us brother us
@@thegunnerprince8650 yaar raat mein konsa exam ho raha hai tera
Me too
Hi Sir, thank you for these videos, they have really helped me in understanding combinational circuits. One question however, not sure if this is youtube's default mechanism, but the videos in the combinational circuits playlist seem to be in random order. As such, I find it slightly difficult to follow some videos due to a lack of contextual knowledge, only to realize that the supposed previous videos has been placed in the later part of the playlist. If its not too troublesome, could you indicate the order of the videos that should be watched? Meanwhile I'll try to watch them in the order that seems logical to me. Once again, thank you for your efforts!
what's the order that you found reasonable? pls indicate here. I have finals next week
Greetings from Romania!! extraordinary explanations and video, thank you very much!
+Alex Balu Greu sa fii student la Poli fratemeleu.
Adevarat, dar merge treaba , mai cu indieni, mai cu tutoriale.:D
this channel is great and you have done an excellent job ,thank you
best explanation ever! Thanks a lot mate!
Thank you for saving my life!!
You're the best man. All my digital lectures in Coventry university are explained better than my professor
Thank's sir. From UMS'student
Now it's piece of cake. Thanks
Nice way of learning 😍
Clear in just 2m..Thank you..i have exam tomorrow
oh boi...me too😕
@@thidassankaja8039but i had a perfect exam😁😁
Which University?
Your video is so helpful Sir,keep it up😊
Such a great explanation 🙏 helped a lot 🙂
As a faster leaner 🎉
1+1 = 10 which means 0 is a Sum then 1 is Carry .
0+1 = 1 here the sum is 1 then the carry will be 0
1+1+1= 11 it means that 1 is a Sum and other 1 which remains is a carry .
💻💻💻
even understood without sound verywell said 👌👌
Thank you soooooo much for the video
Thank you so much , Sir❤
Very helpful video so thankyou sir 🎉
Very easy to follow, thank you for the lecture.
3:25 my man teleported to the back of the room for a second
Wonderful explanation. Thank you!
Time is 1 am and exam is 9 am at baze university abuja Nigeria😢
Thanks Sir ☺️☺️
Hey! Just wanna ask, what are real life applications of full adder and how do you explain it?
Computer uses this method to do addition and stuff
that explanation for xor use in the Cout really saved me hours of confusion, I figured you should use an or gate if you wanted to simplify, but I guess it's just a difference in design principle
Hello sir i am a little bit confuse about the sum process how you bring S = A + B +C
through K map
see video number 96 in the playlisi
best conceptual teaching
nice, very basic and useful thx sir
you are a life savior
very well explained
for who does not understand anything, go to Digital Electronics playlist and go to binary operations (sum, substraction etc.).
Tnx a lot sir....finally i got my basics cleard
i don't have word to explain .what a explanation
from Egypt thank you sir
hey how do.you design a 1 bit full adder using exnor gate and mux ? Please respond .....
If I understand everything correctly you do not need to do the last karnaugh map. It is still correct if you have: C_o = AB + C_i(A X+ B) (I used X+ for X or), but it is also correct if you have C_o = AB + C_i(A + B) and that is seen by using commutativity from C_o = BC_i + AB + AC_i. When you regroup the terms C_o = AB + BC_i + AC_i which is C_o = AB + C_i(A+B). In fact I would say that the Exclusive Or is technically incorrect since it implies that if A and B are both 1 then C_i = 1 then the result is 0 which is not true. Unless I've misunderstood something.
Therefore if the text says C_o = AB + C_i(A X+ B) it should be viewed as incorrect. That expanded is C_i AND (A XOR B) which is 1 AND (1 XOR 1) for the last line of the truth table C_o should be 1, and yet if you AND that expression it is 0.
I think actually it would still be okay because the AB covers the ABC_i, but AB + C_i(A+B) is no less correct. So correction to my statement it is incorrect.
Also if you take the circuit diagram for Full Adder it is the way you have it Explicitly. It is a simpler design when you are doing both sum and carry in the same circuit.
I think you make a mistake grouping items at karnough map Co=AB+Ci(A ex or B).Because if we take groups just like you show us ıts became something with C compliments
there are 2 possible expressions for Co:
Co=AB+Ci(A+B)
Co=AB+Ci(A XOR B)
Looking at the Karnaugh maps it seems the 2nd expression would have the shortcoming of generating glitches, while the 1st expression would not and it's safer.
Why is it chosen the 2nd expression ?
Note: glitches are generated when the groups in Karnaugh maps do not overlap
really good presentation.. :) Good job..!!
hablo español e igual entendi te amo ♥
I will consider 3 input ex-or gate
I have a question please reply this question.
Question: How can we implement a full-adder circuit with a decoder and NAND gate ? The direct NAND gate should not be used but the NAND gate should be provided with OR gate.
I dont understand 9:38 - 10:08... Can someone explain me or suggest another video to understand that part? But otherwise I understand everything else.
basically remember that if it final result got 1+1 --> carry 1
Understood everything🔥
Thanks 👍
you can do an incredible job
great explanation.
How come you are counting up with the x, y, and carry in bit? What is the carry in used for? And where does it associate with the carry out?
very informative
sir, I am new to digital logic, I would just like to ask where I should get the input for the first carry in if I am going to implement 2 full adders in IC?
Then u should take first carry in as zero if there is no carry out previously.
Brilliant tutor
wooooow amazing,...please which text book can you recommend for computer science
Zabardast ❤
excuse me sir, can I know the flatform / app you are writing on ?
you are genius sir
Please post links to previous videos. It is difficult to find the videos
thank you.....its very useful for me.....
I can't find the 1st part.
Check out video number 96 "4-Bit Even Parity Generator"
They call it a "carry" without carefully defining it. That's why it's so hard to understand.
Thank you so much sir!
if we grouped 2 1's in other way round and leaving 2 diiferent 1's , then the output will be same or not?? (we would group 2 1's horizontly
Thank you, thank you, thank youuuuu!
The only reason why I watch this video is because I want to build a computer in Minecraft