Saved Bookmarks
| 1. |
3. Convert 11011110101110^2 to hexadecimal. |
|
Answer» Answer:
to make hexadecimal we need to make SET of 4 BITS from RIGHT to left .if the binary digits are less than four bits add 0 to the left hand SIDE to make a complete set. 11011110101110 0011 0111 1010 1110 3 7 A E (37AE) with base 16 is your answer |
|