operating systems system software, functions of an operating system

Download Operating Systems System Software, functions of an operating system

If you can't read please download the document

Upload: silvester-pearson

Post on 22-Dec-2015

216 views

Category:

Documents


0 download

TRANSCRIPT

  • Slide 1
  • Operating Systems System Software, functions of an operating system
  • Slide 2
  • The Operating System The Operating System is also known as System Software. All computers must have an operating system in order to work The OS is responsible for all the functions of hardware and also software
  • Slide 3
  • Functions of an Operating System GUI Device Drivers Security Networking Disk Managem ent (File Systems) Memory Management Process Management Operating System
  • Slide 4
  • Process Management A multitasking OS allows the computer to perform many different tasks(processes) at the same time The CPU can only focus on one process at a time. The OS tells the CPU to give each process a very short time slice (time slot) This happens very fast making it seem like the processes are occurring at the same time
  • Slide 5
  • Memory Management A computer has different memory types it could use; memory registers, cache, RAM and disk storage. The OS is responsible for checking; which memory if free which memory is to be allocated and de- allocated how to swap between the main memory and secondary memory
  • Slide 6
  • Memory Management When the OS swaps between main memory and secondary memory we call this Virtual Memory management Virtual memory creates a memory slot acting as RAM when the RAM is too full Virtual memory is much slower than RAM
  • Slide 7
  • Disk Management / File Systems Operating systems have different file systems. A file system is an organisation of all the files and folders saved within the computer Each OS has a different file system hence a different access system (notes page 29)
  • Slide 8
  • Networking Most of the OSs today are capable of using the universal TCP/IP (Transmission Control Protocol/Internet Protocol) This allows computers to communicate with each other and be able to share resources such as files and hardware devices over a network, such as Internet.
  • Slide 9
  • Security The basic type of security an OS offers is asking for a Username and Password before a user can use the OS The OS could also limit certain users from doing certain actions. This is known as level access The OS uses a Firewall to close certain ports when using TCP/IP protocol
  • Slide 10
  • GUI Graphical User Interface Most operating systems use a GUI Graphical User interfaces, which is more user-friendly as it uses graphical representations which the user can easily understand. A GUI's components are Icons, Menus, Windows, Toolbars, Buttons amongst others.
  • Slide 11
  • Windows GUI
  • Slide 12
  • Linux GUI
  • Slide 13
  • MAC GUI
  • Slide 14
  • Device Drivers A device driver is software that is responsible for the communication between different hardware and the computer. Device drivers are used to let the OS know how a specific hardware works as with all the new advances in technology it is impossible for the OS to know how ALL types of hardware work