Faye

123456789101112131415
Across
  1. 3. Used in Dynamic Memory Allocation
  2. 5. When a process is waiting for an event that will never occur.
  3. 7. An instance of a program running on a computer.
  4. 13. The number of programs which can be loaded in memory at the same time.
  5. 14. Determines the amount of information that can be processed in one instruction
  6. 15. The process is currently being executed.
Down
  1. 1. Static and global variable.
  2. 2. Process that is waiting for some event to occur.
  3. 4. Characterized by the execution of a sequence of instructions, a current state and an associated set of system resources.
  4. 6. The module that gives a process control over the CPU after it has been selected by the short-term scheduler.
  5. 8. The process is now prepared to execute when given the opportunity.
  6. 9. Process is released from main memory because it has halted or aborted.
  7. 10. This operation increments the value of its argument S.
  8. 11. Where local variables, parameters and return addresses and recursive calls are stored.
  9. 12. One example for processes on mutual exclusion.