RAM (random access memory) is memory that has the same access time for all locations. Each location holds one byte and is directly addressable. RAM may be either static, which holds its memory so long as there is a power supply, or dynamic, which has to be refreshed by reading and rewriting the contents very frequently (about every two milliseconds). Dynamic RAM (DRAM) is more widely used than static RAM because it needs less power.