Operating Systems  A collection of programs that  Coordinates computer usage among users  Manages computer resources  Handle Common Tasks.

Slides:



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

Lesson 4 0x Operating Systems.
Chapter 7 Operating Systems and Utility Programs.
Discovering Computers Fundamentals, Third Edition CGS 1000 Introduction to Computers and Technology Fall 2006.
Chapter 8 Operating Systems and Utility Programs.
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.
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
Operating Systems: Software in the Background
Operating Systems BTEC IT Practitioners.
March 2006 Taner Erig - EMU3-1 Imagine…. n You assemble all the parts (hardware) of your computer. plug all cards into the motherboard plug in the memory.
Cambodia-India Entrepreneurship Development Centre - : :.... :-:-
Operating Systems.
 Contents 1.Introduction about operating system. 2. What is 32 bit and 64 bit operating system. 3. File systems. 4. Minimum requirement for Windows 7.
LECTURE 14 Operating Systems and Utility Programs
Chapter 8 Operating Systems and Utility Programs By: James Granahan.
Computer Basics Flashcards #2
OPERATING SYSTEMS AND SYSTEMS SOFTWARE. SYSTEMS SOFTWARE Systems software consists of the programs that control the operations of the computer and its.
SOFTWARE.
Learning Outcomes At the end of this lesson, students should be able to: State the types of system software – Operating system – Utility system Describe.
Week 6 Operating Systems.
Lesson 4 Computer Software
Operating Systems Basic PC Maintenance, Upgrade and Repair Mods 1 & 2.
Operating Systems.
Operating Systems 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.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Fundamentals of Networking Discovery 1, Chapter 2 Operating Systems.
Your Interactive Guide to the Digital World Discovering Computers 2012.
Lesson 6 Operating Systems and Software
Chapter 8 Operating Systems and Utility Programs Serena Oldhouser.
Chapter 4: What is an operating system?. What is an operating system? A program or collection of programs that coordinate computer usage among users and.
Chapter 4 System Software.
Chapter 4: operating systems. What is an operating system? A program or collection of programs that coordinate computer usage among users and handle common.
CS 1308 Computer Literacy and the Internet. Introduction  Von Neumann computer  “Naked machine”  Hardware without any helpful user-oriented features.
Software GCSE COMPUTING.
University of Management & Technology 1 Operating Systems & Utility Programs.
What is system software and what are its parts? Programs that control operation of computer Two parts are 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 TexPREP Summer Camp Computer Science.
Operating System (OS) Basics. Operating System Basics Software (applications) Operating System (OS) Hardware.
System Software Provides GUI Manages the resources of the computer system Defines the Software Platform Components of System Software Operating system.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Technology in Action Alan Evans Kendall Martin Mary Anne Poatsy Twelfth Edition.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Chapter 8 Operating Systems. Objectives Identify the types of system software Summarize the startup process on a personal computer Describe the functions.
CSC190 Introduction to Computing Operating Systems and Utility Programs.
1 3 Computing System Fundamentals 3.3 Computer Systems.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 6A Operating System Basics PART I.
Computer Operating Systems And Software applications.
GCSE Computing: A451 Computer Systems & Programming Topic 3 Software System Software (1) The Operating System.
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.
Operating Systems (Credit to: Rick Graziani of Cabrillo College)
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
Software.
Computers: Tools for an Information Age
Operating System & Application Software
Chapter Objectives In this chapter, you will learn:
Operating System Review
Chapter 8 Operating Systems and Utility Programs.
Computing Fundamentals
Introduction to Operating System (OS)
TexPREP Summer Camp Computer Science
Operating System Review
Operating System Review
Software - Operating Systems
Presentation transcript:

Operating Systems  A collection of programs that  Coordinates computer usage among users  Manages computer resources  Handle Common Tasks

O/S Functions  User Interface  I/O  Multitasking  Memory Allocation  Resource Sharing

Communication  You can manipulate stuff on another computer from your computer.  Security can require usernames and passwords to access systems, both local and remote.

