OPERATING SYSTEMS.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

including File Management
?  Able to explain the 6 key functions of system software  Able to explain each using a suitable example  Identify three different system software.
Operating Systems An operating system is a set of programs that controls how the hardware of a computer works. An operating system provides a means of.
Operating Systems: Software in the Background
Operating Systems.
System Software, functions of an operating system
Systems Software Operating Systems.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
The Operating System. Operating Systems (F) What you need to know about –operating system as a program; –directory/folder.
Week 6 Operating Systems.
Types of Operating System
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Type of Software There are two main types of software They are System software Application software Hardware System Software (OS) Application Software.
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)
Operating Systems  By the end of this session, you will know: What an Operating System is. The functions it performs.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Software GCSE COMPUTING.
Standard Grade Computing System Software & Operating Systems.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Operating Systems TexPREP Summer Camp Computer Science.
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.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
© 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 Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
1 Software. 2 What is software ► Software is the term that we use for all the programs and data on a computer system. ► Two types of software ► Program.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
1 3 Computing System Fundamentals 3.3 Computer Systems.
By Tom and James. Hardware is a physical part of the system that you can pick up and move. There are two types of hardware, external and internal. External.
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.
به نام خدای مهربان زبان تخصصی دانشجویان کامپیوتر English for Computer Students درس 3 جوانمرد Ejavanmard.blogfa.com
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
PCs ENVIRONMENT and PERIPHERALS Lecture 5. Computer Maintenance software: Operating System: Define: - An operating system (OS) is a collection of software.
Identify internal hardware devices (e. g
Computer Organisation
Nat 4/5 Computing Science Software
4.4.1 The Operating System.
Operating Systems What an Operating System is.
Introduction to comp. and prog. CS 101 G 964
Operating Systems & System Software
Operating System Review
Resource Management IB Computer Science.
An Overview of the Computer System
Operating System.
Chapter 5: Using System Software
Introduction to Operating System (OS)
TexPREP Summer Camp Computer Science
Operating Systems What are they and why do we need them?
What is an Operating System?
Computer Software CS 107 Lecture 2 September 1, :53 PM.
Operating System Review
Systems Software Keywords Operating Systems
An Overview of the Computer System
Shell & Kernel Concepts in Operating System
Operating System Review
Operating Systems Tasks 17/02/2019.
Modern PC operating systems
Operating Systems Tasks 04/04/2019.
LO2 – Understand Computer Software
European Computer Driving Licence Syllabus version 5.0
Software - Operating Systems
Operating Systems Tasks 05/08/2019.
Windows Operating System
Necessary Background for OS
Presentation transcript:

OPERATING SYSTEMS

Systems Software Systems software is a type of software that controls the computers hardware. The operating system is one type of systems software

Functions Of The Operating System OS User Interface Memory/Disk Management Multi-tasking Peripheral Management and Drivers User Management File Management The Operating System sits between your applications and the hardware of your computer. It manages the hardware and software resources of the system.

Functions – 1. Manages Hardware For example, when you wish to save a document, the application passes the document to the Operating System (OS). The OS needs to use different instructions to save to a hard disc compared with a solid state drive. The OS uses special software called a device driver to translate the specific instructions to save to that hardware. Each different piece of hardware will have a device driver to communicate between the OS and the hardware.

Drivers – part of hardware management A piece of software used to control a piece of hardware. You may get drivers for graphics cards, mouse, sound card, network interface cards. Drivers are OS specific and are regularly updated by companies

Functions – 2. Multi-tasking The OS controls multi-tasking, making it look like the computer is running more that one program at once. It does this by switching between programs very quickly – see next slide

Multitasking Time Task A Task B Task C Task D A B C D If the tasks were split like this, we would have to wait until all Task A is complete, before completing Task B. A B C D By giving the processor a small time slice for each task means that all tasks appear to be executing at the same time. In reality resources such as memory and the processor are being shared amongst tasks.

Functions –3.Memory Management The OS controls the memory management, allocating RAM space to programs. The OS allocates memory between the different programs that are open at the same time

Functions –3.File Management Like memory management, the Operating System must identify where files are stored on long term storage (e.g. the hard disk drive or a solid state drive) when opening or storing files

4. User Interface The OS provides a user interface. This is what the user sees when they wish to use the computer system. There are different types of user interfaces. Command Line Interface Text based Raspberry Pi Graphical User Interface E.g. Windows 10, Apple watch

5. User Management User accounts - allow the ‘administrator’ to allocate specific users to specific software or to particular parts of the network, and protects personal files and programs from unauthorised access Security - provides security through user accounts and passwords