Saved Bookmarks
| 1. |
Write any three functions of an operating system. |
|
Answer» 1. Memory management: The operating system allocates memory for requesting a process and frees the memory when the process is completed. 2. Device management: The operating system is responsible to allocate input and output devices as and when they are required by the process. 3. Management of input/output: The operating system allows control of access of programs to material resources via drivers. |
|