Computer Science, asked by monikarochlani482, 10 days ago

Convert 78 to binary number ​

Answers

Answered by shrishti2203
15

Answer:

(78)10 = (1001110)2

Step by step solution

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

78/2 = 39, remainder is 0

39/2 = 19, remainder is 1

19/2 = 9, remainder is 1

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 1001110.

So, 1001110 is the binary equivalent of decimal number 78

Answered by rockeytomar33
1

convert to binary number system (78)10

Similar questions