Posts

These are the functions of operation systems

Operating System:  s oftware that allows a user to run other applications on a computing device. While it is possible for a software application to interface directly with hardware, the vast majority of applications are written for an OS, which allows them to take advantage of common libraries and not worry about specific hardware details. The following are the functions of Operating Systems: 1. Booting:   Booting is a process of starting the computer operating system starts the computer to work. It checks the computer and makes it ready t o work. 2. Memory Management: It is also an important function of operating system. The memory cannot be managed without operating system. Different programs and data execute in memory at one time. if there is no operating system, the programs may mix with each other. The system will not work properly. 3. Loading and Execution:   A program is loaded in the memory before it can be executed. Operating system provides the facil...
Recent posts