Multiple choice Which of the following techniques is used to gaurd against the race condition problems? Process synchronization Starvation CPU scheduling Dispatcher Context switching Reveal answer Fill a bubble to check yourself A Correct answer Explanation This option is correct as to gaurd against the race condition ,we nee to ensure that only one process at a time can be manipulating the variable counter and this can be achieved through process synchronization.