Multiple choice

The process in which first the job is collected and then is executed is called

  1. online system

  2. real time system

  3. batch system

  4. none of these

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

Batch processing systems collect jobs together and execute them sequentially without user interaction. This is in contrast to online systems (interactive), real-time systems (time-critical), or time-sharing systems (simultaneous user access). The defining characteristic is the collect-then-execute workflow.