Why are there Different Operating Systems?  Why are there different kinds of Cars or shoes?  Sometimes there are rationales such as pick-ups vs. SUVs vs. sub-compact sedans.  Sometimes the difference is cosmetic– Chevy vs. Ford vs. Honda …  Different O/Ss can serve different needs  Servers  Clients  Although servers and clients have different purposes the tasks that they perform can be similar as well as different.  Many variants of UNIX can be used as both clients and servers although they are probably configured differently.

Different O/S (continued)  But Windows 7, OS X Lion, and Ubunto Linux are all (normally) client operating systems.  Some operating systems are hardware dependent:  OS X can only be run (legally) on macintosh computers.  Windows cannot be run on (older) macintosh computers.  Some applications only run on a single platform:  Final Cut Pro is a NLE that runs only under OS X.  Vegas Video is a NLE that runs only under Windows.  Adobe Premiere is a NLE that runs under both platforms.

Multitasking  A process in which a computer apparently does two (or more) things at once.  Two ways of accomplishing this:  More than one processor (or more than one core)  Only one processor switching rapidly between tasks.  Since the CPU is much faster than i/o devices a computer executing only one process (such as word processing) would have the CPU idle most of the time.

Multitasking (continued)  Multitasking allows several programs to reside in memory simultaneously and switches the CPU between them.

Resource Management  CPU – if there’s more than one thread being executed the O/S switches between the processes.  RAM – the O/S allocates blocks of memory for programs being executed and for data being modified. When the O/S switches between apps, the O/S must “know” where the apps are located.  Virtual Memory – a technique that allows the system to use storage as if it were memory.

Resource Management (continued)  Hard Disk Space – The O/S has the responsibility to choose where on a disk to store data and programs.  Network Throughput -- The network connection on your computer constantly receives data and the O/S has to monitor the data and send it to the correct application.  External Devices – External devices such as a flash drive, keyboard, mouse, or webcam must function correctly when connected to the system. Device Drivers are programs that allow peripherals to work correctly. When you install a device it often comes with an installation disk which contains the device driver.

User Interface  How does the user interact with the computer?  For most computers today the user interface is graphical (GUI) characterized by WIMP.  GUIs are popular because they are both easy to use and easy to learn.  Since different operating systems and different programs use slightly different schemes it can be frustrating if you are changing from Windows XP to Vista or from Windows to OS X or from Office 2003 to Office 2007.

Booting  Booting – the process of starting a computer.  A Cold Boot occurs when a computer is booted by turning it on.  A Warm Boot occurs when you reboot or restart a computer that is already on. Older PCs had a reset button to allow one to restart the computer. Both Windows 7 and OS X have restart options on the start menu.  Normally rebooting will not be necessary unless your system “locks up” and your keyboard and or mouse becomes inoperable.

What Happens During a Cold Boot  When the power is turned on a program in ROM is run. This program tests the components of the computer to see if they are running properly.  If a problem is found a message is displayed on the screen. If no problem is found the process proceeds to the next step.  The computer then loads the operating system into memory and starts some behind-the-scenes programs called services.

What Happens during a Warm Boot  All processes are stopped, memory is cleared and the system is reloaded.  Depending on the operating system being used and the setup configuration, the computer may automatically load all programs that were running when the system was restarted.

Compatibility Between Operating Systems  Normally a program written for one operating system will not run on another operating system.  However, there may be “identical” versions for multiple operating systems. For example, FileZilla has versions for Windows and OS X, which look the same (more or less) and which function the same (more or less). But the windows version will not run on OS X and the OS X version will not run on Windows.  Data for similar programs is compatible. So if you write your project proposal using Word 2010 for Windows, I can load that data file into Word 2011 for Mac and read it with no problem.

O/S Compatiblilty and Disk Drives  Disk drives must be formatted to be used on a computer. There are several different formatting schemes that can be used.  FAT16 and FAT 32 are schemes that can be used for data storage on Windows, OS X, and Linux.  NTFS is a scheme particular to Windows.  HFS+ is a scheme particular to OS X.  Due to copyrights these schemes cannot be fully used (by the “wrong” computers).  Read accessiblilty/Write accessibility