Thank you so much for making these. I really hated Digital electronics when my lecturer was explaining things and i always dreaded that class. Thanks to you, i can actually see the beauty in implementing these systems while understanding at the same time.
you have described all the basic components for ALU..but Divider is still missing please try to make video of divider too. and also a video of 4bit multiplier.it would really help me in design of ALU
At first I thought same like you but actually we are thinking it because In OR operation we cannot tell the carry...But in case of Half Adder we can...
@@kaveeshaweerakoon7032 you want to perform arithematic addition not logical addition, for arithematic addition u have to use an adder which has the sum give by XOR(A,B)
what happens if I have (A3B0) +(C2)+(A2B1) ..... will the next column have two carries?becasue A3B0 + A2B1 will have a carry of C1....but what if there was another carry previiusly from the left column that is C1?
Dear sir..you have posted that you were hiring for your neso academy. I know it's too late as you have posted it 2 years ago. I want to ask if you have any vacancy till now? Please notify me.
Nope, the truth table of OR and XOR gates are different. OR: b0 b1 | Y 0 0 | 0 0 1 | 1 1 0 | 1 1 1 | 1 XOR: b0 b1 | Y 0 0 | 0 0 1 | 1 1 0 | 1 1 1 | 0 So, your best approach to XOR by using Karnaugh map is: [(NOT b0 AND b1) OR (b0 AND NOT b1)]
Because in OR gate, 1+1 gives one and that's not addition operation. It may seem at first sight that we can simply use OR gate though that's not the case. We have to use XOR. It's called arithmetic gate for a reason.☺️
I have one doubt half adder is used to add 1 bit no.s only and it doesn't take carry and here we are adding 2 bit no. Using half adder and also we are taking carry I m really very confused 🤔
Josh Mn we have to add only two digits and get carry output so we’re using half adder we need two terminals one for AB and other for C. In full adder we consider three digits (A,B,C) where C is previous carry. So we can use full adder by keeping C as zero.
Thank you so much for making these. I really hated Digital electronics when my lecturer was explaining things and i always dreaded that class. Thanks to you, i can actually see the beauty in implementing these systems while understanding at the same time.
how we know that we have to draw first 4 add gates ?
@@DrKTechSpecialist 2×2 multiplxer
thnku neso...i will pay u back the day i get success...!thnxx
ahem.... so what happened
@Kraken sadge indeed
🙏
@@freedomsebastian2546by this time he had completed graduation may. Bee...
Milli kya??
Thank you so much for explaining the concept so beautifully. Helped me a lot
how we know that we have to draw first 4 add gates ?
@@DrKTechSpecialist A0B0 is A0 and B0
It's OK
You have my thanks. I had no idea where to even begin with Multipliers, then this video solved my problem.
Thanks for your effort, we all very appreciate it
amazing explanation . You save us right before exams . THANK YOU !
Thank you so much, your explanations are fantanstic!
Bro, u r lifesaver! Thank you so much
great explanation!!
you are a life saver. love from nirma university❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤❤
1:08.
I heard it as the stupid multiplier instead of 2 bit multiplier.
Awesome, thanks for posting !
god bless u
pls upload network analysis lecture ....
thanks ..
#RESPECT
Thank you Sir 🙏
7:19
Shouldn't this be OR gate because C1 is addition result of a1b0 and a0b1
no!! because C=X.Y and
here x = A0B1, Y = A1B0
Nice explanation. Please do 3x3 multiplier.
Most modern computers don't even have multiplier circuits, but use a lookup table (on the CPU) to perform the operation.
Thank you very much Professor, you help me
you have described all the basic components for ALU..but Divider is still missing please try to make video of divider too. and also a video of 4bit multiplier.it would really help me in design of ALU
nice explanation thank u
superb.. thanku so much
Nand gates are sometimes used instead of and gates (for the ones feeding the xor) to save transistors
0
It was great to watch your video...
Very nice one!!
Beautifully Explained !. Thank You. :D
thank you , from morocco
thank you
Great video!
7:33 P2 is A1B1+ C1 but you have drawn circuit as P2 = (A1B1)^C1 why?
Can you please upload a sequential 4 by 4 bit multiplier
we are waiting
at 6:36 why can't we use or gate to add the numbers ??
By the example also if we put or gate instead of x-or we get the same answer(8:45 minute)
At first I thought same like you but actually we are thinking it because In OR operation we cannot tell the carry...But in case of Half Adder we can...
I'm also having problem related to this ?
@@attackontitan9834this is the reason, right ?
Hats off sir🙏🙏
thanks
You told in the previous lecture that u will explain full subtractor using nor gate but this lecture is totally different
Thanks
Please upload full substractor using NOR gate
Carry C1=C2=P3. We can avoid last AND gate for P3
what made you use the A1, A0, and B1, B0? What is we are multiplying by 4 bits? will it be A1, A0, A0, A0?
Why not using OR gate instead of XOR ???
Reply plz.....
why use xor ??? its will be only OR ,when use xor output is going to A1B0+B0A1
@@kaveeshaweerakoon7032 you want to perform arithematic addition not logical addition, for arithematic addition u have to use an adder which has the sum give by XOR(A,B)
This is awese to watch
thx
You said in a previous lecture while drawing a k map the maximum combination of 0 or 1is taken but in a question you can take least no of 1 why.
That was great! Thank you.
Can we cascade this 2 bit multiplier so as to get 4 bit multiplier, as we do in full adder circuit?
thank you so mch for the help..:)
what happens if I have (A3B0) +(C2)+(A2B1) ..... will the next column have two carries?becasue A3B0 + A2B1 will have a carry of C1....but what if there was another carry previiusly from the left column that is C1?
please upload 3bit multipler as well as 4 bit multiplier using half adders.
how we know that we have to draw first 4 add gates ?
sir, what about signed binary multiplier? how can we design a circuit for it?
i guess some video are missing like in this sequence " REALIZING FULL SUBTRACTOR USING NOR GATE ONLY" is missing.
Dear sir..you have posted that you were hiring for your neso academy. I know it's too late as you have posted it 2 years ago. I want to ask if you have any vacancy till now? Please notify me.
how we know that we have to draw first 4 add gates ?
check their website
Nice video, but you should have told that A.B=AxB when A & B are single bits
awesome
Super sir
wow. it helped me too much
how we know that we have to draw first 4 add gates ?
How can we design 2x2 multiplier using Full adders??
What changes in the circuit if I need it for ternary numbers?
Can we use simply OR gate instead of xor gate?
Nope, the truth table of OR and XOR gates are different.
OR:
b0 b1 | Y
0 0 | 0
0 1 | 1
1 0 | 1
1 1 | 1
XOR:
b0 b1 | Y
0 0 | 0
0 1 | 1
1 0 | 1
1 1 | 0
So, your best approach to XOR by using Karnaugh map is:
[(NOT b0 AND b1) OR (b0 AND NOT b1)]
please upload about 4*4 combinational multiplier
دمت گرم❤
How and why the c1 and c2 comes out
cant i use or gate instead of xor gate ??
why are u using xor gate to find p1 while u need or operation only
fasil pm there for p1 we need half adder in doing p1 operation...in half adder we use xor gate for sum
ORing is not addition.
XOR performs addition
Because in OR gate, 1+1 gives one and that's not addition operation. It may seem at first sight that we can simply use OR gate though that's not the case. We have to use XOR. It's called arithmetic gate for a reason.☺️
implement 2bit*2bit multiplier using 4*1 multiplexer plz
Can u pls upload multibit substraction
god bless you!
Can u pls help us in designing a two bit multiplier using decoder
can you do a two * 3 BIT multiplier Sir
If i have a 3 bit number multiplicat 3 bit number how can i solve it in 4 bit adder?
how you know that we have to draw first 4 add gates ? any one please
IN CASE OF HALF ADDER YOU TOLD THAT WE DON'T TAKE CARRY FROM PREVIOUS SUM
BUT HERE YOU HAVE TAKEN CARRY FROM PREVIOUS SUM?
PLEASE SOMEONE RESPOND
How we take a1,a0,b0,b1 value
Is this same as 2 bit by 2 bit multiplier
Sir can you make a truth table for this? Please, thanks
Please provide me the vhdl code for FIR filter design using vedic multiplier....
Please please...🙏🙏🙏🙏🙏
Please , can you provide a video on floating point multiplier, used in FPUs
How can Half adder take carry from previous stage???
I have one doubt half adder is used to add 1 bit no.s only and it doesn't take carry and here we are adding 2 bit no. Using half adder and also we are taking carry
I m really very confused 🤔
can we make the same by using IC's??
and how!?
Why not , make truth table for multiplier and multiplicand and multiplied answer then using k map you can easily make multipllier using ic's only
P1 and P2 can be implemented using OR gate instead of XOR gate?????
Awsome
Where is the realization of full sub. With nor gate???
sir I am not finding full subtractor using nor gate only,
where is it?
That's too complicated, and thus there is no need
won't p1 get a carry from p0?
Same question for me too
could've just used half adder instead of using other logical gates.
How OR became XOR ... i.e; how a1b0 plus a0b1 became a1b0 XOR a0b1 ???
good video but i am missing the flags :/
thicc arrow
Anyone.....Pls tell me the difference btwn multiplier and multiplexer......
multi flex selects input
upload some lecture of OS ....its relay help us
why not use truth table and k map would be easier !!1
How to design 1 bit multiplier
why is half adder used and not full adder?
Josh Mn we have to add only two digits and get carry output so we’re using half adder we need two terminals one for AB and other for C. In full adder we consider three digits (A,B,C) where C is previous carry. So we can use full adder by keeping C as zero.
@@alphasatari how we know that we have to draw first 4 add gates ?
your lectures are very good, sir can i get your email id please?
how we know that we have to draw first 4 add gates ?
3+2 =6not it's 5
I want education
Not ad
Ad u give to business people
Why did you not multiply A1B0 by 2?