<p>Most modern operating systems employ a method of extending RAM capacity, known as "virtual memory". A portion of the computers hard drive is set aside for a paging file or a scratch partition, and the combination of physical RAM and the paging file form the systems total memory. (For example, if a computer has 2 GB of RAM and a 1 GB page file, the operating system has 3 GB total memory available to it.) When the system runs low on physical memory, it can "swap" portions of RAM to the paging file to make room for new data, as well as to read previously swapped information back into RAM. Excessive use of this mechanism results in thrashing and generally hampers overall system performance, mainly because hard drives are far slower than RAM.</p>
</p>
<p> </p>
<p> </p>
<hr />
<p> </p>
<p><strong>تصاویری از چند صفحه نخست فایل :</strong></p>
<p> </p>
<div style="white-space: nowrap;" >
<img style="width: 300px; height: 300px;" src="http://filearman.ir/4kia/imgs/12/3701576556-img1.jpg" alt="" />
</div>
<p style="text-align: center;"><span style="color: #ff0000;">توجه فرمایید بدلیل تهیه ی تصویر با نرم افزار های خارجی متن نمایش داده شده در تصاویر ممکن است دارای اشکالاتی در نمایش برخی حروف باشد که در فایل اصلی بدون مشکل است</span></p>برای شما بازدید کننده محترم این مقاله کامل را تهیه کرده ایم.
Random Access Memory
قسمتی از متن :
Random Access Memory(RAM)
Random access memory (RAM) is a form of computer data storage. Today, it takes the form of integrated circuits that allow stored data to be accessed in any order with a worst case performance of constant time. Strictly speaking, modern types of DRAM are therefore not random access, as data is read in bursts, although the name DRAM / RAM has stuck. However, many types of SRAM, ROM, OTP, and NOR flash are still random access even in a strict sense. RAM is often associated with volatile types of memory (such as DRAM memory modules), where its stored information is lost if the power is removed. Many other types of non-volatile memory are RAM as well, including most types of ROM and a type of flash memory called NOR-Flash. The first RAM modules to come into the market were created in 1951 and were sold until the late 1960s and early 1970s.
Other memory devices (magnetic tapes, disks) can access the storage data only in a predetermined order, because of mechanical design limitations.
virtual memory