Operating Systems |
|
Apart from the code in the Basic Input/Output System (BIOS), the operating system is the first programming that runs when you power up a computer. The operating system (OS) is the fundamental system software that controls everything the computer does.
It: - provides a standard and predictable interface for users Most modern operating systems are GUI - Graphical User Interface - where the user controls the computer's underlying services using the metaphor of a desktop where objects such as storage devices, applications and services are represented by icons that can be clicked or dragged to trigger an event in the OS. GUI is also sometimes called WIMP (windows, icons, mouse pointer). Earlier OSs used a text-based command line interface (CLI) where commands were typed as words with parameters and flags used to give the command more information. e.g. in DOS, the command DEL ..\*.bat /s /q would delete (DEL) all files with the extension ".bat" (*.bat) in the parent directory (..\) and subdirectories (/s) without asking for permission (/q). CLI is powerful and flexible, but requires much study and practice to master. Some (most?) GUI OSs (e.g. Windows, Linux) have an underlying CLI that can be used when a GUI just is not powerful enough. Some things are still best done the old fashioned way! GUI was a revolution because it was so easy for beginners to use, which made personal computer ownership skyrocket.
|
OS Makes and models |
Lesser-known varieties include Amiga OS, Palm OS which controls the Palm computers and mobile phones. Did you know that many mobile phones, routers and other devices use Linux as their operating system?
|
Main OS Types |
* 'Multitasking' on PCs is really a fraud. Only one application is actually running at any single moment, but the CPU is flicking so rapidly giving time to each task in turn that it appears to be simultaneous... just as a 35mm film's individual frames give the illusion of motion when shown in rapid sequence. Multicore CPUs will start to give REAL multitasking! |
Back to McKinnon Secondary College's home page
Page created: 6 Dec 06
Last changed: Wednesday, December 6, 2006 1:12 PM