.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 InterpretationThe 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 ManagementMemory 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 ManagementAn OS has to take care of the devices (peripherals) attached to the computer. It handles...

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:LinuxUnixMicrosoft DOSMicrosoft Windows 95Microsoft Windows 98Microsoft Windows NT Server ...

Pages 371234 »
Twitter Delicious Facebook Digg Stumbleupon Favorites More

 

Categories