About Lesson
A decoder is a combinational circuit. A decoder takes in a set of inputs that make up a binary number and turns on only the output that matches the number of inputs. All of the other outputs do nothing. There are 2N possible combinations of inputs, and for each of these, only one output is HIGH (active) and the rest are LOW. Some decoders have one or more ENABLE (E) inputs that control how the decoder works.