Misplaced Pages

Word size: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 13:25, 28 March 2005 editSmyth (talk | contribs)Extended confirmed users, Pending changes reviewers11,815 edits Fix completely incorrect formula← Previous edit Revision as of 15:44, 13 April 2005 edit undoWtshymanski (talk | contribs)Extended confirmed users76,122 edits Remember the FoonlyNext edit →
Line 1: Line 1:
In ] terminology, '''word size''' ('''word length''') is the number of ]s that a ] can process at one time (the ]). Processors with many different word sizes have existed, though powers of two (8, 16, 32, 64) have predominated for many years. See ], ], ], ], ]. In ] terminology, '''word size''' ('''word length''') is the number of ]s that a ] can process at one time (the ]). Processors with many different word sizes have existed, where the word size was selected as a trade off between precision and range of numeric results and the cost of the processing hardware. A 12-bit data word was common on early ]s and is still used on special-purpose ]s. Some early ] systems used 36-bit words. Word lengths in powers of two (8, 16, 32, 64) have predominated for many years, roughly since the introducionn of the ] System 360. See ], ], ], ], ].


A processor's word size is often equal to the width of its external ] though sometimes the bus is made narrower than the CPU (often half as many bits) to economise on packaging and ] costs. A processor's word size is often equal to the width of its external ] though sometimes the bus is made narrower than the CPU (often half as many bits) to economise on packaging and ] costs.

Revision as of 15:44, 13 April 2005

In computer hardware terminology, word size (word length) is the number of bits that a CPU can process at one time (the word). Processors with many different word sizes have existed, where the word size was selected as a trade off between precision and range of numeric results and the cost of the processing hardware. A 12-bit data word was common on early minicomputers and is still used on special-purpose microprocessors. Some early mainframe systems used 36-bit words. Word lengths in powers of two (8, 16, 32, 64) have predominated for many years, roughly since the introducionn of the IBM System 360. See 8-bit, 16-bit, 32-bit, 64-bit, 128-bit.

A processor's word size is often equal to the width of its external data bus though sometimes the bus is made narrower than the CPU (often half as many bits) to economise on packaging and circuit board costs.

A word n bits long can hold 2 distinct values. If these values represent integers, by far the most common ranges are −2 to 2−1 inclusive, or 0 to 2−1 inclusive.

This article is based on material taken from the Free On-line Dictionary of Computing prior to 1 November 2008 and incorporated under the "relicensing" terms of the GFDL, version 1.3 or later.

Categories: