Operating and Filing Systems Standard Grade1 Operating and Filing Systems Standard Grade Computing Studies.

Slides:



Advertisements
Similar presentations
Grade K-Digital Citizenship
Advertisements

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.
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 System.
Who Wants An A?. What name is used for the area of a computer that temporarily holds data waiting to be processed, stored, or output? A.Hard Drive B.Random.
Objective 2.01A: Classify Computer Components
COMPUTER SYSTEM COMPONENTS ACTIVITY
Commercial Data Processing
Operating Systems Concepts 1. A Computer Model An operating system has to deal with the fact that a computer is made up of a CPU, random access memory.
Systems Software Operating Systems.
Common Services in a network Server : provide services Type of Services (= type of servers) –file servers –print servers –application servers –domain servers.
The Operating System. Operating Systems (F) What you need to know about –operating system as a program; –directory/folder.
Chapter 3 Operating Systems Concepts 1. A Computer Model An operating system has to deal with the fact that a computer is made up of a CPU, random access.
Input and Output devices Input ports are connections at the back of a computer. Input devices are connected to these ports, for example, a keyboard which.
Chapter 3.1:Operating Systems Concepts 1. A Computer Model An operating system has to deal with the fact that a computer is made up of a CPU, random access.
Computer Systems Week 10: File Organisation Alma Whitfield.
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 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.
Input/OUTPUT [I/O Module structure].
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.
Computer Components Checklist There are many parts that work together to make a computer work.
Secondary Storage GCSE Computing. Objectives… Understand the need for input and output devices. Describe suitable input devices for a wide range of computer.
Unit R005: Understanding Computer Systems Introduction System Software Software (i.e., programs) used to control the hardware directly Used to run the.
File Structures Foundations of Computer Science  Cengage Learning.
Operating System Basics section 6A. This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software.
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.
An input device is any device that provides input to a computer. There are dozens of possible input devices, but the two most common ones are a keyboard.
CS 101 Attendance 1. Present 2. Present too. An LCD is used as the display in most laptops because 1. They are cheaper than CRTs. 2. They are lighter.
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.
A Level Computing for AQA Teacher’s Resource CD-ROM 42 CHAPTER: Operating systems Nick Sims Basic functions Classifying operating systems.
In and Out are opposites. This is something to keep in mind when considering Input and Output. INPUT OUTPUT Ask: Does this device send information in?
 There are many parts that work together to make a computer work.
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.
Computer Hardware. What is Hardware? Hardware is any part of a computer you can touch There are 2 categories: Inside the computer Peripherals connected.
Chapter 3: Software Explain the difference between systems software and application software
Parts and Operation of a Computer
Fundamentals of Information Systems, Second Edition 1 Hardware and Software Chapter 2.
FILE ORGANIZATION.
By Ellen Glennie & Bella Pearce. The motherboard The motherboard is the main compartment of the computer. The motherboard is the source that everything.
Computer Systems The Kingsway School. What are Computer Systems? Computer systems process data electronically Data is information which has no meaning.
Introduction To Computers
Computer Parts And Components PERIPHERALS. Definition of Peripherals External hardware devices attached to the computer are called peripheral devices.
Von Neumann Machines. 3 The Von Neumann Architecture Model for designing and building computers, based on the following three characteristics: 1)The.
Operating Systems. Operating System Every general-purpose computer must have an operating system to run other programs. Operating systems perform basic.
Five Components of a Computer Input Device – keyboard, scanner, PDA/stylus, digital camera, mouse, MP3 player, fax machine, microphone Storage Device –
Identify internal hardware devices (e. g
Nat 4/5 Computing Science Software
Topic 2: Hardware and Software
Technology Applications Mr. Moses
Operating System.
1 Printer An output device that prints the results of data processing
Operating Systems What are they and why do we need them?
Computer Parts There are many parts that work together to make a computer work.
Chapter 13: File Input and Output
FILE ORGANIZATION.
Interaction of Hardware
Tiers vs. Layers.
File Management.
Objective 2.01A: Classify Computer Components
From Problems to Algorithms to Programs
There are different types of translator.
Presentation transcript:

Operating and Filing Systems Standard Grade1 Operating and Filing Systems Standard Grade Computing Studies

Operating and Filing Systems Standard Grade2 What is an Operating System ? An operating system is a program (or suite of programs) that provides a computer system with its basic functions.

Operating and Filing Systems Standard Grade3 What does an operating system do? provides an HCI manages input/output devices memory management file management error reporting The keyword is ……. Standard functions of an operating system management

Operating and Filing Systems Standard Grade4 Operating Systems can be classified as interactive real-time known response time

Operating and Filing Systems Standard Grade5 Filing Systems A filing system is part of the operating system that deals with files on the backing storage There are two types of files data file program file

Operating and Filing Systems Standard Grade6 Hierarchical Filing Systems Folders and sub folders Root directory Computing SpreadsheetsDatabasesProgramming EnglishMaths

Operating and Filing Systems Standard Grade7 Directory and catalogue An area where files are stored is called a directory A list of files is called a catalogue

Operating and Filing Systems Standard Grade8 Background job A program that is running and isn't receiving user input while the computer is being used for something else. Examples: Sending a document to the printer while you continue to work on the document. Listening to an MP3 track and wordprocessing at the “same” time.

Operating and Filing Systems Standard Grade9 Sequential access Reading or writing data records in sequential order, that is, one record after the other. To read record 10, for example, you would first need to read records 1 through 9. Example – magnetic tape

Operating and Filing Systems Standard Grade10 Random access Read and write records in any order Also called direct access Example - disc

Operating and Filing Systems Standard Grade11 Device drivers A program that converts the output from one device into data that another device can process. A printer driver is a program which converts the data to be printed to the form specific to a printer. E.g. - how to access the printer, and printer capabilities (such as page size and resolution)

Operating and Filing Systems Standard Grade12 Operating and Filing Systems End of presentaion