Table of Contents
    Home / Computers / Interleaved Memory
    Computers 1 min read

    Main memory divided into two or more sections. The CPU can access alternate sections immediately, without waiting for memory to catch up (through wait states). Interleaved memory is one technique for compensating for the relatively slow speed of dynamic RAM (DRAM). Other techniques include page-mode memory and memory caches.

    Was this Article helpful? Yes No