A circuit designed to perform a particular logical function based on the concepts of ‘and’, ‘either-or’, ‘neither-nor’, etc. Normally these circuits operate between two discrete voltage levels, i.e. high and low logic levels, and are described as binary logic circuits. Logic using three or more logic levels is possible but not common.
The basic logic gates that implement the elementary logical functions are as follows.
The graphical symbols for the logic gates are shown in the table. These circuits are for use with positive logic: that is, the high voltage level represents a logical 1 and low a logical 0. Negative logic has the high level representing a logical 0 and low a logical 1. The same circuits may be used in negative logic but become the complements of the positive logic circuits, i.e. a positive OR gate becomes a negative AND gate.
Binary logic circuits are extensively used in computers to carry out instructions and arithmetical processes. Any logical procedure may be effected by using a suitable combination of the basic gates. See also truth table; Boolean algebra.
Binary circuits may be formed from discrete components or, more commonly, from integrated circuits. Families of integrated logic circuits exist based on bipolar junction transistors; these include emitter-coupled logic (ECL), I2L, nonthreshold logic (NTL), and transistor-transistor logic (TTL). MOS logic circuits are based on MOSFETs. Typically, these are built using either the NMOS or CMOS MOSFET families.
Bipolar logic circuits are capable of very high-speed operation but have relatively complex structures compared to MOS logic circuits, and therefore a lower functional packing density. MOS logic circuits have thus been widely used for large-scale integration (LSI) despite their lower speed of operation, and bipolar logic circuits have been used for circuits demanding high performance and high speeds. Recent improvements in bipolar technology, however, have improved the packing densities that can be achieved with bipolar circuits. For VLSI (very large-scale integration) applications demanding high speeds of operation, bipolar circuits have great potential. I2L circuits offer the highest density and lowest power dissipation, approaching that of MOS circuits. ECL circuits have the highest performance at present. However, given their high noise immunity and low static power consumption, most modern VLSI devices are built using CMOS.
https://logic.ly/lessons/ An introduction to logic circuits and gates