InterviewSolution
Saved Bookmarks
| 1. |
What are BCD numbers? Where they are used? |
|
Answer» uting and ELECTRONIC systems, binary-coded decimal (BCD) is a CLASS of binary encodings of decimal numbers where each decimal digit is represented by a fixed number of bits, USUALLY four or eight. SPECIAL bit patterns are SOMETIMES used for a sign or for other indications (e.g., error or overflow). |
|