System Software, functions of an operating system

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

Chapter 8: Operating Systems and Utility Programs
Operating System Basics
Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
Lesson 4 0x Operating Systems.
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
Operating systems This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike 3.0 License. Skills: none IT concepts: popular.
CSCE101 – Ch 3 September 14 & 16, Chapter 3 Computer Software = System Software + Application Software Delineation unclear – (ex. Microsoft Antitrust)
Operating Systems: Software in the Background
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.
Lecture 14: Review Intro to IT COSC1078 Introduction to Information Technology Lecture 15 Operating Systems James Harland
The Operating System and the User Interface
RESOURCE MANAGEMENT System Resources. What resources are managed in a computer system?
Types of Operating Systems
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
Computer System System Software. Learning Objective Students should understand the different types of systems software and their functions. Students should.
Operating Systems Chapter 4.
Week 6 Operating Systems.
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Group 6 Comp 129 Chapter 4.  An operating system s a set of programs made to manage the resources of a computer.  The OS performs five basic functions:
Your Interactive Guide to the Digital World Discovering Computers 2012.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
Write today’s date and title in the front of your book. Underline it.
Software GCSE ICT.
Chapter 4 System Software.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
Software GCSE COMPUTING.
System Software Chapter 4 of Computers: Understanding Technology (Third edition) 1September 16, William Pegram.
CSE 101 Spring 2000 Operating Systems. The Tasks of the Operating System Single Task Multitasking.
Operating Systems. Without an operating system your computer would be useless! A computer contains an Operating System on its Hard Drive. This is loaded.
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
System Software CSCI-N 100 Department of Computer and Information Science.
Operating System Basics section 6A. This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software.
Operating System (OS) Basics. Operating System Basics Software (applications) Operating System (OS) Hardware.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
OPERATING SYSTEMS Lecture 3: we will explore the role of the operating system in a computer Networks and Communication Department 1.
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Computer Components: Software Computer Technology.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
1 3 Computing System Fundamentals 3.3 Computer Systems.
Digital Communication Systems Comp Functions of the Operating System.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Types of Software Chapter 2.
BY MR.SUTCHUKORN TANTITHANAWARAPONG COMPUTER TEACHER AT POOLCHAROENWITTAYAKOM SCHOOL Subject :Operating System C30207.
GCSE Computing: A451 Computer Systems & Programming Topic 3 Software System Software (1) The Operating System.
System Software (1) The Operating System
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Computer Organisation
Computers: Tools for an Information Age
Introduction to comp. and prog. CS 101 G 964
Resource Management IB Computer Science.
Memory Key Revision Points.
Lesson Objectives Aims You should be able to:
Introduction to Operating Systems
Chapter 4 – Introduction to Operating System Concepts
What is an Operating System?
Systems Software Keywords Operating Systems
OPERATING SYSTEMS.
Functions of an operating system
Software - Operating Systems
Presentation transcript:

System Software, functions of an operating system Operating Systems System Software, functions of an operating system

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

Functions of an Operating System GUI Device Drivers Security Networking Disk Managem ent (File Systems) Memory Management Process Management Operating System

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

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

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

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)

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.

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

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.

Windows GUI

Linux GUI

MAC GUI

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