On Wednesday 29 August 2001 10:37 pm, Ricardo Rodriguez wrote:
whats the difference between a 16bits card an a 32 bit
one?, just speed?
It's the size of the bus:
2^1 = 2; 2^2 = 4; 2^4 = 16; 2^8 = 256 and so on.
Thus, 2^16 = 65,536 and 2^32 = 4,294,967,296.
M