Computer Science, asked by 5786sadia, 1 month ago

differentiate between multi programming and time sharing operating system

Answers

Answered by kumariparwati734
2

Answer:

Multiprogramming operating system allows to execute multiple processes by monitoring their process states and switching in between processes. ... In this, the process can be executed by a single processor. 04. Time sharing OS has fixed time slice.

Answered by kiyarachaudhary996
1

Explanation:Time Sharing is the logical extension of multiprogramming, in this time sharing Operating system many users/processes are allocated with computer resources in respective time slots. In this the processors time is shared with multiple users that’s why it is called as time sharing operating system. It has a fixed time slice for the different processes. Its main purpose is interactive response time. Multiprogramming operating system allows to execute multiple processes by monitoring their process states and switching in between processes. In this processor and memory underutilization problem is resolved and multiple programs runs on CPU that’s why it is called multiprogramming. It has no fixed time slice for processes. Its main purpose is resource utilization.

Similar questions