Could anyone tell me about hexadecimal number system and its computer applications.?
Computers use binary numbers, which consist of 1 and 0. This is convenient because it can be represented by voltage being on or off. If you combine binary numbers in groups of 4, then you have hexadecimal numbers 0 through F, “F” being 15 in decimal. Binary/Hex is used in essentially all computer programming.