Discuss similarities and differences of Multiprogramming OS
and multiprocessing OS?
Answer Posted / krishnendu pal
multiprogramming has a single process.
multiprocessing has a multiple process.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can I find the modification date and time of a file?
How can type-insensitive macros be created?
What is void main ()?
why do some people write if(0 == x) instead of if(x == 0)?
What is infinite loop?
What happens if a header file is included twice?
Ow can I insert or delete a line (or record) in the middle of a file?
What is extern keyword in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What are lookup tables in c?
what is the function of pragma directive in c?
write a c program for swapping two strings using pointer
Write a program to print factorial of given number without using recursion?
How many levels of pointers can you have?
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm