Byte

The term byte was coined by Werner Buchholz in June 1956,[4][13][14][b] during the early design phase for the IBM Stretch[15][16][1][13][14][17][18] computer,

http://archive.computerhistory.org/resources/text/IBM/Stretch/pdfs/Buchholz_102636426.pdf

backup mirror: PLANNING A COMPUTER SYSTEM BROJECT STRETCH Buchholz Campbell_102636426.pdf

which had addressing to the bit and variable field length (VFL) instructions with a byte size encoded in the instruction.[13] It is a deliberate respelling of bite to avoid accidental mutation to bit.[1][13][19][c]

src: https://en.wikipedia.org/wiki/Tebibyte

A byte is commonly used as a unit of storage measurement in computers. It is one of the basic integral data types in computing. The byte is often used to specify the size or amount of computer memory or storage, regardless of the type of data stored in it. Such numbers can get very large, which lead to the use of prefixes.

A byte has several meanings, all closely related:

  1. A contiguous sequence of a fixed number of bits. On modern computers, an eight-bit byte is by far the most common. Certain older models have used six-, seven-, or nine-bit bytes — for instance on the 36-bit architecture of the PDP-10. A byte is always atomic on the system, meaning that it is the smallest addressable unit. An eight-bit byte can hold 256 possible values (28 = 256) — enough to store an unsigned integer ranging from 0 to 255, a signed integer from -128 to 127, or an extended ASCII character.
  2. A contiguous sequence of bits that comprises a sub-field of a longer sequence known as a word. On some computers it is possible to address bytes of arbitrary length. This usage is reflected, for example, in LDB and DPB assembly instructions for field extraction on a PDP-10, which survive as bytewise operations in Common Lisp; and in the six-bit bytes of the IBM 1401.
  3. A datatype in certain programming languages. C for example defines byte to be synonymous with unsigned char — an integer datatype capable of holding at least 256 different values.

The term byte was coined by Werner Buchholz in 1956 during the early design phase for the IBM Stretch computer. Originally it was described as one to six bits; typical I/O equipment of the period used six-bit units. The move to an eight-bit byte happened in late 1956, and this size was later adopted and promulgated as a standard by the System/360. The word was coined by mutating the word bite so it would not be accidentally misspelled as bit.The eight-bit byte is often called an octet in formal contexts such as industry standards, as well as in networking. This is also the word used for the eight-bit quantity in many non-English languages, where the pun on bite does not translate.

Half of an eight-bit byte (four bits) is sometimes called (playfully) a nibble (sometimes spelled nybble) or more formally a hex digit. The nibble is often called a semioctet in a networking context and also by some standards organisations.

As a unit of measure, bytes is abbreviated as B; hence MB for megabytes. Likewise, the lowercase b is used for bits: hence, a 5 Mb/s network segment carries five megabits per second, while a 90 GB hard drive carries 90 gigabytes. Computer memory and storage are usually denominated in bytes, while network speed is denominated in bits, and parallel bus speed in hertz.

Standards organizations have proposed binary prefixes for the powers of two often used as multiples of bytes, e.g., mebibyte rather than megabyte for 220 bytes — but these have not caught on in common usage.

A comparative table of base-10 and base-2 bytes

 

  • 1 kilobyte [kB] = 1000 (103) byte
  • 1 megabyte [MB] = 1 000 000 (106) byte
  • 1 gigabyte [GB] = 1 000 000 000 (109) byte
  • 1 terabyte [TB] = 1 000 000 000 000 (1012) byte
  • 1 petabyte [PB] = 1 000 000 000 000 000 (1015) byte
  • 1 exabyte [EB] = 1 000 000 000 000 000 000 (1018) byte
  • 1 zettabyte [ZB] = 1 000 000 000 000 000 000 000 (1021) byte
  • 1 yottabyte [YB] = 1 000 000 000 000 000 000 000 000 (1024) byte
  • 1 nonabyte [NB] = 1 000 000 000 000 000 000 000 000 000 (1027) byte
    • NoneBytes
  • 1 doggabyte [DB] = 1 000 000 000 000 000 000 000 000 000 000 (1030) byte
    • doggyByte?
  • 1 kibibyte [KiB] = 1024 (210) byte
    • Aloah!
  • 1 mebibyte [MiB] = 1 048 576 (220) byte
    • What?
  • 1 gibibyte [GiB] = 1 073 741 824 (230) byte
    • GibsyByte!
  • 1 tebibyte [TiB] = 1 099 511 627 776 (240) byte
    • TeddyByte!
  • 1 pebibyte [PiB] = 1 125 899 906 842 624 (250) byte
  • 1 exbibyte [EiB] = 1 152 921 504 606 846 976 (260) byte
  • 1 zebibyte [ZiB] = 1 180 591 620 717 411 303 424 (270) byte
  • 1 yobibyte [YiB] = 1 208 925 819 614 629 174 706 176 (280) byte
    • yodaByte you mean!
  • 1 nobibyte [NiB] = 1 237 940 039 285 380 274 899 124 224 (290) byte
  • 1 dogbibyte [DiB] = 1 267 650 600 228 229 401 496 703 205 376 (2100) byte

Note that as the size increases, the proportion between the binary and decimal version of the size increases. The thirtieth binary size would be just over twice the matching decimal size.

  • 1 thirtyinsomelanguagebyte [?B] = 1 000 000 000 … 000 (1090) byte
  • 1 thirtyinsomelanguagebibyte [?iB] = 2 037 035 976 … 376 (2300) byte

Byte was also the name of a popular computer industry magazine, see Byte magazine.

src: http://www.fact-index.com/b/by/byte.html

Prefixes in colloquial computing usage
Name Abbr Factor SI size
kilo K 210 = 1024 103 = 1000
mega M 220 = 1 048 576 106 = 1 000 000
giga G 230 = 1 073 741 824 109 = 1 000 000 000
tera T 240 = 1 099 511 627 776 1012 = 1 000 000 000 000
peta P 250 = 1 125 899 906 842 624 1015 = 1 000 000 000 000 000
exa E 260 = 1 152 921 504 606 846 976 1018 = 1 000 000 000 000 000 000
zetta Z 270 = 1 180 591 620 717 411 303 424 1021 = 1 000 000 000 000 000 000 000
yotta Y 280 = 1 208 925 819 614 629 174 706 176 1024 = 1 000 000 000 000 000 000 000 000

These are identical to SI prefixes, except for “K”, which corresponds to “k” in SI.

src: http://www.fact-index.com/b/bi/binary_prefix.html

Fact-index.com financially supports the Wikimedia Foundation. Displaying this page does not burden Wikipedia hardware resources.
This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License.

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin