Which of the following concept is best to preventing page faults?
Which of the following concept is best to preventing page faults? Correct Answer The working set
Page faults are generated when an application tries to use memory that is part of its working set, but can't find it. Page faults can be either hard or soft: Hard page faults occur when the page is found in the page file on the hard disk. Soft page faults happen when the page is found somewhere else in memory.