Tutorial Week 9

Questions

    Files and file systems

  1. How does adding journalling to a file system avoid corruption in the presence of unexpected power failures.


  2. Memory Management

  3. Describe internal and external fragmentation.?

  4. What are the problems with multiprogrammed systems with fixed-partitioning?

  5. Assume a system protected with base-limit registers. What are the advantages and problems with such a protected system (compared to either a unprotected system or a paged or segmented VM system)?

  6. A program is to run on a multiprogrammed machine. Describe at which points in time during program development to execution time where addresses within the program can be bound to the actual physical memory it uses for execution? What are the implication of using each of the three binding times?

  7. Describe four algorithms for allocating regions of contiguous memory, and comment on their properties.


  8. What is compaction? Why would it be used?
  9. Virtual Memory

  10. What is swapping?

  11. What is Paging?


  12. Why do all virtual memory system page sizes have to be a power of 2? Draw a picture.

  13. What is a TLB? What is its function?