Travis King said:
What does the term 'latency' mean?
Effectively 'wait' or 'delay'.
On a hard disk (for instance), the 'latency' to fetch a prticular block of
data, will be the combination of the time taken to get the head to the right
track, and then wait for the disk to spin round till the sector arrives. So
faster spinning disks have lower 'rotational latency', while ones that step
faster reduce the 'seek latency'. On memory, there are again different
figures, covering the wait from different parts of the addressing (hence
'CAS latency', is the delay from the final part of the address - the 'column
address', till data is valid.
Best Wishes