Computers: Tools for an Information Age

Slides:



Advertisements
Similar presentations
PC Operating Systems in Review lesson 12. UNIX DOS The Macintosh Operating System Windows 3.x OS/2 Warp Windows NT Windows 95 and 98 Linux Windows 2000.
Advertisements

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Computers Are Your Future Twelfth Edition Chapter 4: System Software Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall 1.
Welcome to CMPE003 Personal Computers: Hardware and Software Dr. Chane Fullmer Fall 2002 UC Santa Cruz.
Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,
UNIX Chapter 01 Overview of Operating Systems Mr. Mohammad A. Smirat.
Operating Systems: Software in the Background
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background.
1 Chapter 2 Operating Systems: Software in the Background.
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.
Chapter 5 System Software.
OPERATING SYSTEMS Software in the Background
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Welcome to CMPE003 Personal Computer Concepts: Hardware and Software Winter 2003 UC Santa Cruz Instructor: Guy Cox.
Chapter 3  Manage the computer’s resources ◦ CPU ◦ Memory ◦ Disk drives ◦ Printers  Establish a user interface  Execute and provide services for applications.
Week 6 Operating Systems.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
COMP 6005 An Introduction To Computing Session Two: Computer Software Systems Software.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
 2002 Prentice Hall Chapter 4 Software Basics: The Ghost in the Machine.
Chapter 2 – Software Part A. Definition Computer is made up of two components Hardware Physical components Software Instructions for the computer Two.
How Hardware and Software Work Together
Chapter 4: System Software The Power Behind the Computer.
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
MANAGING SOFTWARE ASSETS ~ pertemuan 6 ~ Oleh: Ir. Abdul Hayat, MTI 1[Abdul Hayat, SIM, Semester Genap 2007/2008]
Visualizing Technology© 2012 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation To Accompany Chapter 6 System Software.
Chapter 5 Information Systems in Business Software
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Software Chapter 2. Basic Types of Software System software - provides an environment in which the application software can run Applications software.
Core operation and Concepts By: Mariam obaid muftah & Mariam muftah & amany.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
Module 2 Part I Introduction To Windows Operating Systems Intro & History Introduction To Windows Operating Systems Intro & History.
CMPF124 Basic Skills For Knowledge Workers Chapter 1 – Part 1 Introduction To Windows Operating Systems.
1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Chapter 2 – Part 1 Introduction To Windows Operating Systems CMPF 112 : COMPUTING SKILLS.
BY MR.SUTCHUKORN TANTITHANAWARAPONG COMPUTER TEACHER AT POOLCHAROENWITTAYAKOM SCHOOL Subject :Operating System C30207.
Computer Operating Systems And Software applications.
European Computer Driving Licence Syllabus version 5.0 Module 1 – Concepts of ICT Chapter 3 – Software Pass ECDL5 for Office 2007 Module 1 Concepts of.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Systems Software / The Operating System CSC October 14, 2010.
Chapter 2 Operating System Overview Dave Bremer Otago Polytechnic, N.Z. ©2008, Prentice Hall Operating Systems: Internals and Design Principles, 6/E William.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
Chapter 2 Operating Systems
C3: OPERATING SYSTEMS Software in the Background
ITC 4 ESO 3rd TERM Operating Systems YEAR
Operating System and Utility Programs
Chapter 5 Operating Systems.
Computers: Tools for an Information Age
Operating Systems What an Operating System is.
Operating System & Application Software
Macintosh & Linux Used to fill in pg 5 & 6 of “Operating Systems” Packet.
PC Operating Systems in Review
Operating System.
Operating System.
TYPES OFF OPERATING SYSTEM
What is an operating system?
What is an Operating System?
برامج النظام Software Systems
Chapter 4 The Power behind the Power
Computer software 2.
Chapter 4 The Power behind the Power
PC Operating Systems in Review
The Main Features of Operating Systems
European Computer Driving Licence Syllabus version 5.0
Computers: Tools for an Information Age
Presentation transcript:

Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background Copyright © 2003 by Prentice Hall

Copyright © 2003 by Prentice Hall Objectives Describe the functions of an operating system Explain the basics of a personal computer operating system Describe the advantages of a graphical operating system Differentiate among different versions of Microsoft Windows Explain the need for network operating systems Copyright © 2003 by Prentice Hall

Copyright © 2003 by Prentice Hall Objectives Describe the methods of resource allocation on large computers Describe the differences among multiprocessing, multiprogramming, and time-sharing Explain the principles of memory management List several functions that are typically performed by utility programs Copyright © 2003 by Prentice Hall

Operating Systems: Hidden Software Serves as intermediary between hardware and applications software Operating System Systems software Kernel Copyright © 2003 by Prentice Hall

Operating Systems for Personal Computers Platform: combination of computer hardware and operating system software Wintel (Microsoft Windows running on an Intel-based PC) is most common Common Platforms MS-DOS Windows MAC OS Unix Linux Copyright © 2003 by Prentice Hall

Operating Systems for Networks Network operating system (NOS) Handles network functions Make resources appear as though they were running from client computers Common systems Copyright © 2003 by Prentice Hall

Operating Systems for Large Computers Resource allocation: assigning and computer resources to certain programs and processes for their use Main issues related to resource allocation Sharing the Central Processing Unit Sharing memory Sharing storage resources Sharing printing resources Copyright © 2003 by Prentice Hall

Copyright © 2003 by Prentice Hall Utility Programs Perform secondary chores Examples File manager File compression Others Copyright © 2003 by Prentice Hall