Definitions

12345678910
Across
  1. 2. ____ tasks are those that must be run with a fixed cycle.
  2. 5. A situation where a low priority task or process is blocking a higher priority task or process.
  3. 7. ____ resources can be used by multiple tasks at the same time,
  4. 8. The ____ system architecture has two distinct memory sets: one for data, one for instructions.
  5. 10. ____ memory allocation is used to manage memory while the system is running
Down
  1. 1. Specialized modular organization built for real-time systems using a common set of skeletal facilities
  2. 3. The first thread to start executing, usually has the identifier 0. (2 words)
  3. 4. A collection of data structures storing meta-data describing the directory structure and files stored within a drive. (2 words)
  4. 6. If a memory request results in assigning a block that is only partially used, the unused portion is referred to as ____ fragmentation.
  5. 9. Operating systems generally have two modes, user and ____.