top of page
Writer's pictureNagashree R Nadig

Important facts about logic gates

Updated: Sep 15


A #logicgate is an electronic circuit that accepts binary inputs and produces a binary output. They are named after the Boolean functions they perform on the inputs. A logic gate can have multiple inputs but has only one output. Here are some salient facts about these logic gates,

  • Transistors are used in the electronic circuit that internally constitutes a logic gate. The most commonly used transistor type in these circuits is the CMOS type. CMOS transistors have an advantage over other transistor types in the reduction of power consumption.

  • The input-output relation of a logic gate is represented as a truth table.

  • Universal logic gates, when used independently in a circuit, can reproduce the Boolean function of other logic gates. This property is called as functional completeness. NAND and NOR are the universal logic gates.

  • OR, AND, XOR, XNOR and NOT are some of the basic logic gates that can be realized using the universal gates. | Important facts about logic gates |



Important facts about logic gates Truth tables

  • OR (A.B) gate performs logical OR operation. The output of this Boolean function will be the maximum among the inputs given to the gate. The truth table for an OR gate functions as follows,

Truth Table for OR gate
Truth Table for OR gate
  • AND (A+B) gate performs logical AND operation. Here, the minimum value among the inputs given to the gate reflects as the output. The truth table for this gate is as follows,

Truth Table for AND gate
Truth Table for AND gate

  • NOT (­A') gate performs logical NOT operation. This gate inverts the binary input given to the gate. Hence this gate is also known as an Inverter. Here is the simple truth table of the NOT gate,

Truth Table for NOT gate
Truth Table for NOT gate

  • XOR ((A.B')+(A'.B) or A ⊕ B) gate performs logical XOR operation. The output of this gate will be high only when only one of the inputs given to the gate is high. The truth table for this gate reads as follows,

Truth Table for XOR gate
Truth Table for XOR gate

  • XNOR ((A.B)+(A'.B') or (A ⊕ B)' ) performs logical XNOR operation. The output of the gate is high only when both the inputs are the same. The truth table of this gate is the complement of the XOR gate.

Truth Table for XNOR gate
Truth Table for XNOR gate

  • NAND (A.B)' gate is a universal gate and, it performs logical NAND operation. The output of this gate can be high only if at least one of the inputs is low. The truth table is the complement of the AND gate. Hence, the name NAND- NOT AND.

Truth Table for NAND gate
Truth Table for NAND gate

  • NOR (A+B)' gate is also a universal gate and performs logical NOR operation. The gate outputs high binary values only when both the inputs are low. This gate is the complement of the OR gate. Hence, the name NOR- NOT OR. The truth table for this gate functions as follows,

Truth Table for NOR gate
Truth Table for NOR gate

  • The buffer (A) gate's output is equal to the value of the input. This gate too can be realized using the universal gates.

Truth Table for the buffer gate
Truth Table for the buffer gate

  • Each of these gates is represented as symbols in the schematic diagrams of a digital circuit. The following table puts forth all the logic gate symbols,

Logic Gate Symbols
Logic Gate Symbols

  • The voltage given to achieve off state in a logic gate is zero, while to achieve ON state, the voltage range given to the logic gate must be 3.5 to 5 volts.

  • The number of inputs a logic gate can have is as many as four inputs. The truth table will vary according to the number of inputs given to the gate.

  • The logic gates are employed in the adder, multiplexer, and flip-flop circuits. They are also the fundamental elements of intricate circuits like microcontrollers and microprocessors. Thus, logic gates can be considered as the key elements in the world of #digitalelectronics .



Content Written by-


Name- Nagashree R Nadig


See Also-






Check out our Free Arduino Projects Playlist - Arduino Projects

Check out our Free Raspberry Pi Projects Playlist - Raspberry Pi Projects

Check out our Free TinkerCAD Projects Playlist - TinkerCAD Projects

Check out our Free IoT Projects Playlist - IoT Projects

Check out our Free Home Automation Projects Playlist - Home Automation Projects

Check out our Free NodeMCu Projects Playlist - NodeMCu Projects



Order Electronics Projects


Want us to guide you through your project or make the project for you? Click on the button below or reach out to us via Call/WhatsApp at (+91) - 7600948607


You can -


  • Order Basic Electronics Projects

  • Order Embedded Systems Projects

  • Order IoT Projects

  • Order FPGA Projects

  • Order VLSI Projects

  • Order Image Processing Projects

  • Order Matlab Projects

  • Order TinkerCAD Projects

  • Order Proteus Projects


Click on the button below to fill out the project inquiry form -





Create Various Projects


Check out our Free Arduino Projects Playlist - Arduino Projects 

Check out our Free Raspberry Pi Projects Playlist - Raspberry Pi Projects 

Check out our Free TinkerCAD Projects Playlist - TinkerCAD Projects 

Check out our Free IoT Projects Playlist - IoT Projects 

Check out our Free Home Automation Projects Playlist - Home Automation Projects 

Check out our Free NodeMCu Projects Playlist - NodeMCu Projects 



Follow us -


Please do follow us i.e. #learnelectronicsindia to get daily updates about new blogs, videos, courses, products, offers, competitions, quizzes, and Internship Opportunities.















512 views4 comments

Related Posts

See All

4 comentários


Daipayan Maitra
Daipayan Maitra
10 de ago. de 2023

I found this blog on logic gates to be incredibly informative. It covers all the essential gates, including the OR gate, and provides practical examples for better comprehension.

Curtir

ashitanarvekar2002
28 de jul. de 2023

Clear and concise. LearnElectronics India's expertise shines through.

Curtir

Anushka Gupta
Anushka Gupta
21 de jul. de 2023

This article on logic gates by Learn Electronics India is an absolute gem! As an electronics enthusiast, I was impressed by the depth of knowledge presented in a concise and reader-friendly manner. The flow of the content makes it easy to follow, even for someone new to the topic. I particularly enjoyed the practical examples that showcase how logic gates form the backbone of digital circuits.

Curtir

Palak Sharma
Palak Sharma
19 de jun. de 2023

Excellent explanation of the AND logic gate! This blog provides a clear understanding of how the AND gate functions in digital circuits. Kudos to the author for simplifying a complex topic!

Curtir
bottom of page