Computer Science, asked by devkinha435, 5 hours ago

Convert decimal to binary
no.System:- (26)_10 = (?)_2
O (11011)_2
O (11010)_2
O (10110)_2
O (10010)_2​

Answers

Answered by varshkp01
0

Answer:

(26)10 = (11010)2

Explanation:

Step by step solution

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

26/2 = 13, remainder is 0

13/2 = 6, remainder is 1

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

So, 11010 is the binary equivalent of decimal number 26 (Answer).

If u are satisfied with the answer please give me 5 star and like this

Similar questions