edited by
7,748 views
1 votes
1 votes

For me 

one 4-input nand gate could be implemented by five 2-input nand gates is this correct or can we implement using less number of gates

edited by

1 Answer

1 votes
1 votes
yeah if course its a nice logic buddy

see for one 3 i/p nand gate wants 3 2i/p nand gates----->3*1+0

see for one 4 i/p nand gate wants 5 2i/p nand gates----->4*1+1

see for one 5 i/p nand gate wants 7 2i/p nand gates----->5*1+2

see for one 6 i/p nand gate wants 3 2i/p nand gates----->6*1+3

see for one 7 i/p nand gate wants 11 2i/p nand gates----->7*1+4

Related questions

0 votes
0 votes
3 answers
2
0 votes
0 votes
1 answer
4
radha gogia asked Jul 13, 2015
578 views
I am unable to understand the implementation of stack using queue , I understood queue implementation using stack but not this one , I searched for a video lecture too bu...