Operating system: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 3: Line 3:
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.<ref>https://en.wikipedia.org/wiki/Operating_system</ref>
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.<ref>https://en.wikipedia.org/wiki/Operating_system</ref>


An operating system manages:
# Memory
# Processes
# Boot-up / Shutdown process
# Files
# Security
# CPU Scheduling
#


== Do you understand this topic? ==  
== Do you understand this topic? ==  

Revision as of 13:59, 1 September 2016

Operating system placement.svg.png

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.[1]

An operating system manages:

  1. Memory
  2. Processes
  3. Boot-up / Shutdown process
  4. Files
  5. Security
  6. CPU Scheduling

Do you understand this topic?[edit]

  • Describe the main functions of an operating system.

Do you have an advanced understanding about this topic?[edit]

  • Describe how an operating system manages the functions you have just described above.

References[edit]