Computer Science, asked by zahidulhaque7451, 1 month ago

Decimal to binary:
i) 345
ii) 113
iii) 145

Answers

Answered by vaibhavi1249
2

Answer:

i) 345 = 101011001

ii) 113 = 1110001

iii) 145 = 10010001

Explanation:

Conversion steps:

1. Divide the number by 2.  

2. Get the remainder for the binary digit.

3. Repeat the steps until the quotient is equal to 0.

4. Start writing the remainders from the bottom to get correct answer.

Similar questions