?  Able to explain the 6 key functions of system software  Able to explain each using a suitable example  Identify three different system software.

Slides:



Advertisements
Similar presentations
Buffers & Spoolers J L Martin Think about it… All I/O is relatively slow. For most of us, input by typing is painfully slow. From the CPUs point.
Advertisements

including File Management
Lesson 4 0x Operating Systems.
Operating System.
Lesson 6. The Computer Operation Computer Operating Systems GUI vs. Command line The Microsoft Windows Family File Systems – How Computers Manage Data.
Computer Hardware 4 Main Types.
Higher Computing Computer Systems S. McCrossan Higher Grade Computing Studies 7. Systems Software 1 System Software This software is used to provide the.
The Operating System. What is an Operating System? The program that is loaded first and manages the hardware resources like main memory, backing storage.
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.
The Operating System. What is an Operating System? The software which makes it possible for you to use your computer The software which starts up when.
Xuan Guo Chapter 1 What is UNIX? Graham Glass and King Ables, UNIX for Programmers and Users, Third Edition, Pearson Prentice Hall, 2003 Original Notes.
The Operating System and the User Interface
Computer Main Parts.
Operating Systems.
Systems Software Operating Systems.
An Introduction to Operating Systems. Definition  An Operating System, or OS, is low-level software that enables a user and higher-level application.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
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.
Slide 1 System Software Software The term that we use for all the programs and data that we use with a computer system. Two types of software: Program.
System software operating system 1.
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.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
Input and output (IO) systems Last week we considered the memory management layer of the operating system. This week we will look at another layer of the.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
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.
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.
Parts of a Computer - Introduction
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition.
1 Sec (3.2) Operating System Architecture OS. 2 Software dividing into two categories: 1. Application software 2. System Software  Operating System 
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
A Level Computing for AQA Teacher’s Resource CD-ROM 42 CHAPTER: Operating systems Nick Sims Basic functions Classifying operating systems.
Computer Components: Software Computer Technology.
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.
BABCA Software Operating Systems (OS) aka Systems Software A set of instructions that coordinate all the activities among computer hardware resources.
Digital Communication Systems Comp Functions of the Operating System.
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.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE. OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware.
Hardware/Software Basics Test Get out your DIY Test Review.
Systems Software. Systems software Applications software such as word processing, spreadsheet or graphics packages Operating systems software to control.
Systems and User Interface Software. Types of Operating System  Single User  Multi User  Multi-tasking  Batch Processing  Interactive  Real Time.
OPERATING SYSTEM BASICS. What is an operating system and what does it do? The operating system has two basic functions: –communicates with the PC.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
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 Systems Salihu Ibrahim Dasuki (PhD) CSC102 INTRODUCTION TO COMPUTER SCIENCE.
Operating Systems. Operating System Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic.
TECHNOLOGY IN ACTION. Chapter 5 System Software: The Operating System, Utility Programs, and File Management.
Nat 4/5 Computing Science Software
Operating Systems & System Software
Resource Management IB Computer Science.
Introduction to Operating Systems
Operating Systems What are they and why do we need them?
Systems Software Keywords Operating Systems
OPERATING SYSTEMS.
Operating System Architecture OS
Operating Systems Tasks 17/02/2019.
Operating Systems Tasks 04/04/2019.
The Main Features of Operating Systems
Software - Operating Systems
Operating Systems Tasks 05/08/2019.
Presentation transcript:

?

 Able to explain the 6 key functions of system software  Able to explain each using a suitable example  Identify three different system software interfaces

B the system when the computer is first switched on I communication with each other O of files on the hard disk M during multi-tasking A between tasks S, user and file permissions, handling errors

6 AQA ICT AS Level © Nelson Thornes 2008 booting up the system when the computer is first switched on

7 AQA ICT AS Level © Nelson Thornes 2008 managing memory during multi-tasking The operating system allocates processing time and memory to the various tasks that need to be carried out.

8 AQA ICT AS Level © Nelson Thornes 2008 allocating processor time between tasks While computers seem to be able to multitask, a single processor can only do one thing at a time. Dual and quad core processors behave as if the computer has more than one processor.

9 AQA ICT AS Level © Nelson Thornes 2008 controlling where data is stored on disk The operating system organises the storage and retrieval of data files from backing storage such as the hard drive. It keeps a directory of where the files are stored on disk. It keeps track of the free space on the drive so that files can be stored efficiently for faster retrieval.

10 AQA ICT AS Level © Nelson Thornes 2008 communicating with input and output devices The operating system needs to: interface with peripherals such as a mouse or printer handle interrupts – signals that need an immediate response, such as a mouse click to stop a file printing.

11 AQA ICT AS Level © Nelson Thornes 2008 system security, user/file permissions, handling errors,

The operating system also provides the user different interfaces, such as: Graphical User Interface 1 2 3