Multiple choice technology mainframe

Order the stages of Job Processing. a. Input Queue b. Job Entry c. Purge d. output Queue e. Execution f. Printing

  1. b,e,a,d,c,f

  2. a,b,e,d,c,f

  3. b,a,e,f,d,c

  4. b,a,e,d,f,c

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

Job processing in operating systems sequentially goes through Job Entry, Input Queue (spooling), Execution, Output Queue, Printing (spooling output), and Purge. Option b,a,e,d,f,c correctly maps this sequence. Other options shuffle the execution, printing, or queueing orders incorrectly.