1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?

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

?  Able to explain the 6 key functions of system software  Able to explain each using a suitable example  Identify three different system software.
Higher Computing Computer Systems S. McCrossan Higher Grade Computing Studies 7. Systems Software 1 System Software This software is used to provide the.
COURSE: COMPUTER PLATFORMS
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.
Operating Systems: Software in the Background
Ch2: Operating Systems Dr. Basel Mahafzah. What is an Operating System? An operating system (OS) is a collection of programs which initializes the hardware.
The Operating System and the User Interface
Operating Systems.
 Contents 1.Introduction about operating system. 2. What is 32 bit and 64 bit operating system. 3. File systems. 4. Minimum requirement for Windows 7.
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.
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:
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. 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.
Software GCSE ICT.
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.
Software GCSE COMPUTING.
Standard Grade Computing System Software & Operating Systems.
UNIT - 1Topic - 1. An electronic device, operating under the control of instructions stored in its own memory unit, that can accept data (input), manipulate.
University of Management & Technology 1 Operating Systems & Utility Programs.
Standard Grade Computing OPERATING SYSTEMS CHAPTER 20.
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.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
The Operating System ICS3M.  The operating system (OS) provides a consistent environment for other software programs to execute commands.  It gives.
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.
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.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
1 3 Computing System Fundamentals 3.3 Computer Systems.
Chapter 3: Software Explain the difference between systems software and application software
Types of Software Chapter 2.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE. OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware.
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.
Computer Operating Systems And Software applications.
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.
Systems Software / The Operating System CSC October 14, 2010.
TECHNOLOGY IN ACTION. Chapter 5 System Software: The Operating System, Utility Programs, and File Management.
System SOFTWARE.
Nat 4/5 Computing Science Software
Operating Systems & System Software
Nature & Types of Software
Operating System Review
Introduction to Operating Systems
TexPREP Summer Camp Computer Science
Operating Systems What are they and why do we need them?
Operating System Review
OPERATING SYSTEMS.
Operating System Review
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:

1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?

2 AQA ICT AS Level © Nelson Thornes 2008 What is an operating system? When people use a computer, they usually want to do something using applications software, such as a word processor or even a computer game. Applications software will not run without systems software being installed. For example, operating system software makes all the electronic parts work together as a computer.

3 AQA ICT AS Level © Nelson Thornes 2008 Functions of an operating system The operating system controls the system hardware. It is responsible for: booting up the system when the computer is first switched on managing memory during multi-tasking allocating processor time between tasks controlling where data is stored on disk communicating with input and output devices handling errors, system security, user and file permissions.

4 AQA ICT AS Level © Nelson Thornes 2008 Communication 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. Right! What do I have to send?

5 AQA ICT AS Level © Nelson Thornes 2008 Handling storage 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. Now where did I put that?

6 AQA ICT AS Level © Nelson Thornes 2008 Memory management Ok, what shall I do next? 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. The operating system allocates processing time and memory to the various tasks that need to be carried out.

7 AQA ICT AS Level © Nelson Thornes 2008 Types of interface The operating system also provides the user different interfaces, such as: Graphical User Interface Command Line Interface Menu Driven Interface

8 AQA ICT AS Level © Nelson Thornes 2008 Utilities The operating system may have some utilities such as file management software already built in. Other systems software, such as anti-virus software and firewalls, may need to be purchased separately.