ANONYMOUS wrote:
> Hello, I know this quesiton has been answered but I dont fully understand it.
>
> If the input is: 0 0 0 0 0 0
>
> Would it load the first 4 pages into RAM then reload the first page then reload the second page, with the reloaded pages having new time stamps?
Yes.
> Also, if parts of the RAM arent used, do we need to include it in the output with something like "EMPTY" or can we just not print it.
I believe you still have to print "Empty" unless Amitava clarifies.
> For example in the case where input is 0 1
>
> Can we have the RAM output of
>
> 0,0,0;0,0,0;1,0,1;1,0,1;
>
> Thanks
I wouldn't say so since the spec states to print the contents of RAM, which would include the empty slots.