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.

Slides:



Advertisements
Similar presentations
What is Computer Software?. Hardware vs Software Got to have both to get the job done!
Advertisements

What is Computer Software?. Hardware vs Software Got to have both to get the job done!
COMPUTERS: TOOLS FOR AN INFORMATION AGE Chapter 3 Operating Systems.
Introduction to Computers Section 6A. home The Operating System (OS) The operating system (OS) is software that controls the interaction between hardware.
Chapter 2 How Hardware and Software Work Together.
Systems Software System Software Enables the applications software to interact with the computer and Helps the computer manage its internal and external.
Operating System.
Chapter 5 Operating Systems. 5 The Operating System When working with multimedia, the operating system is perhaps the most important, the most complex,
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.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
The Operating System and the User Interface
Copyright © 2012 The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 05: System Software.
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.
System Software, functions of an operating system
* SOFTWARE * Computer software, or just software, is a collection of computer programs and related data that provides the instructions. It can not be touched.
System Software Operating System Boot Process Files Misc.
The Operating System The operation system (OS) is a set of programs that coordinates: Hardware functions Interaction between application software and computer.
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 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.
How Hardware and Software Work Together
Lesson 6 Operating Systems and Software
PC Components, Features, System Design.
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
System Software and Operating Systems Chapter 8 in Discovering Computers 2000 (Shelley, Cashman and Vermaat)
Chapter 4 System Software.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Computer Programming Software. Two Basic Classifications System / Application Software.
What is system software and what are its parts? Programs that control operation of computer Two parts are operating systems utility programs.
How Hardware and Software Work Together
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Introducing and Comparing Operating Systems Chapter 1.
Operating Systems JEOPARDY Computer Repair NetworkOS OS Tasks ConceptsComponentsMisc
Operating Systems TexPREP Summer Camp Computer Science.
System Software CSCI-N 100 Department of Computer and Information Science.
Operating System Basics section 6A. This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software.
Chapter 4: System Software The Power Behind the Computer.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
1 The Five Parts of an Information System
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
OPERATING SYSTEM - program that is loaded into the computer and coordinates all the activities among computer hardware devices. -controls the hardware.
Chapter 06: System Software. Definition  Master program  Controls all hardwares connected to computer  Collection of programs Users Application software.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 2 How Hardware and Software Work Together.
Chapter 8 Operating Systems. Objectives Identify the types of system software Summarize the startup process on a personal computer Describe the functions.
Digital Communication Systems Comp Functions of the Operating System.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
Operating Systems. Categories of Software System Software –Operating Systems (OS) –Language Translators –Utility Programs Application Software.
Computer software: There are at least six step developmental procedures the programmer: Define problem Make or buy decision Design program Code program.
Systems Software / The Operating System CSC October 14, 2010.
TECHNOLOGY IN ACTION. Chapter 5 System Software: The Operating System, Utility Programs, and File Management.
Chapter 5 Operating Systems.
Computers: Tools for an Information Age
Operating System.
Chapter 5: Using System Software
Introduction to Operating Systems
Chapter 4 – Introduction to Operating System Concepts
What is an Operating System?
برامج النظام Software Systems
OPERATING SYSTEMS.
برامج النظام System Software
Functions of an operating system
The Operating system Gives life to the hardware
The Main Features of Operating Systems
European Computer Driving Licence Syllabus version 5.0
Introduction to Operating Systems
A very basic introduction
Memory Addresses.
Presentation transcript:

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 Determines what hardware is present n Decides how hardware is configured and utilized n Uses hardware to perform tasks

1 Three Types of Software and What They Do n Firmware (BIOS) Controls computer’s input/output functions n Operating systems (OSs) Provide instructions to hardware to perform tasks n Applications software

1 Functions of BIOS and OS

1 Firmware or BIOS n Provides basic instructions to hardware n Often serves as the interface between higher-level software and hardware

1 Software Layers n A hierarchy determines how software interfaces so that high-level software can depend on low-level software to manage the hardware for it n Applications software depends on the OS to interface with hardware Instructs hardware directly Uses BIOS to provide the instructions Uses device drivers

1 Software Layers

1 How Software Manages and Shares Information

1 Operating Systems n Different operating systems are written to support different types of hardware systems and user needs

1 Functions of Operating Systems n Manage BIOS n Manage files on secondary storage devices n Manage primary memory (RAM) n Diagnose software and hardware problems n Interface between hardware and software n Perform housekeeping procedures requested by user

1 Starting Up the Operating System n OS programs must be copied from secondary storage into RAM (memory) n CPU then reads from one memory location in RAM to another to receive and follow instructions

1 Starting Up the Operating System

1 Interfacing with the Operating System n Command-driven interface n Menu-driven interface n Icon-driven interface (graphical user interface or GUI)

1 Command-driven Interface

1 Menu-driven Interface

1 Icon-driven Interface

1 Survey of Operating Systems n Terms Multitasking Cooperative multitasking (task switching) Preemptive multitasking Environment Windows 3.x operating environment

1 Multitasking Environment

1 Windows 3.x Operating Environment

1 Comparison of Operating Systems n What kind of user interface is provided? n Can the OS support multitasking? n Can the OS easily manage large quantities of primary memory (RAM) and secondary storage? n How many and what kinds of applications are written to work with the OS? n How powerful must the hardware be to make efficient use of the OS? n How does the OS perform in a network?

1 Well-known Operating Systems n DOS (disk operating system) n DOS with Windows 3.1 and 3.11 operating environments n Windows 95 and Windows 98 n UNIX operating system n Windows NT n Windows 2000 n OS/2 n Macintosh operating system

1 Disk Operating System (DOS) n First OS used by IBM microcomputers

1 Disk Operating System (DOS)