cpe151

1234567891011121314151617181920
Across
  1. 6. It is one or more physically contiguous pages.
  2. 8. It never swaps a page into memory unless page will be needed.
  3. 12. It happens when several processes work together to complete a common task.
  4. 14. A java mechanism that allows Java program on one machine to invoke a method on a remote object.
  5. 15. It is a collection of instructions or operations that performs single logical function.
  6. 19. A type of scheduling policy where interrupts processing of a job and transfers the CPU to another job.
  7. 20. It allocates memory from fixed-size segment consisting of physical-contiguous pages.
Down
  1. 1. It is the act of allowing only one process to have access to a dedicated resource.
  2. 2. It is a part of a program that must complete execution before other processes can have access to the resources being used.
  3. 3. A module that gives control of the CPU to the process selected by the short-term scheduler.
  4. 4. It contains information associated with each process such as process state, program counter, and many others.
  5. 5. It allows both parent and child processes to initially share the same pages in memory.
  6. 7. Pages are brought into memory only as they are needed, allowing jobs to be run with less main memory.
  7. 9. Allocated memory may be slightly larger that requested memory.
  8. 10. It abstracts procedure calls between processes on networked systems.
  9. 11. It replaces page with smallest count.
  10. 13. It allows a child task to share the address space of the parent task in Linux system.
  11. 16. A fast disk large enough to accommodate copies of all memory images for all users.
  12. 17. When a 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 _________.
  13. 18. Set of pages residing in memory that can be accessed directly without incurring a page fault.