Computer Science, asked by 9355abhishek, 6 hours ago

Decimal 65465 into binary and hexadecimal​

Answers

Answered by shanusalempur01
3

Answer:

Decimal 65465 into binary and hexadecimal

Answered by Anonymous
3

Decimal 65465 into binary  =1111111110111001_2

Decimal 65465 into hexadecimal​ = FFB9_1_6

  1. To convert decimal number 65465 to binary, follow these steps:

Divide 65465 by 2 keeping notice of the quotient and the remainder.

Continue dividing the quotient by 2 until you get a quotient of zero.

65465 / 2 = 32732 with remainder 1

32732 / 2 = 16366 with remainder 0

16366 / 2 = 8183 with remainder 0

8183 / 2 = 4091 with remainder 1

4091 / 2 = 2045 with remainder 1

2045 / 2 = 1022 with remainder 1

1022 / 2 = 511 with remainder 0

511 / 2 = 255 with remainder 1

255 / 2 = 127 with remainder 1

127 / 2 = 63 with remainder 1

63 / 2 = 31 with remainder 1

31 / 2 = 15 with remainder 1

15 / 2 = 7 with remainder 1

7 / 2 = 3 with remainder 1

3 / 2 = 1 with remainder 1

1 / 2 = 0 with remainder 1

Then just write down the remainders in the reverse order to get the answer, The decimal number 65465 converted to binary is therefore equal to :

1111111110111001

2. To convert decimal number 65465 to hexadecimal, follow these steps:

Divide 65465 by 16 keeping notice of the quotient and the remainder.

Continue dividing the quotient by 16 until you get a quotient of zero.

Then just write out the remainders in the reverse order to get hexadecimal equivalent of decimal number 65465.

 65465 / 16 = 4091 with remainder 9

4091 / 16 = 255 with remainder 11 (B)

255 / 16 = 15 with remainder 15 (F)

15 / 16 = 0 with remainder 15 (F)

Then just write down the remainders in the reverse order to get the answer, The decimal number 65465 converted to hexadecimal is therefore equal to FFB9

Similar questions