Приклади вживання Main memory Англійська мовою та їх переклад на Українською
{-}
-
Colloquial
-
Ecclesiastic
-
Computer
NAND is nowhere near as fast as main memory, but it's multiple orders of magnitude faster than a hard drive.
it is capable of storing far greater amount of information than the main memory.
Some early virtual memory systems were very slow because they required an access to the page table(held in main memory) before every programmed access to main memory. .
Because each additional memory pool pushes back the need to access main memory and can improve performance in specific cases.
burning candles since childhood, are the main memory on this occasion.
It allocated space for processes in main memory and on a 512K word drum used for holding parts of processes(pages) for which there was no room in main memory. .
Main memory in a parallel computer is either shared memory(shared between all processing elements in a single address space),
The Device action allows you to view the books in the main memory or storage cards of your device, or to eject the device(detach it from calibre).
the optimization of data transfers between the CPU main memory and the accelerator memory. .
of each sorted chunk into input buffers in main memory and allocate the remaining 10 MB for an output buffer.
External merge sort is used when the input data can not fit into the main memory(usually RAM)
to map virtual page numbers to physical page numbers in main memory.
This cached data transfers from main memory meaning that on average the processor needed to wait for data from the motherboard for only 4% of the time because it was usually able to get the information it required from the cache.
level is loaded into main memory) and then executed at runtime(via logic branches or other such mechanisms).
Read the first 10 MB of each sorted chunk(call them input buffers) in main memory(90 MB total) and allocate the remaining 10 MB for output buffer.
All these have in common that arrays must fit into main memory and are available only while the particular program maintaining them(such as image processing software) is running.
the effective address is read from main memory and any required data is fetched from main memory to be processed
then L4(if it exists) and main memory(DRAM).
Read 100 MB of the data in main memory and sort by some conventional method, like quicksort.
External sorting is required when the data being sorted do not fit into the main memory of a computing device