Computer Science, asked by supindertoor4, 1 month ago

VI. Solve the conversation of the following
1. Convert the following Decimal numbers to their Binary equivalents: 15​

Answers

Answered by Anonymous
5

Answer:

1111 answer .

Concept -

Write 2 raise to the power 0 on ones place, 2 raise to the power 1 in ten’s place and so on upto requirements.

…….2^5 2^4 2^3 2^2 2^1 2^0

Or

….64 32 16 4 2 1 (trick - write 1 on unit place and double it every time moving right )

After this write 1 under the number you require and 0 under the not require number

Ex— 15 is formed by

15=8+ 4+2+1 (use above trick of doubling the number start from 1 right to left)

Similar questions