A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 2 How Hardware and Software Work Together.

Slides:



Advertisements
Similar presentations
Chapter 2 How Hardware and Software Work Together.
Advertisements

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.
EET 450 Chapter 2 – How hardware and Software Work Together.
EET 450 – Lecture 1 Chapter 1 – How Computers Work.
CS 104 Introduction to Computer Science and Graphics Problems Operating Systems (4) File Management & Input/Out Systems 10/14/2008 Yang Song (Prepared.
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.
Computer System Structures memory memory controller disk controller disk controller printer controller printer controller tape-drive controller tape-drive.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 2: Managing Hardware Devices.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
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.
System Resources INFO1119 (Fall 2012).
Week 6 Operating Systems.
System Software. BIOS Basic Input Output System A kind of ROM Execute routines Checking RAM, detecting hard disk, floppy disk, CDROM, … etc.
Input/Output. Input/Output Problems Wide variety of peripherals —Delivering different amounts of data —At different speeds —In different formats All slower.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 8 Understanding and Installing Hard Drives.
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.
hardware and operating systems basics.
How Hardware and Software Work Together
Hardware.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 2: Managing Hardware Devices.
Operating System. Architecture of Computer System Hardware Operating System (OS) Programming Language (e.g. PASCAL) Application Programs (e.g. WORD, EXCEL)
Computers Central Processor Unit. Basic Computer System MAIN MEMORY ALUCNTL..... BUS CONTROLLER Processor I/O moduleInterconnections BUS Memory.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
I/O Resource Management The operating system is responsible for: Issuing commands to I/O devices Handling all interrupts and errors generated by the.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 14 Managing and Troubleshooting Windows 2000.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 2 How an OS Works with Hardware and Other Software.
Computer and Information Science Computer Software Computer Software Chapter 1.2.
Copyright © 2008 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 3: Operating Systems Computer Science: An Overview Tenth Edition.
How Hardware and Software Work Together
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.
IST 222 Introduction to Operating Systems Fall, 2004.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Introducing and Comparing Operating Systems Chapter 1.
Guide to Linux Installation and Administration, 2e1 Chapter 2 Planning Your System.
Chapter 3 Installing Windows XP Professional. Preparing for installation Pre-installation requirement; ◦ Hardware requirements ◦ Hardware compatibility.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 13 Understanding and Installing Windows 2000 and Windows NT.
Operating System Basics section 6A. This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software.
Operating System (OS) Basics. Operating System Basics Software (applications) Operating System (OS) Hardware.
Gorman, Stubbs, & CEP Inc. 1 Introduction to Operating Systems Lesson 1 Introduction to Operating Systems.
Dr Mohamed Menacer College of Computer Science and Engineering Taibah University CE-321: Computer.
Slide 3-1 Copyright © 2004 Pearson Education, Inc. Operating Systems: A Modern Perspective, Chapter 3.
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.
Operating Systems. Overview What is an Operating System (OS) What is an Operating System (OS) What Operating Systems do. What Operating Systems do. Operating.
IST 222 Day 3. Homework for Today Take up homework and go over Go to Microsoft website and check out their hardware compatibility list.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
1 Operating System Software What, Where, Why, and How? Startup routines ROM BIOS POST Device Drivers User Interface – Text or GUI Menus and dialog boxes.
System Programming Basics Cha#2 H.M.Bilal. Operating Systems An operating system is the software on a computer that manages the way different programs.
IST 222 Day 2. Homework for Today Take up homework and go over Go to CompTIA web site and view objectives for A+ certification test.
Chapter 5 Operating Systems.
Computers: Tools for an Information Age
Introducing Hardware.
Chapter Objectives In this chapter, you will learn:
Computer Software.
Introduction to Operating Systems
Operating Systems Overview
Key Terms By: Kelly, Jackson, & Merle
TexPREP Summer Camp Computer Science
What is an Operating System?
I/O Systems I/O Hardware Application I/O Interface
The Operating system Gives life to the hardware
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting
Memory Addresses.
Presentation transcript:

A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 2 How Hardware and Software Work Together

2 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Software A set of instructions that controls hardware to work The “intelligence” of a computer

3 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Operating Systems Software that controls the fundamental functions of a computer  Memory management  Data input/out  Applications execution  User interfaces  Networking  Data searching

4 A+ Guide to Managing and Maintaining Your PC, Fifth Edition OS as a Middleman

5 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Popular Operating Systems Windows 9x (95, 98, and me) Windows NT, Windows 2000, and Windows XP Linux DOS Unix Mac OS

6 A+ Guide to Managing and Maintaining Your PC, Fifth Edition File Systems A crucial part of an operating system Manage files on permanent storage devices (e.g., hard disks)  Organize files hierarchically into directories  Access files through path  Operate files/directories: create, open, rename, move, delete……  Read/write data from/to files

7 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Windows File Systems FAT (File Allocation Table)  Windows 95/98 NTFS  Windows NT/2000/XP

8 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Experience the File System

9 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Device Drivers Software that controls devices Obtain device drivers  Included in the operating system  Bundled with the device  Available on manufacturer’s web site Device drivers vs. system BIOS

10 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Practice: Device Drivers

11 A+ Guide to Managing and Maintaining Your PC, Fifth Edition System Resource A tool used by hardware or software to communication with each other  IRQ  Memory addresses  I/O addresses  DMA channel

12 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Interrupt Request (IRQ) A bus line that a hardware device uses to signal the CPU that the device needs attention Some lines have a higher priority than others Each IRQ line is assigned a number (0 to 15 except 2) to identify it IRQ 0 has the highest priority IRQ0 – system clock IRQ1 - keyboard

13 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Practice: Viewing IRQ Assignments

14 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Memory Addresses Numbers assigned to physical memory (RAM memory and ROM) Software can use these addresses to access memory Memory addresses are communicated on the address bus

15 A+ Guide to Managing and Maintaining Your PC, Fifth Edition I/O Addresses Numbers assigned to hardware devices that CPU can access a device Each device “listens” for these numbers and responds to the ones assigned to it I/O addresses are communicated on the address bus

16 A+ Guide to Managing and Maintaining Your PC, Fifth Edition I/O Addresses ( continued )

17 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Practice: Viewing I/O Addresses

18 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Direct Memory Access (DMA) Channels A faster communication method than IRQ Is used by hardware to transfer data directly from/to memory, bypassing the CPU Each DMA channel is assigned a number (0 to 7 except 4)

19 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Practice: Examining DMA Channels

20 A+ Guide to Managing and Maintaining Your PC, Fifth Edition OS Tools to Examine a System  Device Manager  Windows 2000/XP and Windows 9x  Primary tool used to manage hardware devices Third-party software

21 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Summary What’s operating system? What are the commonly used operating systems? What’s file system? What are the file systems used in Windows? What’s device driver, and how a hardware device is managed by a device driver or system BIOS? What are system resources, and how do you examine system resources?