Computer Science, asked by mayankmachar889, 1 day ago

convert decimal into binary no. system (308.25) -(?)​

Answers

Answered by itzAwesomeSoul10
2

Answer:

To convert the numbers from decimal to binary, proceed with the steps given below:

Step 1: Divide the given decimal number by “2” to provide the result and the remainder.

Step 2: If the given decimal number is even, then the result will be whole, and it provides the remainder with “0”

Step 3: If the given decimal number is odd, the result is not divided correctly and provides the remainder with “1”.

Step 4: By placing all the remainders in order in such a way, the Least Significant Bit (LSB) at the top and Most Significant Bit (MSB) at the bottom, the required binary number will be obtained.

Answered by OfficialKrishvan
0

Answer:

100110100.01

Explanation:

Similar questions