InterviewSolution
Saved Bookmarks
| 1. |
Write down the symbols used in the hexadecimal number system. |
|
Answer» ong>Answer: The hexadecimal numeral system, OFTEN shortened to "hex", is a numeral system MADE up of 16 symbols (base 16). The STANDARD numeral system is called decimal (base 10) and uses ten symbols: 0,1,2,3,4,5,6,7,8,9. ... Hexadecimal A = decimal 10, and hexadecimal F = decimal 15. |
|