Discuss similarities and differences of Multiprogramming OS
and multiprocessing OS?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

i have a written test for microland please give me test pattern

2273


Explain what happens if you free a pointer twice?

671


What does the message "automatic aggregate intialization is an ansi feature" mean?

767


What are the string functions? List some string functions available in c.

669


What is a far pointer in c?

670






What are global variables and how do you declare them?

673


What is scanf_s in c?

712


Is c# a good language?

670


What does void main () mean?

807


What is a function in c?

646


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

670


Differentiate between a for loop and a while loop? What are it uses?

745


What is the purpose of the following code? Is there any problem with the code? void send(int count, short *to, short *from) { /* count > 0 assumed */ register n = (count + 7) / 8; switch (count % 8) { case 0: do { *to = *from++; case 7: *to = *from++; case 6: *to = *from++; case 5: *to = *from++; case 4: *to = *from++; case 3: *to = *from++; case 2: *to = *from++; case 1: *to = *from++; } while (--n > 0); } }

2055


What is use of bit field?

850


What is memory leak in c?

711