Actions

Operating System (OS)

Revision as of 17:22, 6 February 2021 by User (talk | contribs) (The LinkTitles extension automatically added links to existing pages (https://github.com/bovender/LinkTitles).)

An operating system (OS) is system software that manages computer hardware and software resources and provides common services for computer programs. All computer programs, excluding firmware, require an operating system to function. Time-sharing operating systems schedule tasks for efficient use of the system and may also include accounting software for cost allocation of processor time, mass storage, printing, and other resources.[1]


Operating System
source: Google Sites - Operating System


Without an operating system, a computer is just a collection of components heating up the room as no-one would be able to make any practical use of the machine. A large number of operating systems have been developed over the years; each designed with a certain kind of computer in mind. For instance:

  • Windows or Linux - for personal computers
  • MacOS, iOS- for Macs and iPhone and iPad
  • Unix - for mainframes
  • Symbian, Android - for mobile phones

Although these operating systems have been developed to work with very different types of computers, they all share a number of common functions:

  • Providing a user interface
  • Managing the computer's memory
  • Managing the hardware[2]


Classification of Operating systems

  • Multi-user: Allows two or more users to run programs at the same time. Some operating systems permit hundreds or even thousands of concurrent users.
  • Multiprocessing : Supports running a program on more than one CPU.
  • Multitasking : Allows more than one program to run concurrently.
  • Multithreading : Allows different parts of a single program to run concurrently.
  • Real time: Responds to input instantly. General-purpose operating systems, such as DOS and UNIX, are not real-time.


See Also

Desktop Operating System
Mobile Operating System
Server Operating System


References

  1. Operating System Definition Wikipedia
  2. What is an Operating System? Teach-ICT


Further Reading