Q Bankers algorithm in Operating Systems is used for_____________.

  • A Deadlock prevention
  • B Deadlock avoidance
  • C Deadlock recovery
  • D Mutual exclusion

MCQs Details

Bankers Algorithm is resource allocation and deadlock avoidance algorithm which test all the request made by processes for resources, it checks for the safe state, if after granting request system remains in the safe state it allows the request and if there is no safe state it doesn't allow the request made by the process.