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:

Slides:



Advertisements
Similar presentations
Chapter 8: Operating Systems and Utility Programs
Advertisements

COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
Lesson 4 0x Operating Systems.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Chapter 6 Review System Software: Operating Systems and Utilities.
What You Will Learn Components of a computer’s system software The importance of an operating system Functions of an operating system Types of user interfaces.
Professor Michael J. Losacco CIS 1110 – Using Computers Operating Systems & Utility Programs Chapter 7.
Chapter 8 Operating Systems and Utility Programs.
Operating Systems: Software in the Background
Computer Basics. What is a Computer? A computer is a machine that can take inputs from the user, process that information, store that information as needed.
Operating Systems BTEC IT Practitioners.
The Operating System and the User Interface
1 DOS with Windows 3.1 and 3.11 Operating Environments n Designed to allow applications to have a graphical interface DOS runs in the background as the.
1 Copyright © 2003 Prentice Hall, Inc Slides created by Bob Koziel Excerpts from Chapter 5.
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.
Operating System.
SOFTWARE.
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.
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.
Chapter 8 Operating Systems and Utility Programs
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Chapter 4 Operating Systems and File Management. 4 Chapter 4: Operating Systems and File Management 2 Chapter Contents  Section A: Operating System Basics.
O PERATING S YSTEM ALAK ROY. Assistant Professor Dept. of CSE, RSET ROYAL GROUP OF INSTITUTIONS CS-107 I NTRODUCTION TO.
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
Chapter 4 System Software.
4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place.
1 AQA ICT AS Level © Nelson Thornes 2008 Operating Systems What are they and why do we need them?
Operating Systems  A collection of programs that  Coordinates computer usage among users  Manages computer resources  Handle Common Tasks.
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
Standard Grade Computing System Software & Operating Systems.
University of Management & Technology 1 Operating Systems & Utility Programs.
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. Without an operating system your computer would be useless! A computer contains an Operating System on its Hard Drive. This is loaded.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Chapter 8: Operating Systems and Utility Programs Catherine Gifford Dan Falgares.
Chapter 4 System Software. Software Programs that tell a computer what to do and how to do it. Sets of instructions telling computers to perform actions.
System Software CSCI-N 100 Department of Computer and Information Science.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Software Chapter 2. Basic Types of Software System software - provides an environment in which the application software can run Applications software.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
Computer Software Operating Systems – Programs. Computer Language - Review We learnt that computers are made up of millions of tiny switches that can.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
Digital Communication Systems Comp Functions of the Operating System.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
IT Essentials 1 v3 Module 4 JEOPARDY IT Essentials 1 RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands RouterModesWANEncapsulationWANServicesRouterBasicsRouterCommands.
Operating Systems. Categories of Software System Software –Operating Systems (OS) –Language Translators –Utility Programs Application Software.
Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.
Computer Operating Systems And Software applications.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
OPERATING SYSTEM REVIEW. System Software The programs that control and maintain the operation of the computer and its devices The two parts of system.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
Systems Software / The Operating System CSC October 14, 2010.
System SOFTWARE.
Chapter Objectives In this chapter, you will learn:
Computer Software.
Chapter 4 – Introduction to Operating System Concepts
TexPREP Summer Camp Computer Science
Operating Systems What are they and why do we need them?
Chapter 4 The Power behind the Power
Nat 4/5 Computing Science Operating Systems
Chapter 4 The Power behind the Power
The Operating system Gives life to the hardware
DOS and window operating system
The Main Features of Operating Systems
Presentation transcript:

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: ◦ Starts the computer ◦ Manages applications ◦ Manages memory ◦ Handles messages from input and output devices ◦ Provides a means of communicating with the user

 Linux  Windows XP  Unix  Windows 2000  Mac OS 8-10  Mac OS X  BSD

Windows XPMAC OSX Can only see one screen at a timeEnables screen sharing able to run disk operating systemsAble to run DOS User interface adds clutter and takes up space High-tech interface Virus issues- too many viruses, works, malware Extremely secure-to new to have many viruses. 64-bit

 When your operating system starts the computer, the OS gets loaded into the RAM.  The process of load the OS s called booting.  The central part of the operating system, called the kernel gets copied from hard disk into memory during booting.  The smaller parts of the OS are kept on hard disk unless needed. These parts are called nonresident.

 This is the most important function of an operating system when it comes to the quality of your OS.  Nowadays, operating systems can load and run more than on application at one time, making it much more convenient for users.  Operating systems are able to run more than one application at a time because it constantly switches between whichever application is being used. The other application s known as inactive.

 Memory is used so the OS does not need to go back to the hard disk to get instructions every time you use a program.  The job of the OS is to keep each program’s instructions in it’s own piece of memory so it does not get mixed up with another program.  The more RAM you have, the more real memory the operating system can use for your programs.

 Operating systems come with drivers for input and output devices. These drivers allow communication between the OS and the device.  For devices that aren’t already set up with the operating system, they can usually detect and automatically install the drivers needed.  The devices send interrupts, or notices to the OS that something has been connected or changed.

 This function allows the user to communicate with other computer users.  This involves even graphics, written communication, and programs communicating to each other.

 GUI (Graphic User Interface)  Multi-user OS  Multiprocessing OS  Multitasking OS  Multithreading OS

 The Graphics User Interface Operating System includes graphics and icons that are usually maneuvered by the mouse.  Examples: ◦ System 7.x ◦ Windows 98 ◦ Windows CE

 The multi-user operating system allows multiple people to use the same computer at the same or different times  Examples: ◦ Linux ◦ Unix ◦ Windows 2000

 The multiprocessing operating systems are capable of using and supporting more than one computer processor.  Examples ◦ Linux ◦ Unix ◦ Windows 2000

 This system can allow multiple software processes to run at one time.  Examples: ◦ Unix ◦ Windows 2000

 A multithreading operating system allows different parts of the software program to run at the same time.  Examples: ◦ Linux ◦ Unix ◦ Windows 2000

 The operating system will be able to start up the computer and programs in less time.  Systems will begin to come with more memory so users do not have to purchase separate memory.  Drivers will continue to advance. There will become more new drivers that can be downloaded from the internet.  Computers will allow more than one user to use the same system at the same time.