A guide to operating system users.

What’s your operating system?  See the pie-chart below for insight.  Humour from GraphJam.com.

Operating-systems

Anyway, what is an operating system?  It’s the boss.

from The Full Wiki:

Most ordinary computer users take their operating system for granted. The easiest way to understand what an operating system does is to take a close look at what computers were like before operating systems were invented.

The earliest electronic computers did not have any operating system. If the user wanted to change what the computer was doing, the user had to open the back panel on the (then very large) computer, and change how the wires were connected. Changing what the computer did was very time consuming and required an expert.

Later, computer scientists decided to have the wires stay as they were, and feed instructions to the computer with punch cards (cards with holes that represented instructions) or magnetic tape. The computer would store the instructions in some kind of memory. This way of operating a computer is called the von Neumann architecture.

Still, computers of the time generally only had enough memory to “remember” one program at a time. If the user wanted the computer to run a different program, the user had to wipe out the first program from memory and then load another program into memory.

Computer operators and computer scientists grew tired of carrying around large stacks of punch cards. They also wanted computers to run more than one program at a time. As years of work changed or replaced computers to have more memory, computer operators and computer scientists decided that some computers could hold several programs in its memory. The computer user could then simply choose which program the user wanted to run. Running a computer this way requires a “boss” program that controls all the other programs, and asks the user what program the user wants to run. Such a boss program is called an operating system.

Having several programs in memory that can be run at any time makes some new problems. The operating system itself has to remember where the programs are at in memory. The operating system also has to prevent two programs from fighting over which one gets to use the processor.

Modern desktop computers need an operating system. Operating systems generally start up automatically when the user turns on the computer.

Comments

Leave a Reply

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