0
1.3kviews
| written 3.9 years ago by |
a] BCD and Ex-3 codes: In this code decimal digits 0 through 9 are represented (coded) by their natural binary equivalents using four bits and each decimal digit of decimal number is represented by this four bit individually.
Example $(23)_{10}$ is represented as 0010 0011 using BCD code, rather usual …