Ms dos provide no means of concurrent processing.three
complication that concurrent processing adds to an
operating system? ?



Ms dos provide no means of concurrent processing.three complication that concurrent processing add..

Answer / deadzg_devil

1. The OS has to keep track of the main memory address space allocated to each process so that a process does not affect or harm other processes data. This is a necessay , for example, a virus may try to destroy or modify other process data.

2. Switching from one process to another process leads to time overhead, this requires storing the current register values and loading the register values of the next process from its PCB(program Control Block).

3. If a running process requires large space in memory then other processs needs to be dumped back to hard disk which again leads to time overhead.


Read more: http://wiki.answers.com/Q/Discuss_three_major_complications_that_concurrent_processing_adds_to_an_operating_system#ixzz1PqivO9ff

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Operating Systems General Concepts Interview Questions

Does a clean install erase everything?

0 Answers  


What are the three conditions that must be present for deadlock to be possible?

0 Answers  


Is Windows NT a full blown object oriented operating system? Give reasons.

1 Answers  


How many stages are there in chkdsk?

0 Answers  


Do I need program files x86?

0 Answers  






What are advantages of operating system?

0 Answers  


What is the state of processor, when a process is waiting for some event to occur?

3 Answers  


Mention the steps involved in the execution of a program.

0 Answers  


What does thread safe mean?

0 Answers  


Explain bootstrap program in operating system.

0 Answers  


When the process is hung...what the immediate solution you will give?

1 Answers   CA,


Which one is not suitable for client-server application? 1. tcp/ip 2. message passing 3. rpc 4. none of the above

1 Answers  


Categories