Wednesday, November 16, 2011

What are operating system functions?

When most end-users encounter computers, they are working on what are sometimes referred to as "virtual machines." In other words, when you interact with a computer or smart phone, there are many layers of software between you and the device you are using. Computers are actually very simple devices, that can store binary data (bits that can have the value of 0 or 1) and perform a very limited set of operations on those bits. What enables computers to perform such operations as accepting input from keyboards and mice and displaying output on monitors is a combination of software and firmware (firmware is basically software hardwired into a system). 


The operating system of a computer is a type of managerial software that handles many of the computer's administrative functions, such as switching between tasks. The key function of an operating system is actually to execute a wait loop, a sequence of code in which it looks for interrupts or signals from various devices (keyboard, mouse, internal clock, etc.) to see if anything needs to be done. Then, if the operating system sees that it has received one or more such signals, it responds by transferring control to an appropriate piece of software (either an operating system module or an application) to deal with the interrupt. Operating systems also provide standard interfaces for application software and handle issues such as memory management, allocating resources among various tasks, resolving conflicts among tasks, and handling interfaces with external devices, so that people writing application software such as word processors or spread sheets can focus on application functionality, and simply use standard commands to write something in a specific font to the screen, for example, rather than dealing with the mechanics of displaying every single pixel in each letter a user will see. 

1 comment:

  1. Software for mice operations offers multiple tools that work seamlessly together to create the best experience for event managers and their clients. Our solutions cater to companies of any size and help you with everything from event applications and planning to daily operations and running your business. They’ll free up your precious time, get you more event requests and increase revenue per guest. For more details please go to our website: http://webcrstravel.com/

    ReplyDelete

find square roots of -1+2i

We have to find the square root of `-1+2i` i.e. `\sqrt{-1+2i}` We will find the square roots of the complex number of the form x+yi , where ...