0
7.0kviews
Priority encoder AND Decimal to BCD encoder
1 Answer
0
395views

Priority encoder : The encoder was introduced and decimal to BCD encoder was designed using gates, the process of encoding is of that of decoding.

Decimal to BCD encoder :

One of the most commonly used input device for digital system is a set of ten switches, one for each numeral between 0 and 9, there switches generate 1 or 0 logic levels in response to turning them off or ON when particular number is to be fed to the digital circuit in BSD code, the switch corresponding to that number is pressed, there is an IE available for performing this function, which is a priority encoder, the block diagram is as shown below, it has active law input and output, the meaning of the word priority can be seen from truth table.

enter image description here

1 2 3 4 5 6 7 8 9 D C B A
1 1 1 1 1 1 1 1 1 1 1 1 1
0 1 1 1 1 1 1 1 1 1 1 1 0
X 0 1 1 1 1 1 1 1 1 1 0 1
X X 0 1 1 1 1 1 1 1 1 0 0
X X X 0 1 1 1 1 1 1 0 1 1
X X X X 0 1 1 1 1 1 0 1 0
X X X X X 0 1 1 1 1 0 0 1
X X X X X X 0 1 1 1 0 0 0
X X X X X X X 0 1 0 1 1 1
X X X X X X X X 0 0 1 1 0
Please log in to add an answer.