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

if the total selling price of 15 items and the total profit earned on them is input through the keyboard, write a program to find the cost price of one of the item

2 Answers  


let's take a code struct FAQ { int a; char b; float c; double d; int a[10]; }*temp; now explain me how the memory will be allocated for the structure FAQ and what address will be in the structure pointer (temp)....................

8 Answers  


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

0 Answers  


write a program to display the numbers having digit 9 in the given range from 1 to 100

1 Answers  


What are # preprocessor operator in c?

0 Answers  






The postoder traversal is 7,14,3,55,22,5,17 Then ur Inorder traversal is??? please help me on this

1 Answers  


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


a linear linked list such that the link field of its last node points to the first node instead of containing NULL a) linked list b) circular linked list c) sequential linked list d) none

0 Answers  


How do we print only part of a string in c?

0 Answers  


question-how to run a c programme.

6 Answers  


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


write a program to find the largest and second largest integer from an array

2 Answers   Value Labs,


Categories