What is an Operating System? Brief Explanation

According to the Definition, “An Operating System (OS) is an interface between a computer user and computer hardware. An operating system is a software that performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers.”

The operating systems organize the sharing of resources. But they do much more than this; they ensure the efficient running of a computer by the following:

  • Loading the application programs from secondary memory into main memory and managing their execution
  • Supporting application programs by managing their use of the computer’s resources;
  • Managing the storage of programs and data in secondary memory;
  • Accepting inputs from and supplying outputs to the user.
In the next four paragraphs, We’ll examine each of these four aspects of an operating system, in turn, using the PC as an example.

Unless an application program has been recently used and is already stored in main memory, the operating system will need to find the program in secondary memory, transfer it into main memory and arrange for the processor to execute it. If the user is running more than one application program, say a word processor and a drawing package, the operating system will need to manage the execution of both to ensure that these two programs do not interfere with each other. When the user closes down an application program, the operating system must manage this process and ensure that the computer can continue to operate normally.

Application programs make use of the computer’s resources. For example, they send data to the display. Rather than the application program containing the instructions to perform tasks like this, they call on the operating system to perform the tasks on their behalf. This makes application programs easier to write.

In addition to organizing the transfer of application programs from the secondary memory to the main memory, the operating system has to manage the process of storing application programs in secondary memory when the user first installs them. It also has to organize the storage of files that users create while they are running application programs. For example, with a word processor, the operating system organizes saving a newly created file to a folder specified by the user. On request, it also organizes the retrieval of a previously saved file. Less obvious is the equally important task of storing and organizing the temporary data generated by the word processor while it is running.

Accepting inputs from the user and generating outputs for the user are important functions of the operating system. It can make a difference between a computer is easy to use or difficult. In the early days of PCs, users had to type text commands to get their computers to perform tasks, and all information from the computer came in the form of text. This was because the operating system of those days, MS-DOS, did not have the ‘graphical user interface’ that everyone takes for granted today. There were no icons or menus on the screen, and pointing and clicking with a mouse was not an option. To a considerable extent, the operating system, rather than the hardware, of a PC influences how easy users find it to use.

In brief, the operating system in a PC controls the PC’s resources and hides many of the complexities of using a computer from the user, making the user’s task easier. We have taken the PC’s operating system as an example. Still, the operating systems in those ‘invisible’ computers that have them should again hide the complexities of the computer from the user and control the sharing of resources.

The three most common operating systems for personal computers are Microsoft Windows, macOS, and Linux. Windows 10 Operating System share overall 83% active users worldwide.


So this article was quick to guide to understand the working and definition of Operating Systems. We hope this article helped you with such a topic, make sure you comment and share your views.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.