Question Detail

The LRU algorithm

  • pages out pages that have been used recently
  • pages out pages that have not been used recently
  • pages out pages that have been least used recently
  • pages out the first page in a given area
Similar Questions :

1. Which operating system use write through catches

  • UNIX
  • XENIX
  • ULTRIX
  • DOS

2. Root directory of a disk should be placed

  • at the fixed address in the main memory
  • at a fixed location on the disk
  • at the fixed location on system disk
  • anywhere on the disk

3. Disk scheduling includes deciding

  • which should be accessed next
  • order in which disk access requests must be serviced
  • the physical location of the file
  • the logical location of the file

4. Semaphores function is to

  • synchronize critical resources to prevent deadlock
  • synchronize processes for better CPU utilization
  • used for memory management
  • none of above

5. Which one is true

  • The linkage editor is used to edit programs which have to later link together
  • The linkage editor links object module during compiling
  • The linkage editor links objects modules and resolves external references between them before loading
  • none of above
Read more from - Operating System Questions Answers - Chapter 1