Subject | English | Czech |
comp., MS | direct memory access A technology that allows certain devices, such as hard disks and CD or DVD drives, to transfer information directly through the computer's memory without using the computer's processor. DMA improves the performance of the device and frees the computer's processor so it can perform other tasks | přímý přístup do paměti (DMA) |
comp., MS | dynamic random access memory A form of semiconductor random access memory (RAM) | paměť DRAM (Dynamic Random Access Memory) |
comp., MS | non-uniform memory access | neuniformní přístup k paměti (Access by a CPU of local as well as foreign memory. This process, which is enabled by NUMA architecture, results in different access speeds) |
comp., MS | nonvolatile random access memory | permanentní paměť RAM (Read/write memory that persists in its state when the power is removed, or normally volatile memory that has been fitted with a battery backup to retain data) |
comp., MS | nonvolatile random access memory | stálá paměť RAM (Read/write memory that persists in its state when the power is removed, or normally volatile memory that has been fitted with a battery backup to retain data) |
comp., MS | random access memory The temporary storage area the computer uses to run programs and store data. Information stored in RAM is temporary and is designed to be erased when the computer is turned off | paměť s náhodným přístupem (RAM) |
comp., MS | Remote Direct Memory Access | přímý přístup do paměti vzdáleného počítače (A networking feature that lets one computer directly place information into the memory of another computer) |
comp., MS | scatter/gather direct memory access | scatter/gather přímý přístup do paměti (A form of direct memory access (DMA) in which data is transferred to and from noncontiguous ranges of physical memory) |