Discuss similarities and differences of Multiprogramming OS
and multiprocessing OS?
Answer Posted / 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 |
Post New Answer View All Answers
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What does void main return?
Where static variables are stored in memory in c?
What is a nested formula?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
Describe the difference between = and == symbols in c programming?
List some of the static data structures in C?
What is a void pointer? When is a void pointer used?
What is wrong with this code?
Explain the difference between getch() and getche() in c?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
Why dont c comments nest?
The statement, int(*x[]) () what does in indicate?
What is a wrapper function in c?
code for find determinent of amatrix