Skip to main content

logic gate

LOGIC GATES

 LOGIC GATES

                      In digital electronics, the decision making capability of the gate circuit is called logic, and a type of logic circuit that performs a specific logical operation e.g AND or OR etc is called a gate. So, the logic gates are the type of electronic circuits that makes logical decisions, and their output depends on the preset rules. The logic gates can have multiple inputs but always has a single output. A gate is just like a switch which can be ON or OFF. The ON state represents logic 1, while the OFF state represents logic 0. A gate can not only add, subtract, count, etc but can also store the information. 


The most common types of the gates;

                                      In Boolean Algebra, there are three basic operations, +,\:.\:,\:^\prime which are analogous to disjunction, conjunction, and negation in propositional logic. Each of these operations has a corresponding logic gate. Apart from these there are a few other logic gates as well.

  • AND gate(.) – The AND gate gives an output of 1 if both the two inputs are 1, it gives 0 otherwise.
  • OR gate(+) – The OR gate gives an output of 1 if either of the two inputs are 1, it gives 0 otherwise.
  • NOT gate(‘) – The NOT gate gives an output of 1 input is 0 and vice-versa.
  • XOR gate(\oplus) – The XOR gate gives an output of 1 if either both inputs are different, it gives 0 if they are same.
  • NAND gate(\uparrow)- The NAND gate (negated AND) gives an output of 0 if both inputs are 1, it gives 1 otherwise.
  • NOR gate(\downarrow)- The NOR gate (negated OR) gives an output of 1 if both inputs are 0, it gives 0 otherwise.
  • XNOR gate(\odot)- The XNOR gate (negated XOR) gives an output of 1 both inputs are same and 0 if both are different.                                                                                                                                                                                                                                        LOGIC GATE SYMBOLS 
Small Logic Gates — The building blocks of digital circuits -  Part 2


                                              1.AND GATE;

               A circuit which performs an AND operation is shown in figure. It has n input (n >= 2) and one output.


AND gate

Logic diagram;

AND Logical Diagram

Truth Table;

AND Truth Table


                      2.OR GATE;

             A circuit which performs an OR operation is shown in figure. It has n input (n >= 2) and one output.


OR gate

LOGIC DIAGRAM;

OR Logical Diagram

TRUTH TABLE;

OR Truth Table


                        3.NOT GATE;

          NOT gate is also known as Inverter. It has one input A and one output Y.

NOT gate

LOGIC DIAGRAM;

NOT Logical Diagram

TRUTH TABLE;

NOT Truth Table


                          4. NAND GATE;

A NOT-AND operation is known as NAND operation. It has n input (n >= 2) and one output.


NAND gate

LOGIC DIAGRAM;


NAND Logical Diagram

TRUTH TABLE;

NAND Truth Table

                             5.NOR GATE;

A NOT-OR operation is known as NOR operation. It has n input (n >= 2) and one output.


NOR gate

LOGIC DIAGRAM;


NOR Logical Diagram

TRUTH TABLE;

NOR Truth Table

                            6. XOR GATE;

XOR or Ex-OR gate is a special type of gate. It can be used in the half adder, full adder and subtractor. The exclusive-OR gate is abbreviated as EX-OR gate or sometime as X-OR gate. It has n input (n >= 2) and one output.


XOR gate

LOGIC GATE;

XOR Logical Diagram

TRUTH TABLE;

XOR Truth Table

                          7. XNOR GATE;

XNOR gate is a special type of gate. It can be used in the half adder, full adder and subtractor. The exclusive-NOR gate is abbreviated as EX-NOR gate or sometime as X-NOR gate. It has n input (n >= 2) and one output.


XNOR gate

LOGIC DIAGRAM;

XNOR Logical Diagram

TRUTH TABLE;

XNOR Truth Table



Comments

Popular posts from this blog

BINARY ARITHMETIC

Image

EASTER EGG IN MULTIMEDIA SOFTWARE

Image

NUMBER SYSTEM CONVERSION

Image

Popular posts from this blog

HEXADECIMAL NUMBER SYSTEM CONVERSION

CONONOCAL FORMS

THE EASTER EGG IN MICROSOFT OFFICE