Actve High And Active Low Pins????

Thread Starter

dogar sahab

Joined Mar 15, 2008
116
i am quite confused regarding the active high and low pins..please guide me through the whole step....how they work and please tell me the practical application of decoders....where are they practically used????
 

Thread Starter

dogar sahab

Joined Mar 15, 2008
116
i am talkin about the input at ACTIVE HIGH or input at ACTIVE LOW...what does this mean???how do they work???in case of decoders,lets suppose,what does this mean that FOR PROPER WORKING OF DECODERS,THE ENBLE INPUTS MUST BE AT ACTIVE HIGH LEVELS????
 

beenthere

Joined Apr 20, 2004
15,819
The best approach is to obtain the data sheet for the specific encoder you wish to use. It will indicate each pin's function and the logic level that satisfies the enable or selection.
 

techroomt

Joined May 19, 2004
198
if an "active low" device's output is turned on (active), the output signal will be a logic low. and vice versa, if an "active high" device's output is turned on the output signal will be at a logic high level. realize also that active low and active high can apply to inputs as well. since you are likely familiar with active high devices, just imagine an inverter at the pin so the signal gets inverted.
 

mik3

Joined Feb 4, 2008
4,843
i am quite confused regarding the active high and low pins..please guide me through the whole step....how they work and please tell me the practical application of decoders....where are they practically used????
Active High means that the output of the chip (or a condition in the chip) changes when the input is made high.

Active Low means that the output of the chip (or a condition in the chip) changes when the input is made low.
 

Papabravo

Joined Feb 24, 2006
21,225
The terms are difficult to explain out of context. If you remember DeMorgan's rules you know that each kind of logic gate can be drawn in two different ways.
Rich (BB code):
An AND gate can be written or drawn as
 
Y  = A  &  B       or
 
Y* = A* |  B*
 
The two forms are completely and absolutely equivalent.
In the first case both inputs, and the output are "active high", but in the second case both inputs, and the output are "active low".

In the case of an individual signal like RESET, changing the name slightly may indicate the active state. You might put a "not bar" over the whole name, or use an asterisk, or a dash-H or dash-L, or an explanation mark in front of the name. Names consisting of just alphanumeric characters are often active high, but you should not count on this because there just are no standards.
 
Top