Pages

UNDERSTANDING COMPUTER BITS AND BYTES

Tuesday 28 October 2014


Below is a list of each of the accepted disk drive space values. It is important to realize that not all manufacturers and developers use binary base 2. For example, a manufacturer may consider a gigabyte as 1,000,000,000 bytes and not 1,073,741,824 bytes. All measurements in this article are listed in their base 2 values.

With the exception of a bit and a nibble, all values explained below are in bytes and not bits. For example, a Kilobyte (KB) is different than a Kilobit (Kb). When referring to storage, bytes are used, when referring to transmission speeds bits are used.

COMPUTER BITS AND BYTES

Bit
bit is a value of either a 1 or 0 (on or off).

Nibble
Nibble is 4 bits.

Byte
Byte is 8 bits.

Kilobyte (KB)
Kilobyte is 1,024 bytes.

Megabyte (MB)
Megabyte is 1,024 Kilobytes.

Gigabyte (GB)
Gigabyte is 1,024 Megabytes.

Terabyte (TB)
Terabyte is 1,024 Gigabytes.

Petabyte (PB)
A Petabyte is 1,024 Terabytes

Exabyte (EB)
An Exabyte is 1,024 Petabytes

Zettabyte (ZB)
Zettabyte is 1,024 Exabytes

Yottabyte (YB)
Yottabyte is 1,024 Zettabytes

But why are there 1024 bytes in a kilobyte?
Many people think that there are 1000 bytes in a kilobyte. After all, "kilo" means 1000. In most cases, this approximation is fine for determining how much space a file takes up or how much disk space you have.

But there are really 1024 bytes in a kilobyte. The reason for this is because computers are based on the binary system. That means hard drives and memory are measured in powers of 2.

For example,
20 = 1
21 = 2
22 = 4
23 = 8
24 = 16
25 = 32
26 = 64
27 = 128
28 = 256
29 = 512
210 = 1024

Notice that 210 is 1024. Therefore, 1024 bytes compose one kilobyte. Furthermore, 1024 kilobytes compose one megabyte, and 1024 megabytes compose one gigabyte and so on. For practical purposes, you can estimate 1024 to 1000, but an in-depth understanding is what differentiates computer novices from gurus.

By Theophilus Amenger

No comments:

Post a Comment

 

Mission Statement

Our goal at the 411 is to demystify Information and Communications Technology. We seek to promote a healthy interest in trends, innovations and businesses involving ICT.