Multiple choice

______________ is the programming approach in which as one program needs input/output from disk, it is suspended and another program whose data is already in main memory is taken up for execution.

  1. Batch processing

  2. Multi programming

  3. Distributed system

  4. None of these

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

Multiprogramming is the programming approach in which as one program needs input/output from disk, it is suspended and another program whose data is already in main memory is taken up for execution.