What is the difference between multiprogramming and batchprocessing?In: Computers |
Answer
Multiprogramming is the act of writing programs that can be scheduled for running on more than one processor (either on a multiprocessor system, or in a clustered environment such as MOSIX).
Batch-Processing is when a certain set of programs are executed, in orderly form, with the results of one program typically being fed into the following program, without any interaction from the user -- as apposed to interactive programs which requires user input at certain stages in order for the program to continue.
Batch-processing can also involve the use of multiprogrammed applications, provided they can be run in a non-interactive mode.
|
|
|
First answer by RuntuGen. Last edit by RuntuGen. Contributor trust: 99 [recommend contributor]. Question popularity: 37 [recommend question]
|
Research your answer: |
Can you answer other questions about computers and the net?
|
|


