Computer Science, asked by radhuszz13, 1 year ago

Convert the decimal number 999876789 into binary and hexadecimal
number 999876789 into binary and hexa
decimal

Answers

Answered by keyuljainkj
0

Answer:

Please ask questions which you want the answers genuinely dont ask just for sake of it.

Answered by AskewTronics
0

The binary number of 999876789_{10} is 111011100110001110100010110101_{2} and the Hexadecimal number of

Explanation:

  • For binary number conversion: There are three figures attached below which describe the processor of converting. In which the first column holds the quotient, second columns hold the divisor and the third columns are remainder. The remainder is the answer when it scanned from bottom to top. So to find the answer the user needs to scan firstly third attachment and then second attachment and then first attachment and merge the bottom to top scanning result in the third to first order. Then the user can get 111011100110001110100010110101 number which is the result of binary conversion.
  • From binary to hexadecimal: Take the number and split into 4 digits from right to left. Then the number will be (0011) (1011) (1001)(1000)(1110)(1000)(1011)(0101)(if the total digits is not divided by 4 then make it is divisible by increase the binary digits which can be achieved by adding 0 to the left side ). Then covert all the binary numbers to decimal which will be 3,11,9,8,14,8,11,5. Then the hexadecimal number will be 3B98E8B5_{16}. ( B is for 11, E is for 14).

Learn more:

  • Binary to hexadecimal number: https://brainly.in/question/4289618
  • Decimal to binary : https://brainly.in/question/380964
Attachments:
Similar questions