InterviewSolution
Saved Bookmarks
| 1. |
Distinguish between excess-3 code and BCD code. |
|
Answer» Excess-3 code is a non-weighted self complementing code. It is obtained by adding 3 to each digit in decimal number. BCD code is a weighted code. Each decimal number is represented by a separate group of four bits. |
|