Basic concepts

Logic Gates and Types | Digital Electronics

Hello Engineers. So, today I am going to talk about a basic foundational topic of digital electronics. Logic gates and types of logic gates with detailed explanation and their applications. So, let’s start with our today’s topic about the logic gates and types of logic gates with also practical circuits using transistors. Also, I have put a PDF download option below the post if you want to download a detailed PDF for this post.

What are Logic Gates?

A logic gate is a basic foundational/basic building block in the field of digital electronics. Logic gates usually take one or more inputs as binary form and produce only one output in the form of 0s or 1s. The inputs and the output depend on the type of gate. So let’s understand different types of gates.

Basic Logical gates

1.Gate:-

An AND gate is a type of logic gate that takes two or more inputs and produces only one output after performing the AND operation. Below are the symbol and the truth table.

Logical AND expression is as follows:-

Y = A AND B

Y = A * B

Y = AB

Logic gates and types of logic gates
AND Gate Symbol
Transistor AND Gate circuit
INPUT AINPUT BOUTPUT Y (A AND B)
000
010
100
111

2.NOT Gate:-

A NOT gate, also called an inverter takes 1 input and produces complement of it as output. A NOT expression is as follows:- Y = NOT A => Y = A’ (compliment of A).

NOT GATE SYMBOL
Transistor NOT GATE

TRUTH TABLE NOT GATE

INPUT AOUTPUT A’ OR A COMPLIMENT
01
10

3.OR Gate:-

An OR Gate takes 2 or more inputs and performs logical OR operation to produce a single output.

Expression

Y = A OR B => Y= A+B

Logic Gates and Types
OR Gate Symbol
Logic Gates and Types
OR Gate using NPN Transistors

4.X-OR Gate:-

This is a gate whose output is low when inputs are the same and high when both the inputs differ.

XOR gate symbol and expression:-

INPUT AINPUT BOUTPUT
000
011
101
110

5.X-NOR Gate:-

It is a gate that provides a high output on the same inputs.

INPUT AINPUT BY ( A XNOR B )
001
010
100
111

6.NOR Gate:-

A NOR gate is a universal gate that is made up of an OR gate followed by a NOT gate. The input is first OR and then OR gate output undergoes NOT operation.

NOR Gate symbol and expression:-

NOR Gate
Logic gates and types
NOR gate implementation by NPN

TRUTH TABLE OF NOR GATE

INPUT AINPUT BOUTPUT (A+B)’
001
010
100
110

7. NAND Gate:-

A NAND Gate is a Universal gate made by using an AND Gate followed by a NOT gate. Below is the symbol and the logical expression for a NAND gate followed by a truth table.

INPUT AINPUT BOUTPUT Y(A*B)’
001
011
101
110

Applications of Logical Gates

Logic Gates are basically used in devices where we need to perform some computation, programming or processing of some input. Input is in form of binary digits i.e, 0 and 1. There are also some other applications of logic gates. Below are listed some of the applications of logic gates.

  1. NAND Gate( AND & NOT) is used in inverters, Motor control systems.
  2. Flip-flops, counters, Memory devices.
  3. Alarms clocks.
  4. Computational and processing devices like Desktop, Laptop, Mobile phones, calculators.
  5. Data storage devices, CPU- Registers, RAM, ROM.
  6. Devices like multiplexers, Demultiplexers, Encoders, Decoders.
  7. Micro-controllers and micro-processors.
  8. Almost every electronics device in today’s world is making use of logical circuits.
  9. Electronics Debugging tools and instrumentations.

I hope you guys liked it. Tell me in the comments if you have any doubts or anything you feel. Also, you can subscribe to our newsletter for the latest post updates.

Download Logic gates PDF Book here.
Content Protection by DMCA.com
Aabhishek
Aabhishek
Aabhishek Sharma is a Computer Science Engineer and a Digital Marketing Trainer and Consultant. Aabhishek Sharma also loves working on Electronics Projects and working with microcontrollers and Designing Home automation Gadgets.
http://www.electroinvention.co.in

14 Replies to “Logic Gates and Types | Digital Electronics

  1. Wow, that’s what I was seeking for, what a data! present here at
    this website, thanks admin of this website.

  2. wow. it’s simple and straight to the point. never imagined using 2 n2222 for explanations like this. thanks

Leave a Reply

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