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 |
Write programs for String Reversal & Palindrome check
Define function ?Explain about arguments?
2 Answers Geometric Software, Infosys,
State two uses of pointers in C?
Can we assign integer value to char in c?
What are the 3 types of structures?
What is c token?
two variables are added answer is stored on not for third variable how it is possible?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
how to write hello word without using semicolon at the end?
what is call by value and call by reference
What is NULL pointer?
What’s the special use of UNIONS?