Computer Science, asked by shimpu800, 5 hours ago

Convert into binary number
(256)​

Answers

Answered by Anonymous
19

Step 1

Write down 256.

Step 2

Divide 256 by 2 and take note of the remainder. This results to 128 remainder 0.

Step 3

Continue dividing the whole number result by 2 until the last whole number is 1. Always take note of the remainder. When you are finished, you should see this:

256 divided by 2 is equal to 128 remainder 0 128 divided by 2 is equal to 64 remainder 0 64 divided by 2 is equal to 32 remainder 0 32 divided by 2 is equal to 16 remainder 0 16 divided by 2 is equal to 8 remainder 0 8 divided by 2 is equal to 4 remainder 0 4 divided by 2 is equal to 2 remainder 0 2 divided by 2 is equal to 1 remainder 0.

Step 4

Write down the last result of the continuous division, which is 1, and then work your way up for the remainders of the continuous divisions. This results to 100000000, because all the remainders in this example are 0. Thus, 256 in binary is 100000000.

Answered by ghanashriurkude2005
0

Answer:

256 in binary is 100000000

Explanation:

Mark me as a Brainliests

Similar questions