Discuss similarities and differences of Multiprogramming OS
and multiprocessing OS?
Answers were Sorted based on User's Feedback
Answer / sadasiva
in multiprogramming number of processes running on single
processor.And in multiprocessing number of processes are
running on multiple processors
| Is This Answer Correct ? | 22 Yes | 2 No |
Answer / zarna padia
in multiprogramming single processor can perform all the
preocess and in multiprocessing there is more than one
processor to achieve its performance
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / krishnendu pal
multiprogramming has a single process.
multiprocessing has a multiple process.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / pavan
in multi programming different programs are run under single
processor where as in multi processing one processor can
handle different users with the help of different processes
| Is This Answer Correct ? | 3 Yes | 2 No |
What is your favorite subject?
1 Answers Ericsson, Invendis, Tech Mahindra,
What's the best way of making my program efficient?
write a program to find the sum of the array elements in c language?
24 Answers ICT, Infosys, Wipro,
Name the language in which the compiler of "c" in written?
what is c language.
What is the diffrent between while and do while statement ?
what is event driven software and what is procedural driven software?
What is the purpose of scanf() and printf() functions?
Is there any demerits of using pointer?
program for following output using for loop? 1 2 2 3 3 3 4 4 4 4 5 5 5 5 5
What is extern variable in c with example?
What does do in c?