Gr 11 System Software

123456789101112131415
Across
  1. 1. A small, battery-powered memory chip that stores system settings such as date, time, and hardware configurations.
  2. 3. Signals sent to the processor to indicate that an event needs immediate attention, temporarily halting current processes to handle the event.
  3. 4. The core component of an operating system that manages system resources and allows hardware and software communication.
  4. 7. Signals generated by hardware devices to inform the processor of an event, such as a keystroke or mouse movement.
  5. 11. A memory management technique where a computer uses a portion of the hard drive to simulate additional RAM, enabling larger programs to run.
  6. 12. A processing technique where multiple threads of a single process execute concurrently, sharing the same resources but acting independently.
  7. 15. Programs that translate and execute high-level language code line-by-line without creating a standalone executable.
Down
  1. 2. Interrupts generated by software to request system resources or signal the processor to handle a specific task.
  2. 5. Unified Extensible Firmware Interface, a modern firmware interface that replaces BIOS, offering enhanced security, faster booting, and a graphical user interface.
  3. 6. Software tools that convert programming language instructions into a form executable by the computer, such as interpreters and compilers.
  4. 8. The range of memory addresses used by input/output devices to communicate with the processor.
  5. 9. Programs that translate high-level language code into machine code in one go, creating a standalone executable.
  6. 10. A processing technique that allows multiple processes or tasks to run simultaneously by switching between them rapidly.
  7. 13. Hardware lines that allow devices to request processor attention for tasks like data transfer or input.
  8. 14. Firmware interface that initializes hardware during the boot process and provides runtime services.