Computer Science, asked by jangidkrishna1983, 3 days ago

convert the decimal numbers to binary numbers 1) 453 computer question​

Answers

Answered by dapushree
1

Answer:

ExplHow to Convert Decimal Numbers to Binary Numbers?

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

Divide the given decimal number by “2” where it gives the result along with the remainder.

If the given decimal number is even, then the result will be whole and it gives the remainder “0”

If the given decimal number is odd, then the result is not divided properly and it gives the remainder “1”.

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 obtain.anation:

Similar questions