Minimum Number of NAND Gates for a Logical Expression

  Рет қаралды 56,275

Ritu Kapur Classes

Ritu Kapur Classes

Күн бұрын

Пікірлер: 64
@puneettripathi740
@puneettripathi740 3 жыл бұрын
THREE YEAR OLD VIDEO HELPING ME AGAIN TO UNDERSTAND CONCEPT, THANK YOU MAM.
@ritukapurclasses1591
@ritukapurclasses1591 3 жыл бұрын
Thank you 😊
@rohanpratap2459
@rohanpratap2459 4 жыл бұрын
Great video👍👍👍 Superb mam
@ritukapurclasses1591
@ritukapurclasses1591 4 жыл бұрын
Thank you 😊
@rohanpratap2459
@rohanpratap2459 4 жыл бұрын
@@ritukapurclasses1591 mam please make more videos 🙏🙏
@ritukapurclasses1591
@ritukapurclasses1591 4 жыл бұрын
Sure... Any specific topics you want me to make the videos on?
@rohanpratap2459
@rohanpratap2459 4 жыл бұрын
@@ritukapurclasses1591 mux demux or ADC DAC
@myllapallikumar6260
@myllapallikumar6260 5 жыл бұрын
Sweet voice n xplantion too 😊
@anuragrai1900
@anuragrai1900 3 жыл бұрын
Very Helpful and yours handwriting is just amazing.
@ritukapurclasses1591
@ritukapurclasses1591 3 жыл бұрын
Thank you 🙂
@AMREENRAMEEZ21
@AMREENRAMEEZ21 3 жыл бұрын
Wowwwwww handwriting superb
@ritukapurclasses1591
@ritukapurclasses1591 3 жыл бұрын
Thank you 🙂
@rahulbhadoria_1161
@rahulbhadoria_1161 2 жыл бұрын
Thank you So much Mam for such a simple and Great 👍👏 Explanation
@ritukapurclasses1591
@ritukapurclasses1591 Жыл бұрын
Most Welcome!
@anant7652
@anant7652 6 жыл бұрын
very nice explanation
@MysticParagon5499
@MysticParagon5499 4 жыл бұрын
Love this video.
@tumtum6910
@tumtum6910 5 жыл бұрын
This is what I was looking for!
@satyaprakashsahoo7772
@satyaprakashsahoo7772 6 жыл бұрын
Finally mam 4k subscribers... I think you don't do paid promotion... Great
@ritukapurclasses1591
@ritukapurclasses1591 4 жыл бұрын
No, I dont do paid promotions...
@maneeshverma3896
@maneeshverma3896 5 жыл бұрын
Great Explanation
@Shivnath281
@Shivnath281 4 жыл бұрын
Just wow..
@anindyabhattacharya2882
@anindyabhattacharya2882 6 жыл бұрын
Nice explanation ma’am
@chokopola8664
@chokopola8664 6 жыл бұрын
wow thnk u so much mam this was very helpful
@ritukapurclasses1591
@ritukapurclasses1591 6 жыл бұрын
+sayan chakraborty thank you..
@saurabhkumar-ch2xs
@saurabhkumar-ch2xs 4 жыл бұрын
thank you
@kavinashokan5692
@kavinashokan5692 5 жыл бұрын
Neat hand writing
@RakeshKumar-pm2xm
@RakeshKumar-pm2xm 7 жыл бұрын
command in digital also .............super
@ritukapurclasses1591
@ritukapurclasses1591 7 жыл бұрын
+Rakesh Kumar thank you :) Means a lot, really...
@educationkorner264
@educationkorner264 6 жыл бұрын
Nice
@Ravindramishra-bh6hq
@Ravindramishra-bh6hq 4 жыл бұрын
Implement Z=A+B using NAND implementation by converting it into its SOP form first .
@ritukapurclasses1591
@ritukapurclasses1591 4 жыл бұрын
3 Nand gates, one each to form A bar and B bar, and finally one to Nand A bar and b bar. I'll post the complete solution video by tomorrow.
@ritukapurclasses1591
@ritukapurclasses1591 4 жыл бұрын
I could send you the written solution immediately through email. Email me at rkclasses15@gmail.com, if required.
@Ravindramishra-bh6hq
@Ravindramishra-bh6hq 4 жыл бұрын
@@ritukapurclasses1591 Sure mam , I also subscribed and waiting for your video . Thanks mam
@ritukapurclasses1591
@ritukapurclasses1591 4 жыл бұрын
Sure :) I'll post it tomorrow...
@harshit2soni
@harshit2soni 5 жыл бұрын
If we follow this approach, then to find minimum no. of NAND GATES for xy'+x'y. our answer comes equal to 5 and the actual answer is 4. Please correct me If I am wrong,
@koolandsexyboy
@koolandsexyboy 5 жыл бұрын
Using the intuitive way, XOR (A,B) = A' B + A B' So, for using NAND Gates, we use double complement method: XOR (A,B) = ( (A' B + A B' ) ' ) ' = ( (AB') ' . (AB') ' )' Now in order to implement A' and B' we will have to use two NAND Gates and then two more to implement (A' B)' and (AB') '. And at last 1 more NAND Gate to implement ( (A' B)' . (AB') ' )'. Hence all in all we Will be using 5 NAND Gates. This WONT WORK ! Hence we have to think of an OPTIMIZED Solution ! Therefore we use a new method to obtain (AB') ' and (AB') ' using lesser number of Gates. Using NAND gates we directly have (AB)' . Now we can make use of this and obtain (AB') ' and (AB') ' using lesser number of gates: We see : (A B') ' = ((AB)'.A) ' And (A' B) ' = ( (AB)'.B ) ' Hence the equation can be reduced to : XOR(A,B) = ( ( (AB)'.B ) ' . ((AB)'.A) ' ) ' This solution would require 4 Gates only. Hence Logically we can arrive at this solution.
@shravankulkarni786
@shravankulkarni786 4 жыл бұрын
Mam minimum no of NAND gates for Y=(A' + B') (C+D)? (ISRO PAPER JAN 12, 2020)
@SHASHANKRUSTAGII
@SHASHANKRUSTAGII 4 жыл бұрын
6
@shravankulkarni786
@shravankulkarni786 4 жыл бұрын
@@SHASHANKRUSTAGII Hi Shashank, how have you arrived at the answer? Any link or resource for explanation pls...
@moulichoudhury701
@moulichoudhury701 4 жыл бұрын
Mam , AB+BC+CD how many nand gates required for this ? Show me the process?
@ritukapurclasses1591
@ritukapurclasses1591 4 жыл бұрын
Sure... I'll post very soon...
@ritukapurclasses1591
@ritukapurclasses1591 4 жыл бұрын
@Mauli: A quick video similar to what you are asking, i.e., the process of breaking the expression into sub-expressions, and mapping them to gates is here: kzbin.info/www/bejne/rne8eIl4rNqsq80 Though, I'll pot the exact one very soon. Thank you...
@falakkhan8147
@falakkhan8147 5 жыл бұрын
thank you :)
@ratnakarmayank
@ratnakarmayank 3 жыл бұрын
need sol for A + BC now, exam chal rha he!
@ritukapurclasses1591
@ritukapurclasses1591 3 жыл бұрын
Haha! No help for exam cheating purpose. .
@shadanakhtar1437
@shadanakhtar1437 6 жыл бұрын
Mam please make more video on digital
@ritukapurclasses1591
@ritukapurclasses1591 6 жыл бұрын
Sure... I'll put on some more videos this weekend... Is there any specific topic you want me to start with?
@shadanakhtar1437
@shadanakhtar1437 6 жыл бұрын
Thanks for replying, MamIam yiur Big Fan of your Concept in Digit so please make video on this toouc please iam waiting question is that ""How many flip-flops are required to make a MOD-32 binary counter"
@shadanakhtar1437
@shadanakhtar1437 6 жыл бұрын
How many flip-flops are required to make a MOD-32 binary counter Please make video on above topic please mam
@GM-xz4xc
@GM-xz4xc 6 жыл бұрын
thank you maam !!
@ritukapurclasses1591
@ritukapurclasses1591 6 жыл бұрын
Happy to help...
@raisaabbas5997
@raisaabbas5997 6 жыл бұрын
Very informative, but what if the expression isn't provided?
@ritukapurclasses1591
@ritukapurclasses1591 6 жыл бұрын
You'll be given at least some information for which you would need to find the minimum number of nand gates. Could you specify what kind of question you are trying to solve?
@gobeyondyourknowledge3794
@gobeyondyourknowledge3794 3 жыл бұрын
Realize the following function by minimum number of 2-input NAND gates only F ( A, B, C, D ) = B ( A + CD ) + AC
@gobeyondyourknowledge3794
@gobeyondyourknowledge3794 3 жыл бұрын
Pls solve this problem
@Guruji-vz8eg
@Guruji-vz8eg 6 жыл бұрын
Suppose we have y= AB+CD+E What about this type que
@debmalyasur
@debmalyasur 4 жыл бұрын
Same approach should be followed... Ans will be 6 2-input NAND gates are required.
@himanshudadrah
@himanshudadrah 6 жыл бұрын
What should be the ans? Minimum number of 2 input NAND gate required to implement the following function Dbar + A.B + BbarC
@mihirvaghela2185
@mihirvaghela2185 6 жыл бұрын
What is the answer?
@anandmaurya4045
@anandmaurya4045 5 жыл бұрын
What is ans :P
@harshit2soni
@harshit2soni 5 жыл бұрын
@@anandmaurya4045 7?
@sagargeetadarshan5182
@sagargeetadarshan5182 4 жыл бұрын
Is 4 the answer??
@NewOne76
@NewOne76 6 жыл бұрын
Keep it up... 😊
@ritukapurclasses1591
@ritukapurclasses1591 6 жыл бұрын
+Sourav Mukherjee thank you...
COUNTERS- New Topic (Lecture 1)
7:54
Ritu Kapur Classes
Рет қаралды 793
NAND Gate as Universal Gate (Part 1)
8:56
Neso Academy
Рет қаралды 746 М.
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 9 МЛН
Чистка воды совком от денег
00:32
FD Vasya
Рет қаралды 3,1 МЛН
Bubble method NAND implementation
12:57
Digital Soup
Рет қаралды 29 М.
Example Problems Boolean Expression Simplification
10:03
ENGRTUTOR
Рет қаралды 1,1 МЛН
Boolean Algebra 1 - The Laws of Boolean Algebra
14:54
Computer Science Lessons
Рет қаралды 471 М.
Unboxing the Raspberry Pi CM5 Development Kit
11:36
Level 2 Jeff
Рет қаралды 41 М.
Digital Electronics: Logic Gates - Integrated Circuits Part 1
8:45
Derek Molloy
Рет қаралды 1,4 МЛН
SOP and POS Form Examples
12:38
Neso Academy
Рет қаралды 1,4 МЛН
Implementation of Boolean Function using Multiplexers
8:34
Neso Academy
Рет қаралды 1,6 МЛН
I thought one thing and the truth is something else 😂
00:34
عائلة ابو رعد Abo Raad family
Рет қаралды 9 МЛН