I don?t think your RAM scores are really that low? setting the speed to turbo might enhance them a bit, though. What kind of mobo are you using, anyway?
For the CAS (Column Access Strobe) Latency, it is (roughly put) a number that refers to a ratio between memory access time and clock cycle time. You can count it by dividing the memory column access time by the clock frequency, and rounding the result upwards to the next whole integer.
Example:
Your Memory Column Access time is 25 nanosecs, and the Length of your clock cycle is 15 nanosecs (Your bus speed being 66.67 MHZ as (1/66.67)*10^6 is approximately 1.5*10^-8).
25ns / 15 ns = 1.67, so your memory CAS Latency must be 2.
If you?re using a 100MHz bus, which means your Clock cycle length is 10 ns, the Latency is:
25ns / 10 ns = 2.5, so your memory CAS Latency must now be 3.
CAS(column access latency), RAS(Row access latency) and tBS(I don't really know what the universal term is, in this with tBS I mean the delay(time) to switch between memory banks) are all definitions of the SDRAM. As bus clock frequencies are at least 100MHz(even for the stinkin' celeron) today, the CAS latency is usually not a problem, but because the maximum CAS setting is three, slow memory can theoretically sometimes restrics bus overclocking.