including File Management

Slides:



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

Operating System.
The Operating System. What is an Operating System? The program that is loaded first and manages the hardware resources like main memory, backing storage.
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.
Computer Hardware.
Commercial Data Processing
General concepts of ICT systems.  Know what is meant by the terms ‘hardware’ and ‘software’  Understand the difference between systems software and.
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.
SOFTWARE.
The Operating System. Operating Systems (F) What you need to know about –operating system as a program; –directory/folder.
Types of Operating System
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.
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.
Systems Software & Operating systems
Software Computer Systems Standard Grade Computing Studies Clydebank HIGH SCHOOL Computing Department.
There are different types of translator. An Interpreter Interpreters translate one instruction at a time from a high level language into machine code every.
Operating Systems  By the end of this session, you will know: What an Operating System is. The functions it performs.
Configuration.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Operating Systems. Operating System  A program running in a computer from the moment it is switched on.  Part of the Systems Software of the computer.
Standard Grade Computing System Software & Operating Systems.
Standard Grade Computing OPERATING SYSTEMS CHAPTER 20.
Intro to Computers Computer Apps 1.
INTRODUCTION SOFTWARE HARDWARE DIFFERENCE BETWEEN THE S/W AND H/W.
Operating System Basics section 6A. This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software.
A-Level Computing#BristolMet Session Objectives# Must identify some common types of computer system Should describe the meaning of a computer system Could.
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.
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
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
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.
Operating and Filing Systems Standard Grade1 Operating and Filing Systems Standard Grade Computing Studies.
Parts of the Computer System
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.
Looking Inside the Computer System
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
1 3 Computing System Fundamentals 3.3 Computer Systems.
Chapter 3: Software Explain the difference between systems software and application software
Computer Parts and Functions. How A Computer Works.
Introduction to Operating Systems Prepared by: Dhason Operating 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.
Operating Systems p.describe the characteristics of knowledge-based systems; q.describe the purpose of operating systems; r.describe the characteristics.
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.
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.
My Computer System Room 219 My Computer System Monitor Books Power Monitor Keyboard Chair Headphones CPU Mouse Pad Power USB.
Nat 4/5 Computing Science Software
Topic 2: Hardware and Software
Operating Systems & System Software
Operating System Review
Operating System.
Types of Operating System
Computer Software.
Operating Systems What are they and why do we need them?
Operating System Review
Systems Software Keywords Operating Systems
OPERATING SYSTEMS.
There are different types of translator.
Operating Systems p.describe the characteristics of knowledge-based systems; q.describe the purpose of operating systems; r.describe the characteristics.
The Main Features of Operating Systems
Software - Operating Systems
Chapter-1 Computer is an advanced electronic device that takes raw data as an input from the user and processes it under the control of a set of instructions.
Computer Electronic device Accepts data - input
4. Computer system.
Necessary Background for OS
Presentation transcript:

including File Management Operating Systems including File Management

By the end of this lesson you will be able to explain the terms: Operating Systems Functions of an operating system 3 types of processing. Hierarchical file management Device driver Background Job Foreground Job

What is an Operating System? An operating system is a piece of system software. The OS software is loaded the instant the computer is switched on. Operating Systems: controls all pieces of hardware eg: main memory backing storage device eg hard disk CPU input devices output devices, and so on. 2. and provides the HCI. The OS is essential as without it the computer could do nothing.

Functions of OS Memory Management Controls main memory storage of programs and data, enabling multi-programming. Provides the HCI (Human Computer Interface) File Management Moves data to and from main memory and backing storage devices. Organises data on backing store in a systematic way. Controls Input/Output Devices Communicates with peripherals eg printers, monitors Accepts data from input devices eg keyboard, mouse Job Scheduler Shares CPU time for multi-user system. Allocates resource time between all users. eg networked printers.

Pupil Tasks Answer the following questions in your jotter. Explain when an operating system is loaded for use. Explain what an operating system is. List 2 tasks that an operating system performs. Identify what OS is used in this school. Explain the term multi-programming. Explain the term multi-user. Are our computers multi-user and/or multi-programming? Explain. Can a computer be multi-user and multi-programming? Explain. Why is an OS used when we ask for a printout? Why is an OS used when we save a file?

Types of Processing Processing of data can either be: Interactively Real-time Batch. Operating systems determines processing type. A Quick Refresher Interactive processing: user enters a command it is processed and a response is then given eg ATM machines, Checkouts, Ticket Sales. Real-time processing: processing is done immediately, as it is required eg Robot bump sensors. Batch Processing: transaction data is gathered in one large file and processed at some other time eg payroll processing.

Discussion Points Which type of processing would you suggest for: a washing machine? BACs payments of 1,000s of invoices? a flight simulator for training pilots? a back-up of millions of files? answering customer enquiries? creating bank statements? Explain why ATM machine do not use batch processing.

File Management The OS manage the files stored on backing storage devices. Backing store stores both: Program files: contain all the instructions needed to run a program. Data file: are data documents produced when using a program. 2 features of a hierarchical file systems are folders and sub-folders.

Background Jobs Interactive OS let some jobs be done whilst letting you work on tasks. Those jobs are being completed in the background. Example You can continue to (foreground job) word process a document whilst you are printing (background job). How Can This Be Done? The operating system does jobs in the background by sharing CPU between the foreground and background tasks. Just think: can you type to keep up with a 3 GHz computer?

Device Drivers Operating Systems control all hardware devices. A device driver is a program ie a set of instructions, that enables the OS to control a peripheral device. Examples A new printer will come with a CD – printer driver. A webcam will come with a CD - webcam driver. If your hardware is not working properly, install it’s device driver.

Answer the following questions in your jotter. Pupil Tasks Answer the following questions in your jotter. List 2 features of hierarchical file management systems. What is the difference between program and data files? Briefly explain the Job Scheduler function of an OS. What is meant by term a background job? How are background jobs possible? What is a device driver? Your printer is printing rubbish, what would you suggest?

Additional Task OS What am I.pdf Print then complete these worksheets. OS Worksheet 1.pdf Check your answers to worksheet 1. OS Worksheet 1 answers.pdf