Code Converter Circuit

digital-logic

Make a BCD to Excess-3 Code Converter by using a binary to decimal encoder and 4 OR gates.
I know how to make a binary to decimal encoder, but how do I proceed from there?

Best Answer

BCD to Excess 3

Write down your 10 inputs, D0 to D9 and the Excess03 code (4 outputs).

Table will have 10 lines. You will have 4 inputs (BCD) feeding 4 outputs.

The key here is the 4 OR gates can have as many inputs as required. Look at the 1's in output and can you see how to get outputs from inputs.