The Banker's algorithm operates by simulating the allocation of _______ to processes and checks if granting the requests leads to a safe state.

  • CPU
  • Memory
  • Resources
  • Threads
The Banker's algorithm is used in operating systems to manage resources such as CPU cycles, memory, and input/output devices. It simulates the allocation of resources to processes and ensures a safe state to avoid deadlock.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *