swap file - перевод на голландский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

swap file - перевод на голландский

MEMORY MANAGEMENT SCHEME BY WHICH A COMPUTER STORES AND RETRIEVES DATA FROM SECONDARY STORAGE FOR USE IN MAIN MEMORY
386SPART.PAR; WIN386.SWP; Swap file; Swap partition; Swap space; Memory swapping; Swapfile; Page file; Paging file; Page File; Pagefile.sys; Paging space; Swap memory; Page file usage; File page; Pagefile; Swapspace; Paged memory; Page in; Page out; Pageable memory; Page swapping; Page swapping memory; Page memory; Swap disk; Swap volume; Sharing in paging system; Swappiness; Swapping (memory management); Linux swap; Swap death; Swapdeath; Swapping (computing); Paging

swap file         
vervangingsbestand, zone op een schijf die fungeert als geheugen voor willekeurige toegang naast het gewone geheugen
swap memory         
vervangingsgeheugen, geheugen die uit een vervangingsbestand stamt en niet uit een chip voor geheugen met willekeurige toegang
swap space         
vervangings ruimte, geheugen die uit een vervangingsbestand stamt en niet uit een chip voor geheugen met willekeurige toegang

Определение

swap file
<operating system> A file used by a program or, more often, an operating system as swap space. A swap file is usually allocated as a long contiguous section of a hard disk to reduce access time. The disk space used for a swap file can not be used for other things. Under Microsoft Windows, swap files are recommended not to exceed three times the available RAM and are usually 150 percent of the RAM size. (1996-11-15)

Википедия

Memory paging

In computer operating systems, memory paging (or swapping on some Unix-like systems) is a memory management scheme by which a computer stores and retrieves data from secondary storage for use in main memory. In this scheme, the operating system retrieves data from secondary storage in same-size blocks called pages. Paging is an important part of virtual memory implementations in modern operating systems, using secondary storage to let programs exceed the size of available physical memory.

For simplicity, main memory is called "RAM" (an acronym of random-access memory) and secondary storage is called "disk" (a shorthand for hard disk drive, drum memory or solid-state drive, etc.), but as with many aspects of computing, the concepts are independent of the technology used.

Depending on the memory model, paged memory functionality is usually hardwired into a CPU/MCU by using a Memory Management Unit (MMU) or Memory Protection Unit (MPU) and separately enabled by privileged system code in the operating system's kernel. In CPUs implementing the x86 instruction set architecture (ISA) for instance, the memory paging is enabled via the CR0 control register.