That looks right to me Just tested it on my end and I got the same result, so either we are both right are both wrong. I certainly hope it's the former.
Hi, no this this should not be the case. Note that a process will always replace one of its own pages if the RAM is full and there is one available to replace (as local replacement is prioritised over global).
As a result of this, once 1 page of each...
Sorry if this has been asked in a previously, but do we assume that the input file syntax will always be correct, or should we implement measures to detect errors e.g. alphabetic characters?
The description says our program should check for "any" errors, and also that "all errors" should be reported through stderr stream. Does this mean even after finding one error in the file we should continue to search for more? Or just that all erro...