Computer Science, asked by pranitha9497, 11 months ago

Convert decimal number to binary in computer application

Answers

Answered by triptimishra39
0

Explanation:

the rules to convert decimal number into Binary number is give as below

1 divide the given decimal number with a base 2

2 write down the reminder and divide the quotient again by 2

3. repeat the step w till the quotient is 0

Similar questions