Multiple choice

_____ resources may be usable by at most one process at a time.

  1. Reusable

  2. Consumable

  3. Usable

  4. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Reusable resources (like memory blocks, printers, or files) can be used by multiple processes over time, but only by one process at any given moment. They must be explicitly allocated and deallocated. After use, they return to the available pool for future allocation.