Digital Electronics: Realizing Half Subtractor using NOR Gates only. Contribute: www.nesoacademy... Website ► www.nesoacademy... Facebook ► goo.gl/Nt0PmB Twitter ► / nesoacademy Pinterest ► / nesoacademy
Пікірлер: 18
@barsilgen1202 жыл бұрын
Thank you sir for wonderful explanation!
@remyaunnikrishnan20376 жыл бұрын
why is difference not realised in the same way as half adder using nor gates
@gauravbhandari93044 жыл бұрын
There is no need of 5 nor gates we have to use only 4 nor gates for find xor of A and B
@dipjyotibalomajumder99084 жыл бұрын
In the previous video of Neso academy the circuit used to form ExOR gate to form half adder by NOR is not used here as to get the borrow that from that circuit we need to use another NOR gate so overall no of gate increased.
@YashankKumaryk8 жыл бұрын
why didn't you find borror here first like you did in half adder where u find carry first so as to reduce the no. of or gates??
@rajeshprajapati66622 жыл бұрын
I tried and I think that will require more number of gates compared to the video. He's showing the optimized ones only.
@jainandanmodi11249 жыл бұрын
please upload the video on full sub using nand gate.
@abdxlive Жыл бұрын
Unlike A'B Above We May Have B'A Down Then Why Are We Using Two Extra NAND Gates At Right Side 🤔
@gusp57629 жыл бұрын
Where is the next lecture where you say you will implement the full subtractor usin nand gates? cant find it
@rachitbansal15554 жыл бұрын
Voice of audio in the video is not clear
@debasiskhadanga8626 жыл бұрын
How to know there is on 5 gate only
@anshuleshpandey90429 жыл бұрын
Where is full subtractor using NAND/NOR gates ?? not able to find it.
@YashankKumaryk8 жыл бұрын
ryt!
@divyabasati49697 жыл бұрын
why we have to use 5 nor gates here????
@KunwarBharatSingh5 жыл бұрын
because 5 gates are able to give us the equation which is needed to satisfy here
@ritikshrivastava94424 жыл бұрын
always try to implement things with minimum number of gates que in may be asked like this implement half substractor using minimum numbers of nor gates only .
@Dop-df8yl2 жыл бұрын
I thought of using nor gates the way they have been used in implementing half adder that would give me a xor b...and for borrow that is A'B ..I just used another nor with B' and A ...so ( A+B')' = A'.(B')' = A'B ...is this correct or i made some mistake there 🥲