Encoders & Decoders
Used to facilitate efficient data transmission by reducing the number of data lines required. Falls under medium-scale integrated (MSI) circuits group.
Encoder
Converts
In simple encoders, in the input lines, maximum one will be active at a time.
Priority Encoder
Input lines are given a priority. When 2 or more input lines are activated, the highest priority input will take precedence. An improvement over simple encoder at the cost of extra logic. Used in interrupt controllers and as positional encoders.
Decimal to BCD Encoder
Converts each digit of a decimal number into its 4-bit binary equivalent. For
example,
Octal to Binary Encoder
Converts octal digits (each represented by 3 bits) into binary. Example: Octal
Hexadecimal to Binary Encoder
Converts each hex digit (represented by 4 bits) into binary. Example:
Decoder
Opposite of encoder. Have
Decoders are by-default active HIGH. If made using NAND gates, then it will active LOW.
By default, the decoder require a
Decoder and a set of OR gates can be used to build a Full Adder and other devices.