MCQOPTIONS
Saved Bookmarks
| 1. |
Convert each of the signed decimal numbers to an 8-bit signed binary number (two's-complement).+7        –3        –12 |
| A. | 0000  0111    1111  1101    1111  0100 |
| B. | 1000  0111    0111  1101    0111  0100 |
| C. | 0000  0111    0000  0011    0000  1100 |
| D. | 0000  0111    1000  0011    1000  1100 |
| Answer» B. 1000¬†¬†0111¬†¬†¬†¬†0111¬†¬†1101¬†¬†¬†¬†0111¬†¬†0100 | |