Digital Logic Tutorial

2 bit to 4 line decoder with active low output

One thing that is really common in computers are sequences. Things happen, one after the other, in an ordered, regular, pattern.

Sequences are formed in computers when a binary number is decoded onto a set of lines. Each of the output lines is activated, in turn, when the binary number on the inputs lines counts up.

Try it in the simulator to see what we mean. Press the up arrow over the right hand digit in the double digit input on the left of the screen and watch the lights go off in sequence.

We call this an "active low" output because... well actually it's because we were too lazy to invert the output of each NAND gate with an NAND-as-NOT.

Next

Advanced

Can you modify this circuit to have "active high" outputs? Warning: You won't be able to save your work here; it's just to learn how to do it.

See also:

Questions: