Uh, What's an Operating System?
For a computer to do anything useful, it needs both application software (programs you use) and an operating system (programs the computer uses). The operating system sits between the physical hardware that makes up a computer (the monitor, keyboard, CPU, hard drive, and so forth) and the end-user software that people use to process documents, play games, and all that good stuff.- To work with computer hardware to process user requests by
- interpreting keystrokes from the keyboard,
- displaying text and images on the screen,
- storing files on the hard disk,
- sending documents to a printer,
- communicating over a modem.
- To manage the application software's use of memory (RAM) and processor time.
The OS time-slices by giving one user or application exclusive use of the hardware for a brief instant, and then doing the same for the next user or application. On systems with adequate horsepower, this approach works so that you never even know about that little game of round-robin going on behind the scenes. On a wimpy computer or a mainframe with too many users, it's toe-tappin' time for everybody.
No comments:
Post a Comment