Word

1 word = 32 bits = 4 bytes

A word is the standard unit of data that a processor can handle or process at a time.

  • Because a register can store 32 bits, i.e. a word

A double-word is two words, i.e. 64 bits.

  • In 64-bit architecture, we work with double-words