42.0k views
0 votes
In a virtual memory system, each process must have its own page table.(True or False?)

User Kandice
by
5.4k points

1 Answer

1 vote

Answer: True

Step-by-step explanation:

Virtual memory is the secondary storage memory and this type of memory are addressed as main part of the memory.

When the virtual memory copying in the physical memory then, at that time the operating system divide the memory into the file page with the address and definite size number. Then, the each page are store in a disk.

When this page are required then, the operating system copy from disk to main memory and then, the virtual address are converted into the real address.

User Brad Hazelnut
by
5.3k points