recategorized by
1,316 views

1 Answer

1 votes
1 votes

Option B Locality of reference is applicable to the process

A page fault occurs when a program attempts to access a block of memory that is not stored in the physical memory, or RAM. The fault notifies the OS that it must locate the data in virtual memory, then transfer it from the storage device, such as an HDD or SDD, to the system RAM.

We can reduce page faults using some methods
1. We can increase size of main memory
2.Decreasing the degree of multiprogramming
3.Locality of reference is applicable to the process
4.Possible to increase the page size.

 

Answer:

Related questions

1 votes
1 votes
4 answers
1
admin asked Mar 31, 2020
2,171 views
If file size is large and if it is to be accessed randomly then which of the following allocation strategy should be best to use in a system?Linked allocationIndexed allo...
2 votes
2 votes
4 answers
2
admin asked Mar 31, 2020
17,385 views
Operating System maintains the page table for :each processeach threadeach instructioneach address
1 votes
1 votes
2 answers
3
admin asked Mar 31, 2020
2,487 views
Non-contiguous memory allocation splits program into blocks of memory called ________ that can be loaded in non-adjacent holes in main memory.PagesFramesPartitionSegments...
1 votes
1 votes
1 answer
4
admin asked Mar 31, 2020
1,623 views
What is Compaction ?a technique for overcoming internal fragmentationa paging techniquea technique for overcoming external fragmentationa technique for overcoming fatal e...