Syllable (computing) in the context of Exabyte


Syllable (computing) in the context of Exabyte

Syllable (computing) Study page number 1 of 1

Play TriviaQuestions Online!

or

Skip to study material about Syllable (computing) in the context of "Exabyte"


⭐ Core Definition: Syllable (computing)

In computing, a syllable is a unit of information that describes the size of data for some digital hardware from the 1960s and 1970s. The size of the unit varies by hardware design in much the same way that word does. The term is not used for modern hardware; standardized terms, such as byte, are used instead.

↓ Menu
HINT:

In this Dossier

Syllable (computing) in the context of Byte

The byte is a unit of digital information that most commonly consists of eight bits. Historically, the byte was the number of bits used to encode a single character of text in a computer and for this reason it is the smallest addressable unit of memory in many computer architectures. To disambiguate arbitrarily sized bytes from the common 8-bit definition, network protocol documents such as the Internet Protocol (RFC 791) refer to an 8-bit byte as an octet. Those bits in an octet are usually counted with numbering from 0 to 7 or 7 to 0 depending on the bit endianness.

The size of the byte has historically been hardware-dependent and no definitive standards existed that mandated the size. Sizes from 1 to 48 bits have been used. The six-bit character code was an often-used implementation in early encoding systems, and computers using six-bit and nine-bit bytes were common in the 1960s. These systems often had memory words of 12, 18, 24, 30, 36, 48, or 60 bits, corresponding to 2, 3, 4, 5, 6, 8, or 10 six-bit bytes, and persisted, in legacy systems, into the twenty-first century. In this era, bit groupings in the instruction stream were often referred to as syllables or slab, before the term byte became common.

View the full Wikipedia page for Byte
↑ Return to Menu