Sunday, July 7, 2013

on

The Logic "OR" Gate

Definition

A Logic OR Gate or Inclusive-OR gate is a type of digital logic gate that has an output which is normally at logic level "0" and only goes "HIGH" to a logic level "1" when one or more of its inputs are at logic level "1". The output, Q of a "Logic OR Gate" only returns "LOW" again when ALL of its inputs are at a logic level "0". In other words for a logic OR gate, any "HIGH" input will give a "HIGH", logic level "1" output.
The logic or Boolean expression given for a logic OR gate is that for Logical Addition which is denoted by a plus sign, ( + ) giving us the Boolean expression of:  A+B = Q.
Then we can define the operation of a 2-input logic OR gate as being:
"If either A or B is true, then Q is true"


2-input Transistor OR Gate

A simple 2-input logic OR gate can be constructed using RTL Resistor-transistor switches connected together as shown below with the inputs connected directly to the transistor bases. Either transistor must be saturated "ON" for an output at Q.
2-input Transistor OR Gate
Logic OR Gates are available using digital circuits to produce the desired logical function and is given a symbol whose shape represents the logical operation of the OR gate.

The Digital Logic "OR" Gate

2-input OR Gate

SymbolTruth Table
2-input OR gate
2-input OR Gate
BAQ
000
011
101
111
Boolean Expression Q = A+B Read as A OR B gives Q

3-input OR Gate

SymbolTruth Table
3-input OR gate
3-input OR Gate
CBAQ
0000
0011
0101
0111
1001
1011
1101
1111
Boolean Expression Q = A+B+C Read as A OR B OR C gives Q
Like the AND gate, the OR function can have any number of individual inputs. However, commercial available OR gates are available in 2, 3, or 4 inputs types. Additional inputs will require gates to be cascaded together for example.

Multi-input OR Gate

6-input OR Gate

The Boolean Expression for this 6-input OR gate will therefore be:   Q = (A+B)+(C+D)+(E+F)
If the number of inputs required is an odd number of inputs any "unused" inputs can be held LOW by connecting them directly to ground using suitable "Pull-down" resistors.
Commonly available OR gate IC's include:
  TTL Logic Types
  •  
  • 74LS32 Quad 2-input
  CMOS Logic Types
  •  
  • CD4071 Quad 2-input
  • CD4075 Triple 3-input
  • CD4072 Dual 4-input

Quad 2-input OR Gate 7432

2-input OR gate 7432
In the next tutorial about Digital Logic Gates, we will look at the digital logic NOT Gate function as used in both TTL and CMOS logic circuits as well as its Boolean Algebra definition and truth table.

0 comments:

Post a Comment