Well I can see that this question yielded a slew of responses. I think we should once and for all decide this bit scenario.
1) Are we talking Number of Lines in the Address Bus to the Memory
from the CPU. Choices are 16, 20, 24, and 32 bit. The width of the address bus tells us how much memory RAM/ROM we can have on the system. Example: 20 bit address bus gives us 1megabyte of addressable space.
2) Are we talking about the width of the DATA bus to the CPU. This is the pathway which gives the CPU its data to crunch. In other words, the biggest value that the CPU can fetch at one time. Modern Choices are 32, 64, 128 bit.
3) Are we talking about the Largest integer value(bitwise) that the CPU can Process in Math Computations. IE size of the largest register. Example: PowerPC like the one in GC has 32- 32 bit integer registers and 32- 64bit floating point registers which are used for crunching real numbers like this 3.242434 * 321.44232 = ? .
4) Number of Colors that the Graphics Sub-system supports, IE 4bit color(16 colors(palletized)), 8 bit color(256 colors(palletized)), 15 bit(32K (Direct RGB)), 24 bit(16million (DirectRGB)), or 32bit(24bit + transparency channel or alpha (DirectRGB))
Hope that this gives some idea on bits in the computer.:D
seen
