What are the basic functions of an operating system?
Operating system controls and coordinates the use of the hardware among the various applications programs for various uses. Operating system acts as resource allocator and manager. Since there are many possibly conflicting requests for resources the operating system must decide which requests are allocated resources to operating the computer system efficiently and fairly. Also operating system is control program which controls the user programs to prevent errors and improper use of the computer. It is especially concerned with the operation and control of I/O devices.
RE: What are the basic functions of an operating ...ty
answer:-it is the mediator between h/w and s/w.
it will work as command interpreter,memory manager,process manager.
command interpreter:-whenever we will type some data it will take from the keyboard and it convert to the language which computer can understand.and again it will display the result in which language user can understand.
memory manager:-it will allocate memory for a particular process.
process manager:-it will allocate time for a particular process.
RE: What are the basic functions of an operating syste...
1) Interface between your computer and the outside world
2) System tools (programs) used to monitor computer performance, debug problems, or maintain parts of the system.
3) A set of libraries or functions which programs may use to perform specific tasks especially relating to interfacing with computer system components.
RE: What are the basic functions of an operating syste...
OS is the interface betn h/w and s/w. The core of os is kernel it is not hardware not software ..it is firm ware..
command interpreter:-whenever we will type some data it will take from the keyboard and it convert to the language which computer can understand.and again it will display the result in which language user can understand.
memory manager:-it will allocate memory for a particular process.
process manager:-it will allocate time for a particular process.