cpe151

12345678910111213141516171819202122232425
Across
  1. 2. An excessive amount of page swapping between main memory and secondary storage.
  2. 7. A fast disk large enough to accommodate copies of all memory images for all users.
  3. 8. It allows both parent and child processes to initially share the same pages in memory.
  4. 10. It never swaps a page into memory unless page will be needed.
  5. 11. It is a mechanism for processes to communicate and to synchonoze their actions.
  6. 13. A java mechanism that allows Java program on one machine to invoke a method on a remote object.
  7. 15. It is the act of allowing only one process to have access to a dedicated resource.
  8. 16. Allocated memory may be slightly larger that requested memory.
  9. 17. It happens when several processes work together to complete a common task.
  10. 18. It is a collection of instructions or operations that performs single logical function.
  11. 20. It is the threshold parameter to increasing paging in Solaris computer.
  12. 22. A type of scheduling policy where interrupts processing of a job and transfers the CPU to another job.
  13. 23. a type of communication where messages are directed and received from mailboxes.
  14. 24. It is the queue of messages attached to the link.
  15. 25. Pages are brought into memory only as they are needed, allowing jobs to be run with less main memory.
Down
  1. 1. The system find some page in memory, but not really in use, swap it out.
  2. 3. Signals are used in UNIX systems to notify a process that a particular event has occurred.
  3. 4. Set of pages residing in memory that can be accessed directly without incurring a page fault.
  4. 5. When a C PU switches to another process, the system must save the state of the old process and load the saved state for the new process via a _________.
  5. 6. It is a part of a program that must complete execution before other processes can have access to the resources being used.
  6. 9. It contains information associated with each process such as process state, program counter, and many others.
  7. 12. It occurs when there are few resources to process a job.
  8. 14. Cooperating processes need ________ that provides send and receive messages.
  9. 19. It creates a number of threads in a pool where they wait work.
  10. 21. It is also known as logical address.