Difference between revisions of "Word"

From CDOT Wiki
Jump to: navigation, search
(Created page with '[Category:Computer Architecture]]{{Chris Tyler Draft}} == Hardware Word == A ''word'' is the group of bits normally managed by a processor. This is typically a power-of-two mult…')
 
(Hardware Word)
Line 2: Line 2:
 
== Hardware Word ==
 
== Hardware Word ==
  
A ''word'' is the group of bits normally managed by a processor. This 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 register size and the amount of data read/written from/to memory at one time.
+
The word size is usually associated with the size of general-purpose [[Register|registers]] and the amount of data read/written from/to memory at one time.

Revision as of 21:42, 15 December 2013

[Category:Computer Architecture]]
Important.png
This is a draft only!
It is still under construction and content may change. Do not rely on this information.

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/written from/to memory at one time.