Electronic – a 2 to 4 line decoder

cpu

Could I get a basic description of a 2 to 4 line decoder? I've tried looking online but they make it too complicated for me to understand.

Best Answer

A decoder takes in an address and then activates the output line corresponding to it. Pulling that line high or low depending on the decoder.

enter image description here
image source: wikipedia

The 2to4 means it takes a 2 bit address and controls 4 outputs. The number of outputs is always \$2^{inputs}\$.

They typically have an enable input to make it ignore the input and turn all outputs off. That way you can cascade them.