Question:

Which of the following problems can occur due to improper process synchronization?

Show Hint

Two options are memory topics and one is a scheduling effect. Pick the resource-waiting problem.
Updated On: Jul 2, 2026
  • Starvation
  • Thrashing
  • Demand paging
  • Convoy effect
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Improper synchronization means processes share resources without correct coordination. This can cause race conditions, deadlock, and starvation.

Step 2: Starvation happens when a process keeps waiting for a resource because synchronization or scheduling keeps favouring other processes, so it never gets access.

Step 3: Thrashing is a memory paging problem, and demand paging is just a memory loading technique, not a synchronization fault. The convoy effect is a scheduling side effect of long jobs blocking short ones.

Step 4: The problem tied to poor process synchronization is (A) Starvation.
Was this answer helpful?
0
0