Discuss similarities and differences of Multiprogramming OS
and multiprocessing OS?
Answer Posted / 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 |
Post New Answer View All Answers
How does pointer work in c?
What are two dimensional arrays alternatively called as?
What is the difference between the = symbol and == symbol?
Explain main function in c?
How do you sort filenames in a directory?
Was 2000 a leap year?
What is the difference between #include and #include 'file' ?
how logic is used
How do I copy files?
How can I prevent another program from modifying part of a file that I am modifying?
Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?
What are the functions to open and close file in c language?
a program that can input number of records and can view it again the record
Explain about the functions strcat() and strcmp()?
Write a code of a general series where the next element is the sum of last k terms.