Convert Hexadecimal to Decimal


           In order to convert the hexa number to decimal, multiplying the number given by base 16, & add all the numbers. Where by his decimal number goes out. In this, the base power of 0, 1, 2, 3, 4 .............. goes to the left by keeping 0 to the right.

        हेक्सा नम्बर को डेसिमल में बदलने के लिए उसके बेस 16 से दिये गये नम्बर में गुणा करके सभी नम्बर को जोड़ देते है। जिससे उसकी डेसिमल नम्बर निकल जाती है। इसमें बेस का पावर 0, 1, 2, 3, 4.............को दांये से 0 को रखते हुए बांये तक आते हैं।

Questions for Home Work
1. Convert from Decimal Number to Binary Number.
25, 45, 75, 80, 1250, 1850, 1980, 1780, 2654, 4584, 3258, 12, 2, 1, 33
2. Convert from Binary Number to Decimal Number.
0001, 101010, 11100011, 00110011, 111000111, 001010101, 10101111, 00101
3. Convert from Hex Number to Decimal Number.
D4, 4FD, 8DD, 62F, FC3D, FFF5, DCFA, ACDF5, DDF5D, ABDCF, 89D75FF
4. Convert from Binary Number to Hex Number.
1010001, 11011010, 1001100011, 0010101011, 11100110111, 10101010101
5. Convert from Octal Number to Binary Number.
07, 054, 1547, 745, 25, 45, 744, 5624, 4254, 30240


No comments:

Post a Comment