Discuss similarities and differences of Multiprogramming OS
and multiprocessing OS?

Answers were Sorted based on User's Feedback



Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?..

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

Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?..

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

Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?..

Answer / krishnendu pal

multiprogramming has a single process.
multiprocessing has a multiple process.

Is This Answer Correct ?    3 Yes 0 No

Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?..

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

Post New Answer

More C Interview Questions

What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }

1 Answers   Google,


What extern c means?

0 Answers  


How can you print HELLO WORLD without using "semicolon"?

7 Answers   HCL, Infosys,


What is merge sort in c?

0 Answers  


x=2,y=6,z=6 x=y==z; printf(%d",x)

13 Answers   Bharat, Cisco, HCL, TCS,






What is the sizeof () a pointer?

0 Answers  


to get a line of text and count the number of vowels in it

3 Answers   Satyam,


Write a program for deleting duplicate elements in an array

3 Answers   Subex,


when user give a number it multiply with 9 without useing '+' and '*' oprator

4 Answers  


Is stack a keyword in c?

0 Answers  


What are header files why are they important?

0 Answers  


Is c still used in 2019?

1 Answers  


Categories