Operating system

12345678910111213
Across
  1. 1. is an interface for user interaction with the operating system, which can be graphical (GUI) or command-based (CLI).
  2. 2. The state of execution of a program in a system. It is the basic unit of a work that shows a task under work or on the way to getting executed
  3. 4. Central part of an operating system that provides applications with coordinated access to computer resources such as processor time, memory, external hardware, and an external input and output device.
  4. 5. Refers to a single sequential flow of activities being executed in a process.
  5. 7. A situation where several processes are waiting for each other and cannot continue execution.
  6. 9. A memory management technique. In it, memory is divided into many simpler parts.
  7. 10. Property of an operating system or runtime environment to enable parallel (or pseudo—parallel) processing of multiple tasks.
  8. 12. Software component that lets the operating system and a device communicate.
  9. 13. Crossword's creator second name
Down
  1. 1. Special kind of software that is used to handle process scheduling on a disk..
  2. 3. A condition in the operating system when there are high-priority tasks that keep executing and the low-priority jobs are in the waiting queue for a very long time.
  3. 6. A program that loads the operating system at startup.
  4. 8. A background process in the operating system that performs service tasks.
  5. 9. The file that starts the process in the operating system.
  6. 11. The signal which is sent by either hardware or software when immediate attention by a process is required.