33.0k views
1 vote
Convert the BCD number given to its Excess-3 equivalent: 1001 0011 1000.​

1 Answer

3 votes

To convert a BCD number to Excess-3, we add 3 to each BCD digit.

The BCD number given is: 1001 0011 1000

Adding 3 to each digit, we get:

1011 0100 1111

Therefore, the Excess-3 equivalent of the given BCD number is: 1011 0100 1111.

User Kosmikus
by
7.5k points