

InterviewSolution
Saved Bookmarks
1. |
Which digits are used in Hexadecimal number system |
Answer» In the\xa0hexadecimal number system, the numbers are represented with base 16. It is also pronounced sometimes as\xa0‘hex’. Just like the\xa0binary number, octal number and decimal number\xa0whose base representation are 2, 8 and 10, respectively, the hexadecimal conversion is also possible which can be represented in a table. This concept is widely explained in the syllabus of Class 9. The\xa0list of 16 hexadecimal digits\xa0with their decimal, octal and binary representation is provided here in the form of a table, which will help in number system conversion.\xa0 | |