HI Guys,
Welcome to the Computer worldComputer world helps all of you to improve your knowledge and understanding about Computer world.Computer world is all about the Computer. All the article in the computer world is about Computer science.

Today we are taking  about Logic gates  in computer (Computer world). You people wants learn about  Logic gates  in computer  .Then your are at right page.

Today here we talk about  Logic gates  in computer  in our article. I hope this article helps you to increase your knowledge.So by this " Logic gates  in computer  " article you can easily understand about the  Logic gates  in  computer.          


                Logic gates in computer 


https://www.computerworld.cf/2018/10/logic-gates-in-computer.html


Logic gates are used to perform some logical operation. There are many types of logical gates which are given below:-

1:-  AND gate
2:-  OR gate
3:-  NOT gate

AND gate:- These gate are used to perform AND logical expression.

Logical symbol of AND gate is ⫐.

Truth table of AND gate.

               A      B       C        
               0       0       0
               0       1       0
               1       0       0
               1       1       1

Symbolic form of AND gate

                    A  ↪  
                              ⫐   ↪    C
                    B ↪   


OR gate:- These logical gate are used to perform OR logical operation.

Logical Symbol of OR gate is  OR ANSI Labelled.svg.

Truth table of OR gate:-


               A      B       C        
               0       0       0
               0       1       1
               1       0       1
               1       1       1

Symbolic form of OR gate:-

                   OR ANSI Labelled.svg
NOT gate:-  These logical gates are used to perform NOT logical operation. In which we have only one input but in output we take the compliment of the input.

 Logical Symbol of NOT gate NOT ANSI Labelled.svg.


Truth table of NOT gate.


               A      B         
               0        1
               1        0

        Symbolic from of NOT gate.

               NOT ANSI Labelled.svg

Learn More :-

Most Important terms Program and characteristic of program