(Latest Revision: Thu May 07, 2020) cs3750q11Recap

cs3750q11Recap


Quiz #11 Answer Information

What you needed to know to get the questions right - you needed to know ...
  1. ... that all file systems suffer from internal fragmentation.
  2. ... that an OS uses two levels of internal open-file tables when it's possible for more than one process to open a file simultaneously.
  3. ... that it's essential to the meaning of sequential-access that in order to access block N a process must first access blocks 0 through N-1.
  4. ... that transfers between memory and disk are performed a block at a time.
  5. ... that a linear list is the simplest way to implement a directory.
  6. ... that metadata includes all of the structured information in the file system, minus the actual contents of files.