Memory Addresses.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

MUHAMMAD AHMED HUSSAIN
Chapter 2 How Hardware and Software Work Together.
System Setup CGS2564. What Happens When You Start up a Computer? BIOS Basic Input Output System A set of programs stored in ROM Contain instructions on.
Chapter 3 Understanding the Boot Process and Command Line.
EET 450 Chapter 2 – How hardware and Software Work Together.
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.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 2: Managing Hardware Devices.
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.
System Software Operating System Boot Process Files Misc.
System Configuration Chapter 3. Objectives Distinguish between the various methods used to configure a computer Describe how to replace a motherboard.
System Resources INFO1119 (Fall 2012).
11:15:01 Storage device. Computer memory Primary storage 11:15:01.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 5 The Motherboard.
Chapter 2 How Computers Work.
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.
Chapter Three OPERATING SYSTEMS.
How Hardware and Software Work Together
Chapter 5 Basic Input/Output System (BIOS)
1 Chapter Overview Computer Cases Motherboards ROM BIOS.
Basic Input Output System
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 2: Managing Hardware Devices.
1 A+ Guide to Managing and Maintaining Your PC, Fifth Edition Hardware Needs Software to Work Hardware  Physical components of a computer  Visible part.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
PC Maintenance: Preparing for A+ Certification Chapter 9: Working with the BIOS Setup Program.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 2 How an OS Works with Hardware and Other Software.
Booting. Booting is the process of powering it on and starting the operating system. power on your machine, and in a few minutes your computer will be.
Chapter 4 MANAGING DEVICES AND PERIPHERALS. Device Manager Provides a graphic view of hardware installed on the computer Helps to manage and trouble shoot.
How Hardware and Software Work Together
BIOS Training Eric Chiu AE Dept What is BIOS ? Pronounced "bye-ose," an acronym for Basic Input/Output System. The BIOS is built-in software.
11 BACKING UP AND RESTORING SYSTEMS AND DATA Chapter 15.
Chapter 3 System Configuration The Complete A+ Guide to PC Repair 5/e Update.
CHAPTER 6 Motherboard and ROM BIOS. Chapter Overview Computer Cases Motherboards ROM BIOS.
Basic Input/Output System
Basic Input/Output System (BIOS). 5.1Introduction to BIOS Basic Input / Output System (BIOS) boot the computer by providing a basic set of instructions.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 2 How Hardware and Software Work Together.
Feb/18/2014 Mazen Alzyoud Early Term Exam Review.
Levi Garner. Topics  Computer Storage Devices  Storage Media and Storage Devices  Memory and Storage.
Computer Fundamentals. Examples of Computers Hand-held (HPC)PDATablet PCLaptop/Notebook DesktopTowerWorkstation Computer Basics.
NON STANDARD HARDWARE By the end of this lesson you will be able to: 1. Identify non standard computer hardware 2. Understand ACRONYMS used to describe.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Chapter 1 Looking Inside the Computer System.
2.1 :Input Output Control System. Learning Outcomes Distinguish between Directory Management and Disk Space Management Identify the primary function perform.
windows-10 /alexwaston14/fix-pc-error u/0/b/ /pages/Fix-PC- Error/
Chapter Objectives In this chapter, you will learn:
Chapter Objectives In this chapter, you will learn:
BIOS & CMOS.
Operating System Review
Chapter 2: Computer-System Structures
Computer Software.
TOPIC 6: SYSTEM START-UP AND CONFIGURATION
Key Terms By: Kelly, Jackson, & Merle
Microcomputer Architecture
Module 2 How Computers Work.
Operating System Review
OPERATING SYSTEMS.
Chapter Overview Computer Disassembly and Reassembly
Device management How does the operating system manage the hardware and peripheral devices? Device Driver: Each device is attached to your computer with.
Computer-System Architecture
Computer Hardware Prepared by:- Mr. Pawan Kumar
Installing and Troubleshooting Hardware
The Operating system Gives life to the hardware
BIOS Chapter 6.
Modern PC operating systems
Computer Startup.
Introduction to Computing
The bios.
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting
Presentation transcript:

Memory Addresses

How Memory Addresses Are Used

How Memory Addresses Are Used Applies to DOS and Windows 9x only Windows NT and Windows 2000 use a different memory-mapping design

Memory Addresses Are assigned during the boot process BIOS or real-mode device drivers may only work if given a specific group of addresses (usually in the upper memory range between 640K and 1024K) Shadowing ROM (aka shadow RAM) ROM programming code copied into RAM to speed up system operation because of faster access speed of RAM

Input/Output Addresses Numbers used by devices and the CPU to manage communication between them Also called port addresses or ports

Input/Output Addresses

Interrupt Request Numbers and I/O Addresses for Devices continued

Interrupt Request Numbers and I/O Addresses for Devices

Direct Memory Access (DMA) Channels A shortcut method whereby an I/O device can send data directly to memory, bypassing the CPU

Direct Memory Access (DMA) Channels

Tying It All Together To allocate system resources and use them to manage hardware devices, at startup a hardware device is assigned: An IRQ by which it can signal the CPU that it needs attention Some I/O addresses by which the CPU and the device can communicate Some memory addresses that indicate where the program to manage the device can be stored Perhaps a DMA channel to speed up sending its data to memory

Configuration Data and How It Is Stored Also called setup information Information about the computer’s hardware Stored in one of these devices: DIP switches CMOS setup chip Jumpers

Setup Data Stored by DIP Switches

Setup Data Stored on a CMOS Chip

Setup Data Stored by Jumpers

Passwords Stored on CMOS Startup password Required by computer during boot process to gain access to the PC Also called power-on password

Protecting Data, Software, and Hardware Saving and restoring setup information in CMOS Keeping OS rescue disks Backing up the hard drive Documentation Damage from electricity

Saving and Restoring Setup Information in CMOS Two common utility software programs for backing up setup information to a disk to be used to recover lost setup information Nuts & Bolts Norton Utilities

Saving Setup Information Using Nuts & Bolts

Saving Setup Information Using Nuts & Bolts

Saving Setup Information Using Norton Utilities

Saving Setup Information Using Norton Utilities

Saving Setup Information Using Norton Utilities

Keeping OS Rescue Disks Allows you to boot a computer Essential for every computer

Backing Up Your Hard Drive Backup An extra copy of a file or files made to a different location or storage media Backup policy depends on what you are backing up

Documentation Keep hardware and software documentation well labeled in a safe place

Damage from Electricity Computers and data can be destroyed by two kinds of electricity Static electricity (ESD or electrostatic discharge) Power spikes, including lightning Practical protection against damage Never touch the inside of a computer when it is turned on Be grounded when computer is on Use devices for protection against electrical surges and lightning

Chapter Summary How individual computer components work together to perform tasks