Discuss similarities and differences of Multiprogramming OS
and multiprocessing OS?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain low-order bytes.

716


Is file a keyword in c?

605


What language is windows 1.0 written?

670


What are the application of c?

743


Can a void pointer point to a function?

668






What is the use of void pointer and null pointer in c language?

724


What is a file descriptor in c?

676


What is spaghetti programming?

771


In a header file whether functions are declared or defined?

749


What is variable in c example?

702


What is the use of function overloading in C?

783


Explain about the constants which help in debugging?

955


What is an auto keyword in c?

756


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

705


write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.

1626