InterviewSolution
Saved Bookmarks
| 1. |
The Excess-3 representation of (0100)BCD is __________(a) 0110(b) 1110(c) 0111(d) 1100I got this question by my school principal while I was bunking the class.I would like to ask this question from BCD in division Computer Codes of Computer Fundamentals |
|
Answer» CORRECT CHOICE is (c) 0111 To EXPLAIN: The excess-3 CODE is obtained by ADDING 3 to the BCD code. Here, 0100+0011=0111. Also, 4+3=7. |
|