Denary to binary Flashcards
How do you convert denary to binary?
Once you have your denary number, ask yourself, can you take 128 away from you number without going negative. If the answer is yes, put a 1 and take away the 128, if not, move on to the next number and try again.
128 is a denary number, convert it to binary
10000000, this is because you do 128-128 which leaves you with 0, so you put a 1 in the 128 column. Because we now have a 0, we are not able to take away any other numbers and therefore putting a 0 in every other column.
170 is a denary number, convert it to binary
10101010, this is because you do 170-128 which is 42 so you put a 1 in the 128 column. You cant take 64 from 42 so you put a 0 in the 64 column. You can do 42-32 so you put a 1 in the 32 column and your left with 10. You carry on until you get 0 left
110 is a denary number, convert it to binary
01101111, this is because we cant do 110-128 so we put a 0. We can do 110-64 so we put a 1 in the 64 column and we are left with 110-64 which is 46. Carry on until we are left with 0
39 is a denary number, convert it to binary
00100111