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
Explain low-order bytes.
Is file a keyword in c?
What language is windows 1.0 written?
What are the application of c?
Can a void pointer point to a function?
What is the use of void pointer and null pointer in c language?
What is a file descriptor in c?
What is spaghetti programming?
In a header file whether functions are declared or defined?
What is variable in c example?
What is the use of function overloading in C?
Explain about the constants which help in debugging?
What is an auto keyword in c?
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
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.