Difference between revisions of "Word"
Chris Tyler (talk | contribs) (→Hardware Word) |
Chris Tyler (talk | contribs) (→Hardware Word) |
||
Line 4: | Line 4: | ||
A ''word'' is the group of bits normally managed by a processor. The word size is a distinguishing feature of a processor, and is typically a power-of-two multiple of eight bits (8, 16, 32, or 64 bits), although some rare or early processors used different word sizes. | A ''word'' is the group of bits normally managed by a processor. The word size is a distinguishing feature of a processor, and is typically a power-of-two multiple of eight bits (8, 16, 32, or 64 bits), although some rare or early processors used different word sizes. | ||
− | The word size is usually associated with the size of general-purpose [[Register|registers]] and the amount of data read | + | The word size is usually associated with the size of general-purpose [[Register|registers]] and the amount of data read from or written to memory at one time. |
Revision as of 20:43, 15 December 2013
[Category:Computer Architecture]]
Hardware Word
A word is the group of bits normally managed by a processor. The word size is a distinguishing feature of a processor, and is typically a power-of-two multiple of eight bits (8, 16, 32, or 64 bits), although some rare or early processors used different word sizes.
The word size is usually associated with the size of general-purpose registers and the amount of data read from or written to memory at one time.