Engineering Jobs   »   Latest Posts   »   Logic Gate

Logic Gate: Definition, Types, Truth Table

Logic Gate

A logic gate is a basic building block for designing Digital Circuits based on Boolean Algebra. Logic gates are basically used to perform logical operations on single or multiple binary inputs and give one binary output. Logic gates are implemented using diodes or transistors but most of the Logic Gates are made from MOSFETs (metal–oxide–semiconductor field-effect transistors). In this article, we will have a look at different types of basic logic gates, their truth tables, etc. Read the full article carefully and bookmark the site for further Engineering Job Updates.

Types of Logic Gate

Basically, there are three types of logic gates based on their applications:

  • Basic Logic Gate
  • Universal Logic Gate
  • Special Purpose Logic Gate

CIVIL Engineering MAHA PACK

Basic Logic Gates

Basic Logic Gates are the sort of logic gates that perform basic logical functions like multiplication, addition, and inversion. AND, OR, and NOT are categorized as basic logic gates. A detailed overview of them based on the truth table, logic symbol, etc is given below:

AND Gate

It is the two input and one output logic gate in which the output is high(1) only when both the inputs are high(1). AND Gate is represented by the following symbol, truth table, and Logical Expression:

Truth Table

A B Y
0 0 0
0 1 0
1 0 0
1 1 1

Symbol

Logic Gate: Definition, Types, Truth Table_4.1

OR Gate

It is the two input and one output logic gate in which the output is high(1) when either one or both inputs are high(1). OR Gate is represented by the following symbol, truth table, and Logical Expression:

Truth Table

A B Y
0 0 0
0 1 1
1 0 1
1 1 1

Symbol

Logic Gate: Definition, Types, Truth Table_5.1

NOT Gate

It is the single input and single output logic gate which complements the input. NOT Gate is represented by the following symbol, truth table, and Logical Expression:

Truth Table

A Y
0 1
1 0

Symbol

Logic Gate: Definition, Types, Truth Table_6.1

Electrical Engineering MAHA PACK

Universal Logic Gate

NAND and NOR are termed universal logic gates as any logic gate can be made from them. The detailed overview of universal logic gates in terms of symbol, truth table, and boolean expressions is given below:

NAND Gate

It is the two-input and one-output logic gate in which the output is high(1) when either one or both inputs are low(0). NAND Gate is represented by the following symbol, truth table, and Logical Expression:

Truth Table

A B Y
0 0 1
0 1 1
1 0 1
1 1 0

Symbol

Logic Gate: Definition, Types, Truth Table_8.1

NOR Gate

It is the two input and one output logic gate in which the output is high(1) when both inputs are high(1). NOR Gate is represented by the following symbol, truth table, and Logical Expression:

Truth Table

A B Y
0 0 0
0 1 0
1 0 0
1 1 1

Symbol

Logic Gate: Definition, Types, Truth Table_9.1

Special Purpose Logic Gate

XOR or Ex-OR gate and XNOR or Ex-NOR are special types of gates used in the half adder, full adder, and subtractor. The detailed overview of Special Purpose Logic Gate in terms of symbol, truth table, and boolean expressions is given below:

XOR or Ex-OR Gate

It is the two input and one output logic gate in which the output is high(1) when both inputs are different. XOR or Ex-OR Gate is represented by the following symbol, truth table, and Logical Expression:

Truth Table

A B Y
0 0 0
0 1 1
1 0 1
1 1 0

Symbol

Logic Gate: Definition, Types, Truth Table_10.1

MECHANICAL Engineering MAHA PACK

XNOR or Ex-NOR Gate

It is the two input and one output logic gate in which the output is high(1) when both inputs are the same. XNOR or Ex-NOR Gate is represented by the following symbol, truth table, and Logical Expression:

Truth Table

A B Y
0 0 1
0 1 0
1 0 0
1 1 1

Symbol

Logic Gate: Definition, Types, Truth Table_12.1

Now keep yourself updated with Latest Engineering Government Jobs 24×7 Download ADDA247 App Now! CLICK HERE

TSPSC AEE Admit Card 2022 To Be Out Soon, Download Link Here |_70.1

Sharing is caring!

FAQs

What are universal logic gates?

NAND and NOR are termed universal logic gates.

Which logic gate is termed as even parity detector?

XNOR is termed is even parity detector.

What are the types of logic gates?

AND gate OR gate, XOR gate, NAND gate, NOR gate, XNOR gate, and NOT gate are the seven types of logic gates.

Leave a comment

Your email address will not be published. Required fields are marked *