Computer Science, asked by Vaigakalyani123, 1 month ago

convert each decimal number to its binary equivalent
1.16¹⁰
2. 43¹⁰
3.39¹⁰
4.27¹⁰
5.11¹⁰
6.32¹⁰
7.8¹⁰
8. 14¹⁰
9.45¹⁰
10.5¹⁰​

Answers

Answered by dikshant3538
0

Answer:

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₁₀

Explanation:

32 in binary is 100000. To find decimal to binary equivalent, divide 32 successively by 2 until the quotient becomes 0. The binary equivalent can be obtained by writing the remainder in each division step from the bottom to the top.

Similar questions