Ask Question
25 May, 15:38

How to convert 23.125 to binary (Hex) using the double - precision representation

+2
Answers (1)
  1. 25 May, 17:01
    0
    Answer:-

    (10111.001) ₂

    Explanation:

    To convert a decimal number to a binary number we have to constantly divide the decimal number by 2 till the decimal number becomes zero and the binary number is writing the remainders in reverse order of obtaining them on each division.

    Hence the binary number is 10111.001

    To convert binary to hexa decimal we to make a group 4 binary bits starting from the decimal and moving outwards if the last group is not of 4 then add respective 0's and write the corresponding hexa decimal number.

    0001 0111. 0010

    1 7 2

    Hence the hexadecimal number is 17.2
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “How to convert 23.125 to binary (Hex) using the double - precision representation ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers