Describe the relationship between a page file, and virtual memory on a Windows operating systems?
Virtual memory is the memory taken form hard disk.
Swap: When the programme excuting in the main memory is completly shifted to Virtual Memory for the execution. Then it is called the Swaping.
Paging: When the programme executing in the main memory is shifted partly and executed in the Virtual Memory. Then it is called Paging.