Infolinks 2014

Searching...
08 February, 2014

Binary Numbers

6:47 PM
1. Binary is a base 2 8-bit number system represented by the numeric values of 0 or 1, also known as OFF or ON, and is the primary language that computers use to communicate.Today's computers still use binary because it is the easiest and most efficient method of detecting an electrical signal as being either off or on, detecting magnetic poles with with magnetic media like a hard drive, and because it is the most efficient way to control logic circuits.
BinaryIn the famous saying shown on many geek t-shirts and in the picture to the right, those who understand binary will realize this quote actually says "There are only 2 types of people in the world: Those who understand binary and those who don't." because 10 in binary is 2.
Below is an example of the maximum 8-bit value of 255, which is 11111111 in binary. To get this value add each position (column), so 1 + 2 + 4 + 8 + 16 + 32 + 64 + 128 = 255.
Value:128 (27)64 (26)32 (25)16 (24)8 (23)4 (22)2 (21)1 (20)
ON/OFF:11111111
Tip: Counting on a computer normally start with 0, instead of 1. Therefore, counting all the bits does equal 255, however, if you start at 0, it is really 256.
Below is another example of 10001101, which is 141 or 1 + 4 + 8 + 128.
Value:1286432168421
ON/OFF:10001101
Tip: When the computer reads binary it is reading from the right to left, so in the above example the computer is actually reading "10110001" and not "10001101" as shown above.
2. While in a FTP session, binary, is a command that switches the file transfer mode to binary

0 Commented on this:

Post a Comment

Assalam-o-Alikum!!
If You Have Any Problem Or Need Help With This Post Or Any Other Post In This Blog Drop Down Your Comment
No Email Or Name Required To Comment
Dont Abuse/Spam Your Comment Will Be Deleted Upon Review

Keywords