Computer Science, asked by shubhrupali0, 1 month ago

Convert (32)10 decimal number into binary.
Convert (10111.011)2 into decimal equivalent.​

Answers

Answered by derick247
3

Explanation:

Therefore, the binary equivalent of decimal number 32 is 100000.

For example, the decimal number 23.375 has 10111.011 as its equivalent binary representation. Converting the whole portion of the number to binary is the same here as for any integer: 23 = 1×16 + 0×8 + 1×4 + 1×2 + 1×1 = 16+0+4+2+1 = 23.

Answered by ganavirpatel10
2

Answer:

(32)10 =(100000)2

(10111.011)2 = (23.375)10

Similar questions