InterviewSolution
Saved Bookmarks
| 1. |
What is a time-sharing system? |
|
Answer» It is a SYSTEM that allows more than one user to access the RESOURCES of a particular system in many locations. In simple words, it performs multiple tasks on a single processor or CPU. As the name suggests, it MEANS to SHARE time into multiple slots in several processes. It also allows different users from different locations to use a particular computer system at the same time therefore it is considered one of the important types of OS. |
|