Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with.

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

Chapter 8: Operating Systems and Utility Programs
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
What is an operating system? Is it software?
Objectives Overview Define an operating system
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
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.
Unit 6- Operating Systems.  Identify the purpose of an OS  Identify different operating systems  Describe computer user interaction with multiple operating.
CMPTR1 CHAPTER 3 COMPUTER SOFTWARE Application Software – The programs/software/apps that we run to do things like word processing, web browsing, and games.
Chapter 1. What is computer fluency? The knowledge possessed by people who are able to navigate the digital world successfully NOT THIS.
Introduction to windows operating system i
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.
LECTURE 14 Operating Systems and Utility Programs
Operating Systems & File Management. What is an operating system?
Operating System.
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.
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
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.
Computer Concepts 2013 Chapter 4 Operating Systems and File Management.
Lesson 6 Operating Systems and Software
Computing Fundamentals Module A Unit 2: Using Windows Vista LessonTopic 8Looking at Operating Systems 9Looking at the Windows Desktop 10Starting Application.
Excellence Publication Co. Ltd. Volume Volume 1.
Operating Systems. Operating systems  Between the hardware and the application software lies the operating system. The operating system is a program.
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.
Software GCSE COMPUTING.
Computer Concepts – Illustrated 8 th edition Unit A: Computer and Internet Basics.
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
Operating Systems TexPREP Summer Camp Computer Science.
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.
Operating Systems Sara Mullan Johns Hopkins University Fall 2010
1 Chapter 7 Operating System & Utility Programs.  consists of the programs that control or maintain the operations of the computer and its devices. It.
1 The Five Parts of an Information System
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
Operating Systems, Utilities, and Networks Unit 6 Lesson 1 Exercise 3 & 4.
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.
* Property of STI Page 1 of 18 Software: Systems and Applications Basic Computer Concepts Software  Software: can be divided into:  systems software.
Computers & Operating Systems
Kuliah 4 Pengantar Teknologi Informasi Oleh Coky Fauzi Alfi cokyfauzialfi.wordpress.com Software.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Introducing Software Computer Concepts Unit A. Introducing Software What is an Operating System? OS is the master controller for all the activities that.
Copyright©2008 N.AlJaffan®KSU1 Chapter 7 Operating System and Utility Programs.
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.
An operating system is the software that makes everything in the computer work together smoothly and efficiently. What is an Operating System?
Computer Components: Software Computer Technology.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
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.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
Computer Operating Systems And Software applications.
Booting Process Chapter 4: System Software Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall1.
CHAPTER 2 COMPUTER SOFTWARE. LEARNING OUTCOMES At the end of this class, students should be able to:  Explain the significance of software  Define and.
Operating System Basics. Outline The User Interface Running Programs Managing Files Managing Hardware Utility Software.
Systems Software / The Operating System CSC October 14, 2010.
Copyright © 2003 by Prentice Hall 1 Computers: Tools for an Information Age Chapter 3 Operating Systems: Software in the Background BSM025 Computers.
System SOFTWARE.
Operating System and Utility Programs
Introduction to Computers
Computers: Tools for an Information Age
Introduction to Computers
Computer Fundamentals 1
Chapter 5: Using System Software
Presentation transcript:

Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  A computer’s software acts similarly with the chain of command in an army. Using application software, you issue a command. Application software tells the operating system what to do. The operating system instructs the device drivers, device drivers instruct the hardware and the hardware actually does the work.

Operating Systems Overview Basic Computer Concepts Operating System What does an operating system do  The operating system interacts with application software, device drivers, and hardware to manage a computer’s resources. While interacting with application software, operating system is busy behind the scenes with other tasks.

Operating Systems Overview Basic Computer Concepts Operating System How does an operating system affect the “look and feel” of application software?  An operating system typically provides user interface tools, such as menus and toolbar buttons, that define the “look and feel” for all of its compatible software. Apple computer released its popular Macintosh computer in 1984, which featured a GUI operating system and applications. During 1992, when Windows 3.1 became standard issue on most PCs, GUIs did catch on in the PC market, replacing a command-line interface that had given many people a string aversion to computers in general.

Operating Systems Overview Basic Computer Concepts Operating System Where is the operating system  The entire operating system is small enough to be stored in ROM for typically handheld computers and video game consoles. For nearly all personal computers, servers, workstations, mainframes, and supercomputers, the operating system program is quite large, so most of it is stored on a hard disk. The bootstrap program provides the instructions needed to load the core parts (kernel) into memory when the system boots. Customization utilities and other parts of the operating system are loaded into memory as they are needed.

Operating Systems Overview Basic Computer Concepts Operating System Do I ever interact directly with the OS Launch programs Customize the user interface Manage Files Configure Equipment Get Help

Operating Systems Overview Basic Computer Concepts Operating System Are different operating systems needed for different computing tasks ?  Single-user operating system  deals with one set of input devices, those that can be manipulated by one user at a time  Multi-user operating system  deals with input, output, and processing requests from many users, all at the same time

Operating Systems Overview Basic Computer Concepts Operating System Are different operating systems needed for different computing tasks?  Network operating system  provides communications and routing services that allow computers to share data, programs and peripheral devices  Multitasking operating system  provides process and memory management services that permit two or more programs to run simultaneously

Operating Systems Overview Basic Computer Concepts Operating System Are different operating systems needed for different computing tasks  Desktop operating system  designed for a personal computer, either a desktop or notebook computer designed to accommodate a single user, but may also provide networking and multitasking capabilities

Operating Systems Overview Basic Computer Concepts Windows, MAC OS, Linux, UNIX and DOS What’s the best-selling operating system?

Operating Systems Overview Basic Computer Concepts Windows, MAC OS, Linux, UNIX and DOS Is Mac OS similar to Windows?  Both operating systems base their user interfaces on the graphical model that was originated at Xerox PARC, although Mac OS was developed several years before Windows Mac and Windows interfaces use a mouse to point and click various icons and menus Are UNIX and Linux the same?  UNIX, developed in 1969 at AT & T’s Bell Labs, gained a good reputation for its dependability in multi-user environments Linux was developed in 1991, based on a version of the UNIX kernel called Minix Linux is considered to be a popular operating system for , web-servers and local area networks

* Property of STI Page 11 of 1 Operating Systems Overview Basic Computer Concepts Windows, MAC OS, Linux, UNIX and DOS Why do I keep hearing about DOS?  stands for Disk Operating System it provides part of the operating system kernel for Windows versions 3.1, 95, 98 and ME users rarely interact with DOS, because it is well hidden by the Windows graphical user interface