InterviewSolution
Saved Bookmarks
| 1. |
For the binary number 11101000, the equivalent hexadecimal number is |
| Answer» 11 01000 = 128 + 64 + 32 + 8 = 232 in decimal = E 8 in hexadecimal. | |