Computer Science, asked by anu4731, 14 days ago

To convert decimal number into binary number , divide number by __ .​

Answers

Answered by Anonymous
3

Explanation:

To convert a decimal to binary you simply divide the number by 2 recursively until you get to 0 and note down any remainder. Note the remainder column

Answered by srishtikumar1312
1
To convert a decimal to binary you simply divide the number by 2 recursively until you get to 0 and note down any remainder. Note the remainder column. Starting from the bottom write down the remainder numbers: 10001 … and thats it! That's the number 17 in binary.


Pls mark me brainliest pls
Similar questions