Discuss, Learn and be Happy דיון בשאלות

help brightness_4 brightness_7 format_textdirection_r_to_l format_textdirection_l_to_r

Which process can be affected by other processes executing in the system?

1
sentiment_very_satisfied
by
מיין לפי

When several processes access the same data concurrently and the outcome of the execution depends on the particular order in which the access takes place, is called?

1
done
by
מיין לפי

If a process is executing in its critical section, then no other processes can be executing in their critical section. This condition is called?

1
done
by
מיין לפי

Which one of the following is a synchronization tool?

1
done
by
מיין לפי

A semaphore is a shared integer variable

1
done
by
מיין לפי

Mutual exclusion can be provided by the

1
done
Explanation: Binary Semaphores are known as mutex locks.
by
מיין לפי

When high priority task is indirectly preempted by medium priority task effectively inverting the relative priority of the two tasks, the scenario is called

1
done
by
מיין לפי

Process synchronization can be done on

1
done
by
מיין לפי

A monitor is a module that encapsulates

1
done
by
מיין לפי

To enable a process to wait within the monitor

1
done
by
מיין לפי