Computer Science, asked by harinikdec01, 9 months ago

Convert the
equivalents
following to their Binary
a. (145)10​

Answers

Answered by jobansandhu83744
2

Answer:

 {10010001}^{2} \:  is \: the \: answer

step by step explanation:-

Step 1: Divide (145)10 successively by 2 until the quotient is 0:

Step 1: Divide (145)10 successively by 2 until the quotient is 0:

145/2 = 72, remainder is 1

72/2 = 36, remainder is 0

36/2 = 18, remainder is 0

18/2 = 9, remainder is 0

9/2 = 4, remainder is 1

4/2 = 2, remainder is 0

2/2 = 1, remainder is 0

1/2 = 0, remainder is 1

Step 2: Read from the bottom (MSB) to top (LSB) as 10010001.

Similar questions