June 15, 2013

Learn Binary Language


Hey Guys! Today I am gonna share with you a video or tut on Binary Language.It is pretty easy to learn and cool.All computer language is based in binary code. It is the back end of all computer functioning. Binary means that there is a code of either 0 or 1 for a computer to toggle between.Or simply,like binary number system uses 10 digits to deal with(0,1,2,3,4,5,6,7,8,9),our Binary number system or language deals with only 2 digits,that is,0 and 1.Every thing in binary number system is a combination of 0s and 1s.
For example Decimal 1 is 0001 in binary number system.Don't confuse your self now by thinking about the above example.Watch the video below and start Learning yourself a new number system and go and show-off in front of your teachers and friends.So Get started by watching the tut below.I have included some practice questions below so don't forget to do them to test your knowledge,remember practice makes a man perfect.If you don't get the concept for the first time,don't worry most of the people don't get it.Its usual.You have to start to begin.So watch it over and over or google for help.


Here are the numbers from 0 to 15, in binary for your help.:
0000 = 0
0001 = 1
0010 = 2
0011 = 3
0100 = 4
0101 = 5
0110 = 6
0111 = 7
1000 = 8
1001 = 9
1010 = 10
1011 = 11
1100 = 12
1101 = 13
1110 = 14
1111 = 15
Practice Questions:
For practice, figure out what these numbers stand for, then check your answer in the list above: 1011, 0110, 0010. Now look up these numbers in the list above and try adding them: 5 + 7, 3 + 8, 6 + 11. Check your answers against the list.

No comments:

Post a Comment