Tuesday, September 25, 2012

Sorry I haven't posted yesterday

            I didn't post yesterday because of all the work and homework getting in the way test is tomorrow, high school is a pain but don't worry I have learned some binary. i cant explain that thoroughly but i can tell you as good as I can explain. First off we will learn numbers today. It starts off with 9 sequence numbers that represent bit (binary digit). The nine numbers are 256, 128, 64, 32, 16, 8, 4, 2, 1. Now lets have a number for example 20. you go down the list how many times does 256 go into 20, 0. Now 128 to 20 is 0. 64 to 20 is 0. 32 to 20 is 0. 16 to 20 is 1. Now once you have found the first 1 you need to go off down the list with what number adds up with 16 to get 20. Lets see does 8 and 16 go into 20, no. What about 4, YES. Then fill the rest with 0's. It should look like this.
128  64  32  16  8  4  2  1
0     0     0   1   0   1  0  0


If you still need help look at this video.

No comments:

Post a Comment