Word - Computer Architecture


Every computer has a word size, indicating the nominal size of pointer data. Virtual address is encoded by such a word, thus the word size determines the maximum size of the virtual address space. A machine with a w-bit word size has virtual addresses ranging from $0$ to $2^w-1$, giving program access to at most $2^w$ bytes.