Showing posts with label AND gate. Show all posts
Showing posts with label AND gate. Show all posts

NAND Gate

                        Hello students once again welcome back. In last post we learn about OR gate in this post we will learn about NAND .
                        NAND gate is nothing but 'Not - AND gate '. It is combination of AND gate and NOT gate . Output of AND gate is given as input to NOT gate and Output of NOT gate becomes Output of combination i.e. NAND gate .When gate has n inputs it is called n-bit NAND gate. Output of NAND gate is high(1) when anyone of input is low(0).
                     When both inputs are high(1) ,output is low(0).IC 7400 is known as Quad Dual input NAND gate.In Boolean Algebra NAND gate is known as universal building block.
                     Symbol and truth of two bit NAND gate is as follows:-
                    That's it . In next post we will learn about NOR gate.

                         

AND gate

                   Hey student's once again welcome to all of you. In last topic we have seen the introduction to Logic gates , necessary of Logic gates. In this topic I am going to tell about AND gate . Let's begin!!
                   AND gate has one or more inputs but only one output.Output is high when all inputs to AND gates are high (1). So , we can define AND gate as the gate whose output is high only when all inputs are high. Trick to remember when the Output of AND gate is high is that AND gate  is same as conjunction in maths . In maths truth value of sentence is true when all given statements have truth value True. Just like in AND gate output is high when all inputs are High.
                           When gate has n inputs it is called n bit AND gate. In Boolean Algebra '.' represent AND gate. IC 7408 is quad dual input AND gate . The symbol and truth table of 2 input AND gate is as follows:- 

                                             
                                                                                          OUTPUT EXPRESSION IS Y= A.B (Read as A and B). 
                          In next post I will tell you about NOT gate.

Some important Boolean Formulae

                                Hey guys once again welcome back . In last post we learnt about NOR Gate and also I wrote their that in ne...