Computer Science, asked by blal279420, 1 day ago

Convert decimal to binary:

(a) 86​

Answers

Answered by JustYuriko
2

Answer:

86/2 = 43, remainder is 0

43/2 = 21, remainder is 1

21/2 = 10, remainder is 1

10/2 = 5, remainder is 0

5/2 = 2, remainder is 1

2/2 = 1, remainder is 0

1/2 = 0, remainder is 1

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

So, 1010110 is the binary equivalent of decimal number 86 (Answer).

Explanation:

hope this helps mark me the brainliest pls

Answered by Pihu2458
0

Answer:

HOPE IT HELPS !

Explanation:

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

86/2 = 43, remainder is 0

43/2 = 21, remainder is 1

21/2 = 10, remainder is 1

10/2 = 5, remainder is 0

5/2 = 2, remainder is 1

2/2 = 1, remainder is 0

1/2 = 0, remainder is 1

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

So, 1010110 is the binary equivalent of decimal number 86 (Answer).

Please Mark me as BRAINLIEST

Similar questions