cpe151_le2

1234567891011121314151617181920
Across
  1. 2. It is the hardware device that maps virtual to physical address.
  2. 4. A condition for deadlock wherein it the act of allowing only one process to have access to a dedicated resource.
  3. 5. A system call used by UNIX OS to create a new process.
  4. 6. A type of scheduling policy that functions without external interrupts.
  5. 11. A portion of a program that can run independently of other portions.
  6. 15. A process state that executes last statement of the programs and asks the operating system to delete it (exit) or deallocate the resources.
  7. 16. A type of communication wherein messages are directed and received from mailboxes.
  8. 17. This is a set of pages residing in memory that can be accessed directly without incurring a page fault.
  9. 19. A memory allocation scheme that dives each incoming job into pages of equal size.
Down
  1. 1. It subdivides segments into pages of equal size, smaller than most segments, and more easily manipulated than whole segments.
  2. 3. It occurs when there in an excessive amount of page swapping between main memory and secondary storage.
  3. 7. It occurs when the requested page is not found in the memory.
  4. 8. Concurrent transactions must be equivalent to serial execution - ________________.
  5. 9. It is a part of a program that must complete execution before other processes can have access to the resources being used.
  6. 10. A type of multiprocessing configuration wherein each processor has a copy of the OS and controls its own resources, and each can communicate and cooperate with others.
  7. 12. A memory scheme wherein pages are brought into memory only as they are needed.
  8. 13. The concept of this memory management is the separation of user logical memory from physical memory.
  9. 14. It allocates the smallest hole that is big enough; must search entire list, unless ordered by size.
  10. 18. A process wherein a resident page must be copied to the secondary storage (if modified) and writing the new page into the empty page frame.
  11. 20. It is a condition wherein the system is affected as resources are being tied up.