Computer Science, asked by srinivasareddy85580, 1 year ago

convert to binary 98 is a base of 10​

Answers

Answered by simrankaur33083
1

Answer:

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

98/2 = 49, remainder is 0

49/2 = 24, remainder is 1

24/2 = 12, remainder is 0

12/2 = 6, remainder is 0

6/2 = 3, remainder is 0

3/2 = 1, remainder is 1

1/2 = 0, remainder is 1

Step 2: Read from the bottom (MSB) to top (LSB) as 1100010. This is the binary equivalent of decimal number 98 (Answer).

Answered by IamIronMan0
0

Answer:

1100010

Explanation:

98 =  {2}^{6}  +  {2}^{5}  +  {2}^{1}

Similar questions