In the C:\pagefile.sys file.
WRONG!
That is a very common view but totally wrong. Virtual memory is a system that provides a virtual environment to applications that is completely independent of computer physical resources. This system is always in use and cannot be disabled. The system combines physical memory, many files on the hardisk, as well as the pagefile, to accomplish this. The pagefile serves only in a supporting role.
I believe this is RIGHT (OS book page 149)
Pagefile.sys is a hidden file stored in the root directory C. when using virtual memory.
Perhaps you are referring to Virtual RAM.
Physical memory (in a computer) is 'better' than virtual memory because it is much faster (and speed is usually the main concern in this subject area). Physical memory (or RAM) is where the programs and variables are stored whilst they are working. Virtual memory is only used when the computer runs out of physical memory. Virtual memory is just one or more files saved on a hard disk. Access to the hard disk is much slower than access to the physical memory.
Virtual memory
That would be virtual memory. Its when your the excess data is stored on your harddrive. A section of your harddrive is reserved for this purpose. Though virtual memory isn't as fast as normal RAM.
Yes and virtual.
Yes, virtual memory uses a combination of both primary (RAM) and secondary (disk storage) memory. When the RAM is full, data is temporarily transferred to the hard drive to free up space for new operations, which is why virtual memory is sometimes referred to as "paging file" or "swap file."
Find a virtual psychic to read your virtual memory.
virtual memory works just like as temporary memory does
The difference between virtual and physical memory is that virtual memory refers to memory space while physical memory are chips like RAM. The memory space for virtual memory is made by operating system when there is insufficient physical memory.
Virtual memory, the answer is virtual memory.
Virtual memory was invented in the early 1960s
No.Virtual memory is a file stored on the disk and managed by the operating system software. As needed the operating system copies blocks of internal memory out to this file to free internal memory and copies blocks from this file to internal memory when a program needs it again. To assist the operating system in this task the computer has to have virtual memory management hardware and interrupts.All of the hardware that is involved directly in the operation of virtual memory is part of the computer, not the harddisk.