A sequence of adjacent bits, usually eight, operated on as a unit by a computer.
[Alteration and blend of BIT3 and BITE.]
Dictionary:
byte (bīt) ![]() |
| Modern Science: byte |
In computer technology, a unit of information made up of bits (often eight bits). The memory capacity of a typical personal computer runs from hundreds of thousands to millions of bytes.
| Marketing Dictionary: byte |
Binary data stored on a computer consisting of a group of eight consecutive bits (binary digits) that usually constitute one character.
| Business Dictionary: Byte |
Amount of computer memory space needed to store one character, which is normally 8 bits. A computer with 8-bit bytes can distinguish 2<su>8</su> = 256 different characters. The size of a computer's memory is measured in kilobytes, where 1 kilobyte (K) = 1024 bytes.
| Hacker Slang: byte |
[techspeak] A unit of memory or data equal to the amount used to represent one character; on modern architectures this is invariably 8 bits. Some older architectures used byte for quantities of 6, 7, or (especially) 9 bits, and the PDP-10 supported bytes that were actually bitfields of 1 to 36 bits! These usages are now obsolete, killed off by universal adoption of power-of-2 word sizes.
Historical note: The term was coined by Werner Buchholz in 1956 during the early design phase for the IBM Stretch computer; originally it was described as 1 to 6 bits (typical I/O equipment of the period used 6-bit chunks of information). The move to an 8-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. See also nybble.
| Measures and Units: byte |
informatics (also octet) 8 bits, though occasionally used for a grouping of 6 or 9 bits. The byte was coined as a term with the IBM ‘360’ computer series in 1964, introducing a modular building block that replaced the varied long words of most earlier machines (and the simple chained characters of its predecessor, the 1401 computer). The growing use of computers for alphanumeric textual material brought a need for a character-sized entity. Initially this employed a 6-bit structure covering the alphabet only in upper case. While 7 bits would have sufficed for the set of typewriter characters, the 8-bit byte had the advantage of holding with reasonable efficiency either one alphanumeric character or two decimal digits, and for the alphanumeric set to be enhanced, all in a machine of compact modular design.
See also kibi-.
| Word Tutor: byte |
In computer language, a group of eight bits is a byte.
Tutor's tip: You can "bite" (cut into with teeth) into a "bite" (morsel or snack) to eat near the "bight" (bend or curve), but only a computer has a "byte" (unit of computer memory).
| Wikipedia: Byte |
The byte (pronounced /ˈbaɪt/) is a unit of digital information in computing and telecommunications. It is an ordered collection of bits, in which each bit denotes the binary value of 1 or 0. Historically, a byte was the number of bits used to encode a character of text in a computer[1][2] and it was for this reason the basic addressable element in many computer architectures. The size of a byte is typically hardware dependent, but the modern de facto standard standard is 8 bits, as this is a convenient power of 2. No formal definition exists however, and other sizes have been used in various computers historically. Major computing platforms, such as the IBM System/360, introduced in the 1960s, and the 8-bit microprocessors, introduced in the 1970s, have helped to popularize the 8-bit architecture.
The term octet is widely used as a precise synonym of the 8-bit byte where ambiguity is undesirable, such as in communications protocol definitions.
Contents |
The term byte was coined by Dr. Werner Buchholz in July 1956, during the early design phase for the IBM Stretch computer.[3][4][5] Originally it was defined in instructions by a 4-bit field, allowing sixteen values and typical I/O equipment of the period used six-bit bytes. A fixed eight-bit byte size was later adopted and promulgated as a standard by the System/360. The term byte stems from bite, as in the smallest amount of data a computer could bite at once. The spelling change not only reduced the chance of a bite being mistaken for a bit, but also was consistent with the penchant of early computer scientists to make up words and change spellings. A byte was also often specifically qualified as an 8-bit unit, reinforcing the notion that it was a tuple of 8 bits, and that other sizes were possible.
char integral data type must contain at least 8 bits (clause 5.2.4.2.1), a byte in C is at least capable of holding 256 different values. Various implementations of C and C++ define a byte as 8, 9, 16, 32, or 36 bits[6][7]. The actual number of bits in a particular implementation is documented as CHAR_BIT as implemented in the limits.h file. Java's primitive byte data type is always defined as consisting of 8 bits and being a signed data type, holding values from −128 to 127.Early microprocessors, such as Intel 8008 (the direct predecessor of the 8080, and then 8086) could perform a small number of operations on four bits, such as the DAA (decimal adjust) instruction, and the half carry flag, that were used to implement decimal arithmetic routines. These four-bit quantities were called nybbles, in homage to the then-common 8-bit bytes.
Historical IETF documents cite varying examples of byte sizes. RFC 608 mentions byte sizes for FTP hosts (the FTP-BYTE-SIZE attribute in host tables for the ARPANET) to be 36 bits for PDP-10 computers and 32 bits for IBM 360 systems.[8]
Architectures that did not have eight-bit bytes include the CDC 6000 series scientific mainframes that divided their 60-bit floating-point words into 10 six-bit bytes. These bytes conveniently held character data from punched Hollerith cards, typically the upper-case alphabet and decimal digits. CDC also often referred to 12-bit quantities as bytes, each holding two 6-bit display code characters, due to the 12-bit I/O architecture of the machine. The PDP-10 used assembly instructions LDB and DPB to load and deposit bytes of any width from 1 to 36-bits — these operations survive today in Common Lisp. Bytes of six, seven, or nine bits were used on some computers, for example within the 36-bit word of the PDP-10. The UNIVAC 1100/2200 series computers (now Unisys) addressed in both 6-bit (Fieldata) and nine-bit (ASCII) modes within its 36-bit word.
Factors behind the ubiquity of the eight bit byte include the popularity of the IBM System/360 architecture, introduced in the 1960s, and the 8-bit microprocessors, introduced in the 1970s. The term octet unambiguously specifies an eight-bit byte (such as in protocol definitions, for example).
| Prefixes for bit and byte multiples | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
IEEE 1541 and Metric-Interchange-Format specify B as the symbol for byte (e.g., MB means megabyte), while IEC 60027 seems silent on the subject. Unfortunately, B is also used for bel, another unit used in the same field. The use of B to stand for bel is consistent with the metric system convention that capitalized symbols are for units named after a person (in this case Alexander Graham Bell); usage of a capital B to stand for byte is not consistent with this convention. However, there is little danger of confusion because the decibel (dB) is used almost exclusively for bel measurements, while the decibyte (1/10 of a byte) is never used.
The unit symbol KB is commonly used for kilobyte, but is often confused with the use of kb to mean kilobit. IEEE 1541 specifies b as the symbol for bit, however, the IEC 60027 and Metric-Interchange-Format specify bit (e.g., Mbit for megabit) for the symbol, achieving maximum disambiguation from byte.
The lowercase letter o for octet is a commonly used symbol in several non-English-speaking countries, and is also used with metric prefixes (for example, ko and Mo).
Today the harmonized ISO/IEC IEC 80000-13:2008 - Quantities and units -- Part 13: Information science and technology standard cancels and replaces subclauses 3.8 and 3.9 of IEC 60027-2:2005 (those related to Information theory and Prefixes for binary multiples). See Units of Information for detailed discussion on names for derived units.
There has been considerable confusion about the meanings of SI (or metric) prefixes used with the unit byte, especially concerning prefixes such as kilo (k or K) and mega (M) as shown in the chart Prefixes for bit and byte. Since computer memory is designed with binary logic, multiples are expressed in powers of 2, rather than 10. The software and computer industries often use binary estimates of the SI-prefixed quantities, while producers of computer storage devices prefer the SI values. This is the reason for specifying computer hard drive capacities of, say, 100 GB, when it contains 93 GiB of storage space.
While the numerical difference between the decimal and binary interpretations is small for kilo and mega prefixes, the difference grows to over 20% for the yotta prefix, illustrated in the linear-log graph (see right) of difference versus storage size.
|
|||||||||||||||||
|
|||||||||||||||||||||||
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Translations: Byte |
Nederlands (Dutch)
byte (computer)
Français (French)
n. - (Comput) octet, bit, multiplet
Deutsch (German)
n. - (EDV) Byte
Ελληνική (Greek)
n. - (Η/Υ) μπάιτ, ψηφιολέξη (οκτάδα δυαδικών ψηφίων)
Português (Portuguese)
n. - unidade (f) de informação em computadores equivalente a oito bits
Español (Spanish)
n. - byte, octeto
Svenska (Swedish)
n. - bitgrupp, byte (data)
中文(简体)(Chinese (Simplified))
字节
中文(繁體)(Chinese (Traditional))
n. - 位元組
العربيه (Arabic)
(الاسم) وحدة أرقام ثنائيه تمثل حرف أو رقم في الكومبيوتر
עברית (Hebrew)
n. - קבוצת ביטים המייצגת תו אחד במחשב, בית (במחשבים), בייט
If you are unable to view some languages clearly, click here.
To select your translation preferences click here.
| Best of the Web: byte |
Some good "byte" pages on the web:
Math mathworld.wolfram.com |
| Shopping: byte |
| nibble (technology) | |
| nibble (informatics) | |
| disk dump (technology) |
| How many bytes are in a mega byte? Read answer... | |
| Kilo bytes in a mega byte? Read answer... | |
| How many bytes are in one byte? Read answer... |
| Bytes sent bytes received? | |
| What is the abbreviation for bytes? | |
| What do you use bytes for? |
Copyrights:
![]() | Dictionary. The American Heritage® Dictionary of the English Language, Fourth Edition Copyright © 2007, 2000 by Houghton Mifflin Company. Updated in 2009. Published by Houghton Mifflin Company. All rights reserved. Read more | |
![]() | Modern Science. The Dictionary of Cultural Literacy, Second Edition, Revised and updated Edited by E.D. Hirsch, Jr., Joseph F. Kett, and James Trefil. Copyright © 1993 by Houghton Mifflin Company . All rights reserved. Read more | |
![]() | Marketing Dictionary. Dictionary of Marketing Terms. Copyright © 2000 by Barron's Educational Series, Inc. All rights reserved. Read more | |
![]() | Business Dictionary. Dictionary of Business Terms. Copyright © 2000 by Barron's Educational Series, Inc. All rights reserved. Read more | |
![]() | Hacker Slang. The Jargon File. Copyright © 2007. Read more | |
![]() | Measures and Units. A Dictionary of Weights, Measures, and Units. Copyright © Donald Fenna 2002, 2004. All rights reserved. Read more | |
![]() | Word Tutor. Copyright © 2004-present by eSpindle Learning, a 501(c) nonprofit organization. All rights reserved. eSpindle provides personalized spelling and vocabulary tutoring online; free trial. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Byte". Read more | |
![]() | Translations. Copyright © 2007, WizCom Technologies Ltd. All rights reserved. Read more |
Mentioned in