0
2.1kviews
Explain working of encoder and decoder? (5 marks)
1 Answer
0
38views

Solution:

1] Encoder: It is combinational ckt which is designed to perform the inverse operation of decoder..

  • An encoder has ‘n’ number of i/ps and ‘m’ number of o/ps.

  • An encoder produces an m- bit binary code corresponding to digital i/p number.

enter image description here

Types of encoders:

1] Priority encoders.

2] Decimal to BCD encoder.

3] Octal to binary encoder.

4] Hexadecimal to binary encoder.

2] Decoder:

enter image description here

  • Decoder is identical to DEMUX except data i/p.

  • It performs operation exactly opposite to encoder.

Application:

1] Code converter.

2] Relay sub tractor.

3] BCP to 7-seg decoder.

4] Nixie tube decoder.

5] Chip selection logic ckt.

Example 2:4 decoder.

enter image description here

Truth table:

enter image description here

Logic gate diagrams:

enter image description here

NOTE: In decoder only one o/p is active at a time.

Please log in to add an answer.