You are here: welcome » expansions » ram
Random Access Memory (RAM)Dynamic RAM (DRAM) requires a constant supply of power to refresh and retain its contents. Recent advances in DRAM chips have produced three types of DRAM chips:
Almost all of today’s microcomputers use a combination of DRAM chips. Static RAM (SRAM), like DRAM, requires a constant supply of power. Compared to DRAM, SRAM does not require as much power, is faster, and is more reliable. SRAM is also more expensive and typically used for specialized applications. One of these applications is for cache memory or RAM cache. Cache (pronounced “cash”) memory improves processing by acting as a temporary high-speed holding area between the memory and the CPU. In a computer with a cache (not all machines have one), the computer detects which information in RAM is most frequently used. It then copies that information into the cache. When needed, the CPU can quickly access the information from the cache. There are three different types or levels of cache:
Most of today’s microcomputers have two or three types of cache. The most powerful have all three types. Flash RAM or flash memory chips can retain data even if power is disrupted. This type of RAM is the most expensive and used primarily for special applications such as for digital cell telephones, digital video cameras, and portable computers. |
