Operating System Basics section 6A. This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software.

Slides:



Advertisements
Similar presentations
Operating System Basics
Advertisements

Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
including File Management
Operating Systems Manage system resources –CPU scheduling –Process management –Memory management –Input/Output device management –Storage device management.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
Operating Systems: Software in the Background
1 Chapter 2 Operating Systems: Software in the Background.
1 CMOS Configuration Chip. 1 Jumpers 1 Software n The intelligence of the computer n Computer programs, or instructions to perform a specific task n.
Operating Systems CS208. What is Operating System? It is a program. It is the first piece of software to run after the system boots. It coordinates the.
The Operating System and the User Interface
Operating Systems.
System Software, functions of an operating system
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
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.
Week 6 Operating Systems.
Chapter 3 Operating Systems Introduction to CS 1 st Semester, 2015 Sanghyun Park.
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.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Ajmer Singh PGT(IP) Software Concepts. Ajmer Singh PGT(IP) Operating System It is a program which acts as an interface between a user and hardware.
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.
Operating Systems.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 2 How an OS Works with Hardware and Other Software.
Operating Systems Advanced OS - E. OS Advanced Evaluating an Operating System.
UNIT - 1Topic - 2 C OMPUTING E NVIRONMENTS. What is Computing Environment? Computing Environment explains how a collection of computers will process and.
How Hardware and Software Work Together
Computing and the Web Operating Systems. Overview n What is an Operating System n Booting the Computer n User Interfaces n Files and File Management n.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
The Operating System ICS3M.  The operating system (OS) provides a consistent environment for other software programs to execute commands.  It gives.
Operating Systems. Overview What is an Operating System (OS) What is an Operating System (OS) What Operating Systems do. What Operating Systems do. Operating.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition.
Lesson 1 Operating Systems, Part 1. Objectives Describe and list different operating systems Understand file extensions Manage files and folders.
Lecture 8: 9/19/2002CS149D Fall CS149D Elements of Computer Science Ayman Abdel-Hamid Department of Computer Science Old Dominion University Lecture.
Operating Systems Lesson Objective: Understanding the functions of an operating system. Learning Outcome: Answer some basic questions on operating systems.
Lesson 11 Operating System Basics. Resource Manager - Resource include: CPU, memory, disk, network - OS allocates and de-allocates these resources Virtual.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 2 How Hardware and Software Work Together.
Operating Systems. An operating system (os) is a software program that enables the computer hardware to communicate and operate with the computer software.
CONTENT  Introduction Introduction  Operating System (OS) Operating System (OS) Operating System (OS)  Summary Summary  Application Software Application.
Slide 6-1 Chapter 6 System Software Considerations Introduction to Information Systems Judith C. Simon.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE. OPERATING SYSTEM (OS) An operating system, or OS, is a software program that enables the computer hardware.
HNC COMPUTING - Network Concepts 1 Network Concepts Network Concepts Network Operating Systems Network Operating Systems.
Ms. Tracy  Identify the purpose of an operating system.  Identify different operating systems.  Describe computer user interaction with multiple.
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 System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Systems Software / The Operating System CSC October 14, 2010.
Lesson 4 Software: Systems and Applicatio n Software CREATED BY MOBIN 2016.
INTRODUCTION OF SYSTEM & APPLICATION SOFTWARE Chapter 2 1Dr. BALAMURUGAN MUTHURAMAN.
TECHNOLOGY IN ACTION. Chapter 5 System Software: The Operating System, Utility Programs, and File Management.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Nat 4/5 Computing Science Software
Operating Systems What an Operating System is.
Introduction to comp. and prog. CS 101 G 964
Operating Systems & System Software
Operating System.
Computer Software.
Chapter 4 – Introduction to Operating System Concepts
TexPREP Summer Camp Computer Science
What is an Operating System?
Systems Software Keywords Operating Systems
OPERATING SYSTEMS.
Computer Fundamentals
Operating System Basics
Operating System Review
Computer software 2.
The Operating system Gives life to the hardware
The Main Features of Operating Systems
Software - Operating Systems
Client/Server and Peer to Peer
Presentation transcript:

Operating System Basics section 6A

This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software

Basic Services Sharing Information Multitasking Running Programs

The operating system manages all the other programs that run on the PC. The operating system provides services to programs and the user, including file management, memory management, and printing To provide services to programs, the OS provides system calls—requesting other hardware and software resources to perform tasks. Running Programs - Basic Services

Some operating systems, such as Windows, enable programs to share information. You can create data in one program and use it again in other programs without re-creating it. Windows provides the Clipboard, a special area that stores data cut or copied from one document, so you can re-use it elsewhere. Running Programs - Sharing Information

Multitasking is the capability of running multiple processes simultaneously. A multitasking OS lets you run multiple programs at the same time. Through multitasking, you can do several tasks at one time, such as printing a document while downloading a file from the Internet. There are two types of multitasking: cooperative and preemptive. Running Programs - Multitasking

The operating system keeps track of all the files on each disk (FAT: File Allocation Table). Users can make file management easier by creating a hierarchical file system that includes folders and subfolders arranged in a logical order. Managing Files

A Hierarchical File System

Windows Explore

Processing Interrupts: The OS uses interrupt requests (IRQs) to maintain organized communication with the CPU and other pieces of hardware. Drivers: Each hardware device is controlled by a piece of software, called a driver, which allows the OS to activate and use the device. Networking: The operating system provides the softwarenecessary to link computers and form a network. Managing Hardware

How the operating system communicates with the CPU

Describe the operating system’s role in running software programs. Explain how the OS enables users to manage files. List three hardware management tasks performed by an OS. Section 6a Review