Multiple choice

_____________ is a shared integer variable with non-negative values which can only be subjected to initialization and invisible operations.

  1. Semaphore

  2. Indivisible operation

  3. Critical section

  4. Race condition

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

Semaphore is a shared integer variable with non-negative values, which can only be subjected to initialization and invisible operations.