the binary equivalent of the decimal number 10 is
Answers
Answer:
10 00001010
is binary equivalent of 10
Explanation:
I hope you will make me brainliest
The binary equivalent of the decimal number 10 is 1010
Given,
decimal number 10
To Find,
Binary number of the decimal number 10 is.
Solution :
Step 1- divide the given decimal value by 2, and then record the result.
Step 2- Next, divide the resulting quotient by 2 and take another note of the remaining.
Step 3-Up till the quotient is 0, repeat the aforementioned processes.
Step 4 - Now, write the remainders in reverse order, starting with the last remainder and moving on to the others.
Step 5-Another way to think about this is that the binary number's Least Significant Bit (LSB) is at the top and its Most Significant Bit (MSB) is at the bottom.
like this ,
decimal(10)=binary(1010).
Hence, the answer is 1010
#SPJ3