.gobump img{ border: 5px solid #ccc; float: left; margin: 15px; -webkit-transition: margin 0.5s ease-out; -moz-transition: margin 0.5s ease-out; -o-transition: margin 0.5s ease-out; border-radius: 5px 5px 5px 5px; } .gobump img:hover { margin-top: 2px; }

twitter

Wednesday, May 20, 2009

Functions of an Operating systems

Command Interpretation

The Central Processing Unit (CPU) needs to understand a command keyed in a user. It can interpret only binary code, that is, code containing O's and 1's . A command keyed in by a user has to be translated to binary code for the CPU to understand it. An OS performs this task.

Memory Management

Memory management is the mechanism by which an OS handles requests for memory. With the development of highly sophisticated software, memory requirements have increased drastically. An OS has to take care of allocating memory to the various applications running on the system . It has to allocate optimum memory to the applications and clean up necessary data from the memory.

Peripheral Management

An OS has to take care of the devices (peripherals) attached to the computer. It handles the communication between the CPU and the printer or the modem

Process Management

To enable several programs to run concurrently, an OS has to ration out the CPU time. It needs to ensure that all the programs get a fair share of the CPU time and no program monopolizes the CPU time.

The functioning of an operating system depends to a great extent on the computer system on which it is located. Since there are two basic types of computer systems - single user and multi - user - there are two types of operating systems. Before you learn about the details of operating systems, let 's first have a brief look at the two types of computer systems available.

Operating Systems

An operating system (OS) is a software program that acts as an interface between a user and a computer. The OS manages the computer hardware, the system resources, the memory, and the interaction between the system and its users. The OS also forms the base on which application software is developed.

Some popular operating systems are:

  • Linux
  • Unix
  • Microsoft DOS
  • Microsoft Windows 95
  • Microsoft Windows 98
  • Microsoft Windows NT Server 4.0

Twitter Delicious Facebook Digg Stumbleupon Favorites More

 

Categories