Computer Science, asked by mansibains5, 2 months ago

convert the 32 decimal number to binary and then again convert binary to decimal​

Answers

Answered by bhanupratap102100
0

Explanation:

32 in binary is 100000. Unlike the decimal number system where we use the digits 0 to 9 to represent a number, in a binary system, we use only 2 digits that are 0 and 1 (bits). We have used 6 bits to represent 32 in binary. In this article, we will show how to convert the decimal number 32 to binary.

32 in Binary: 32₁₀ = 100000₂

32 in Octal: 32₁₀ = 40₈

32 in Hexadecimal: 32₁₀ = 20₁₆

100000₂ in Decimal: 32₁₀

Similar questions