I am a little skeptic over the 6th question. 
Adding more RAM does not necessarily decrease page faults. If the page is in 
the disk, then more RAM might help by making the interaction with the Hard 
Disk lesser. But if the page is in some other memory, then this might not be 
the case.
A better solution can be (d). After all, it is definitely helping in 
fetching the data quicker. (by shifting the 'workplace' to RAM) 

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/algogeeks/-/JVpGwelCJNAJ.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to