Computer Science, asked by anjalikumar2084, 3 months ago

convert form decimal to binary :- 45 solve it and give me the answer​

Answers

Answered by coctests999
0
2 | 45 |
2 | 22 | 1
2 | 11 | 0
2 | 5 | 1
2 | 2 | 1
2 | 1 | 0
2 | 0 | 1

45( base 10)= 101101( base 2)

//
So, when covering decimal of base 10 to binary of base 2, we should divide the number by 2 and write it’s remainder at sides but the remainder can only be 1 or 0.
At last step, we did 2*0 cause it gives 0 and the remainder comes 1:

2*0=0
1-0=1

Same for above ones

2*22=44
45-44=1

//
Answered by manojchauhanma2
0

Answer:

So, 101101 is the binary equivalent of decimal number 45 (Answer)

Explanation:

please mark brainlist answer

Similar questions