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

Write a pro-gramme to determine whether the number is even or odd?

1 Answers  


Explain high-order bytes.

0 Answers  


what is available in C language but not in C++?

10 Answers   CTS, TCS,


What is the purpose of void in c?

0 Answers  


how to print this pyramid * * * * * * * * * * * * *

2 Answers  






Why do we need arrays in c?

0 Answers  


Tell us two differences between new () and malloc ()?

0 Answers   Adobe,


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

0 Answers   CLG,


what will happen if you free a pointer twice after allocating memory dynamically ?

3 Answers   Novell,


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


a value that does not change during program execution a) variabe b) argument c) parameter d) none

0 Answers  


A C E G H +B D F A I ------------ E F G H D

1 Answers   Infosys,


Categories