The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 11-28-2007
idle idle is offline
Registered User
 

Join Date: Oct 2007
Location: Wellington, New Zealand
Posts: 30
oh, and to answer your number 2), get more details here:

Bit - Wikipedia, the free encyclopedia
Integer (computer science) - Wikipedia, the free encyclopedia

basically, the bit size determines how long a "word" is to the CPU. 16bit word is 2 bytes, 32bit word is 4 bytes, 64bit word is 8 bytes, and so on.

from the point of view of a 32bit processor, a doubleword is 64 bits.

the bigger a native word, the more complex a CPUs calculations can be because it can address bigger numbers with fewer operations.
Reply With Quote