IMPORTANCE OF BINARY SYSTEM

I will try to explain in simple words the importance of binary system.

The switch has only two options, on or off.

The morse code is another example because It also works with only two digits, a dot or a dash.

Computers can only talk in binary

Electronic circuits have only 2 states off and on

Each binary sequence has a special meaning

The binary system is essential in technology.

Bits and Bytes

It is very important to know the difference between a bit and a byte because these two can get easily confused.

10101110 is a byte a sequence of 8 zeros and ones, if you take a group of 8 bits, you have a byte.

Any character you type on your keyboard is interpreted by your computer as a byte, an 8 digit binary number.

A good example is how ASCII code (American Standard Code for Information Interchange) works

. For example, the letter “A” is expressed as the ASCII code 65. But 65 is a decimal number, so if you convert it to a binary number, you get 01000001. These 8 digits, or one byte, are known to your computer as the letter “A”.

One good example is monitoring data transfer speed. When you download a file from the Internet, you probably have noticed that your browser indicates the transfer rate in KBps. The letter “B” is capitalized. We are talking about bytes.(not bits)

Sometimes we are talking in kilobits per second that is written kbps ( note the lower letter b)

If we see the transfer rate is for instance 46 kbps,and since we know that 8 bits equal one byte, we divide 46 by 8 and get a theoretical maximum of 5,75 Kilo Bytes per second.(B capital letter)

 

                                                        Another thing

A CD stores data using the binary system in the following matter: When writing data to a CD, the laser does nothing else than following a spiral-shaped “guide groove” while burning the data as a long string of pits into a reflective dye layer on the CD. When the CD is read later, a laser follows the same spiral and reads either a pit where the light does not get reflected very well, or a smooth area called land where the light reflects very well. This system is nothing else but our good old binary system, using only two possible states, pit or land, to read and record data in binary.

Storing data on a magnetic media, such as a hard drive, also uses the binary system. In a very simplified manner of speaking, each data bit gets stored on a drive as a tiny magnetic field. Each magnetic field has two poles, North and South. When the disk spins around and data is read by the read head, the magnetic field either has the North or the South pole aligned first. Again, only two possible stages, North or South, 0 or 1.

                                      Another interesting thing

I bought a 8.4GB hard drive, but when I formatted it, Windows tells me that I have only 7.82 GB available. Did they sell me the wrong drive?”

No!

They sold you the correct drive, but it was not labeled quite correctly. The marketing department of the drive manufacturer doesn’t know too much about bits and bytes and the binary system. To make it easier to calculate, they assume that 1 KB is 1000 Bytes, 1 MB is 1000 KB, etc. which is wrong. So when they have a drive that can hold 8,400,000,000 Bytes, they just call it 8.4 GB and say that’s close enough for government work. Not so.The multiplication factor is not 1000 since we’re not using the decimal system, it is 1024 instead (2 to the power of 10).

To figure out the correct size of that drive, divide 8,400,000,000 Bytes by 1024 and you’ll get 8,203,125 KB. Divide that by 1024, and you get 8,010 MB. Divide that by 1024 and you get 7.82 GB which is the actual size of your hard drive in GB as reported by your operating system.

One response to “IMPORTANCE OF BINARY SYSTEM

  1. João, thank you so much, you explained that so clearly and answered some of my questions so very well.

    Now, there is one more thing I may have learned. I always wondered where the common image size of 1024 px’s came from. I think you may have answered that for me.

    Would you explain if there is a relationship between bytes and pixels?

    Hugs and peace, João.
    Suzanne

Leave a comment