InterviewSolution
Saved Bookmarks
| 1. |
What is hexadecimal number sytem?why do we use A B Cetc symbol in hexadecimak number |
|
Answer» Hexadecimal describes a BASE-16 NUMBER system. That is, it describes a numbering system CONTAINING 16 sequential numbers as base units (including 0) before adding a new position for the next number. ... Two hexadecimal digits can represent eight binary digits, or a BYTE. |
|