I think Amitava has stated this is a test of understanding and not memorisation, so probably not. Probably just know that it goes reg - cache - ram - disk
roughly
Question about the stack thing, when your saying that the next bit of data we want to get from the stack will be near the top is that in reference to the data in the stack or the location of the data in the stack? I assume the former and thats why a ...
Hello,
I went to see Amitava today to ask him about file pointers vs file descriptors, I understand what a file descriptor is but I was told by Amitava that a file pointer is just a pointer that points at the file descriptor. But other sources on goog...
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?
A...
Because of the line "The simulation starts by reading a file where there is a single line of
integers separated by blanks" do we need to error check for multiple lines or will it just be assumed we wont be provided with more than one line in the in.tx...