What is the difference between multiprogramming and batchpro
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.
The What is the difference between multiprogramming and batchpro information post by website user , webSITE not guarantee correctness ,
More Questions and Answers...
