InterviewSolution
Saved Bookmarks
| 1. |
In 2's complement representation the number 11100101 represents the decimal number |
| Answer» A = 11100101. Therefore A = 00011010 and A' = A + 1 = 00011011 = 16 + 8 + 2 + 1 = 27. Therefore A = -27. | |