Introduction to Configuration. Chapter 4

Size: px
Start display at page:

Download "Introduction to Configuration. Chapter 4"

Transcription

1 Introduction to Configuration Chapter 4

2 This presentation covers: > Qualities of a Good Technician > Configuration Overview > Motherboard Battery > Hardware Configuration Overview > Troubleshooting Configurations

3 Qualities of a Good Technician Soft skills as they are known across many industries are essential

4 One Thing at a Time > Avoid the gun slinger approach > Put thought into methods or consider other possible resolutions > Avoid changing multiple things simultaneously > E.g., if there is no display on the output, the technician might swap out the monitor, disable the onboard video port, add a new video adapter, power on the computer, and, when output appears, call the problem solved > If a computer problem is repaired using such a technique, the technician never knows exactly what solved the problem

5 Configuration Overview The system Setup program or operating system, enables you to configure the motherboard, power, and devices.

6 BIOS Overview > The basic input/output system (BIOS) is commonly soldered to the motherboard > The BIOS has the following functions: > Holds and executes power-on self-test (POST) > Holds a basic routine called a bootstrap program > Holds Setup > Turns control over to an adapter s onboard BIOS

7 BIOS Overview > The basic input/output system (BIOS) is commonly soldered to the motherboard > Contains Firmware ( What is firmware?) > Starts the computer > POST (power-on self-test): > identifies, tests, and initializes basic hardware components > Initiates the Bootstrap program/loader: > locates an operating system and allows it to load > Setup (BIOS setup, system setup, and CMOS setup): > allows settings to be viewed and managed > May start other adapter BIOS processes

8 BIOS Controls Beginning of Boot Process Boot functions BIOS runs POST and assigns system resources BIOS program searches for bootstrap loader bootstrap loader loads the OS OS configures system and completes its own loading Application software is loaded and executed

9 The Setup Program > Setup software is built into the system BIOS chip on the motherboard (firmware) > During the boot process, most computers specify which keystroke(s) will launch the Setup program > A message will be shown and is usually in one of the four screen corners > The keystroke can be one or more keys pressed during startup > ESC, Insert, Delete, F1, F2, or F10 keys > Key combination is Ctrl + Alt + some other key

10 Flash BIOS > Most common type of BIOS > Allows changing the BIOS without installing a new chip or chips > Do one of the following to determine the current BIOS version: > Watch the computer screen as it boots > Enter BIOS Setup using a particular keystroke during the boot process > From within Windows 8, access BIOS Setup by accessing Settings > Change PC Settings > Update and recovery > Recovery > Restart now > From within Advanced startup, select Troubleshoot > Advanced options > UEFI Firmware Settings > Restart > App Menu > Setup

11 Flash BIOS, cont d > To access BIOS in Windows 10, within the Notification area, select Action Center > All Settings > Update and Security > Recovery > Advanced startup > Restart now > An upgrade of the BIOS normally involves removing all BIOS settings stored in CMOS and the BIOS software > Two things should be done before upgrading the flash BIOS > Back up current CMOS settings > Back up the current BIOS

12 Flashing the Bios > The flash BIOS can be upgraded > This process is flashing the BIOS > A computer may need a BIOS upgrade for a variety of reasons: > To provide support for new or upgraded hardware such as a processor or a faster USB port > To provide support for a higher-capacity hard drive > For increased virus protection > For optional password protection > To solve problems with the current version > To provide a security patch > To reduce the time a computer takes to boot

13 Boot/Startup Process Step 1: POST and Assignment of System Resources Turn on PC power Processor begins the boot by initializing itself Startup BIOS first performs POST 1. System clock begins to tick 2. Processor resets internal values 3. Processor finds first instruction in ROM BIOS at memory address FFFF0h 4. Instruction tells processor to run POST 5. POST tests CMOS (Complementary Metal Oxide Semiconductor) RAM 6. Test battery 7. Hardware interrupts(?) disabled so that input devices (keyboard, mouse, etc.) cannot interrupt startup process. 8. Processor tested

14 Boot/Startup Process POST and Assignment of System Resources (cont d) 10. If cold boot then first 16K of RAM tested 11. Hardware devices tested 12. Video card tested and configured. 13. RAM tested 14. Keyboard tested 15. Secondary storage tested against data in CMOS 16. DMA(?) and interrupt controllers checked 17. BIOS begins search for Bootstrap Loader to load OS

15 Boot/Startup Process

16 Boot/Startup Process BIOS Finds and Loads the OS For a successful boot, a hard drive must contain a healthy Master Boot Record (MBR) and a healthy OS boot record

17 UEFI (Unified Extensible Firmware Interface) > Also known as simply EFI > Interface between the operating system and firmware > UEFI fixed original BIOS issues

18 UEFI (Unified Extensible Firmware Interface) > Unlike the original BIOS environment, you can use your mouse and possibly do some of the following: > Connect to the Internet > Run applications > Run a virus > Scan > Have a GUI environment > Execute utilities > Perform a backup or a restore Sample UEFI Main Menu

19 BIOS Configuration Settings PCI/PnP Configuration PCI: Peripheral Component Interconnect PnP: Plug and Play PCIe Configuration Virtual Machine Advanced Configuration & Power Interface (ACPI) Hardware monitor: view CPU & Motherboard temps., status of CPU, voltages, clock speed, bus speeds, chassis intrusion, power supply fan(s) Execute Disable: prevent executable code Drive encryption: password required to boot

20 Complementary Metal-Oxide Semiconductor (CMOS) Memory > Settings changed in system BIOS are recorded and stored in CMOS found in the motherboard chipset > Memory that requires a small amount of power, provided by a small coin-sized lithium battery when the system is powered off > The memory holds the settings configured through BIOS

21 Clearing CMOS > Resetting all BIOS settings to factory default is clearing the CMOS > Clearing the CMOS is not the same as flashing the BIOS > One specific CMOS setting that is sometimes cleared is the power-on password

22 Other Configuration Parameters > Other possible parameters contained and set via the Setup program or operating system are: > Interrupt Requests (IRQs) > Input/output (I/O) addresses > Direct memory access (DMA) channels > Memory addresses > These parameters are assigned to individual adapters and ports, such as disk controllers, and the USB, serial, parallel, and mouse ports

23 IRQ > Multiple devices often want the attention of the CPU > An orderly process must be configured: > An interrupt request numbers are assigned to the keyboard and the mouse > Every device requests permission to do something by interrupting the processor > The CPU has a priority system to handle such situations

24 PCI/PCIe Interrupts > PCI/PCIe devices use interrupts called INTA, INTB, INTC, INTD, and so on > When a PC first boots, the operating system discovers what AGP, PCI, and PCIe adapters and devices are present and the system resources each one needs > The operating system allocates resources such as an interrupt to the adapter/device > If the adapter or device has a ROM or flash BIOS chip installed that contains software that initializes and/or controls the device, the software is allowed to execute during the boot process

25 I/O (Input/Output) Addresses > An I/O address, input/output address or port address, enables a device and a processor to exchange data > It must be unique > The device places data in the box for the CPU to pick up > The processor delivers the data to the appropriate device through the same I/O address > I/O addresses are addresses for the processor to distinguish among the devices with which it communicates

26 Memory Addresses > A memory address is a unique address assigned to memory chips installed anywhere in the system > The memory address is used by the CPU when it accesses information inside the chip > Memory addresses are shown as a range of hexadecimal addresses in Device Manager

27 Hardware Configuration Overview Configuration of adapters and other hardware is easy if you follow the documentation and know how to obtain device drivers.

28 Installing Drivers > A driver is required when installing hardware or an adapter in the Windows environment > A driver is software that allows the operating system to control hardware > The operating system detects the adapter or hardware installation and adds the device s configuration information to the registry > The registry is a central database in Windows that holds hardware information and other data > All software applications access the registry for configuration information instead of going to the adapter

29 Installing a USB Device > 1. Power on the computer > 2. Install the USB device s software (optional) > 3. Power on the device (optional) > 4. Locate a USB port on the rear or front of the computer or on a USB hub. Plug the USB device into a free port > 5. Verify installation in Device Manager

30 Installing/Configuring USB Cards > 1. Power down the computer and remove the power cord > 2. Remove the computer cover. Locate an empty expansion slot > 3. Using proper anti-static procedures, ground yourself, or use anti-static gloves > 4. Attach a power connector to the adapter (optional)

31 Installing/Configuring USB Cards > 5. Ensure the proper expansion slot is being used and insert the card firmly into the expansion slot > 6. Lower the expansion bar or attach a screw > 7. Reinstall the computer cover, reattach the power cord, and power on the computer; Install drivers as necessary > 8. Test by attaching a USB device to each port

32 Installing/Configuring FireWire Cards The following are generic steps for installing a FireWire adapter: > 1. Power off the computer and remove the AC power cord > 2. Remove the computer case so you can access the computer interior > 3. Locate an available expansion slot and optionally remove the slot cover and retaining screw4. Firmly insert the FireWire adapter into the expansion slot > 4. Reinsert the retaining screw, if necessary

33 Installing/Configuring FireWire Cards, cont d > 5. Replace the computer cover and reattach the power cord > 6. Power on the computer. The operating system normally detects the newly installed hardware > 7. Insert the driver disc that ships with the adapter and browse to the location of the driver; Follow the prompts for installing the driver > 8. Use Device Manager (IEEE 1394 Bus host controllers section) to verify installation

34 Troubleshooting Configurations

35 Troubleshooting Configurations Indications of a resource conflict (including IRQ, DMA, I/O address, and memory address conflict) are as follows: > The new device is installed and the new device or a previously installed device does not work > The computer locks up or restarts when performing a specific function, such as when playing or recording audio > The computer hangs during startup or shutdown > A device does not work properly or fails to work at all

36 Motherboard Battery The most common CMOS battery used today is a CR2032 lithium battery, which is about the size of a nickel.

37 Motherboard Battery > High temperatures and powering devices that use batteries on and off shorten a battery s life span > Computer motherboard batteries last three to eight years > Replacing batteries is not the issue it once was Motherboard battery

38 Computer Terms Refer to the glossary terms at the end of the textbook chapter. Review Chapter 4 and become familiar with the terms.

39 This PPT deck was developed to support instruction of The Complete CompTIA A+ Guide to IT Hardware and Software 7th Ed. All text and images are 2016 Pearson Education Inc. Fotolia Image Credits Chapter 4: maxhalanski, Bondarau, our_lucky_photo, stokkete

Chapter 3: System Configuration

Chapter 3: System Configuration Chapter 3: System Configuration Complete CompTIA A+ Guide to PCs, 6e How to make configuration changes to a computer The importance of BIOS and UEFI BIOS How to replace a motherboard battery What system

More information

Chapter 3: Computer Assembly

Chapter 3: Computer Assembly Chapter 3: Computer Assembly IT Essentials v6.0 ITE v6.0 1 Chapter 3 - Sections & Objectives 3.1 Assemble the Computer Build a Computer. 3.2 Boot the Computer Explain how to verify BIOS and UEFI settings.

More information

BIOS. Chapter The McGraw-Hill Companies, Inc. All rights reserved. Mike Meyers CompTIA A+ Guide to Managing and Troubleshooting PCs

BIOS. Chapter The McGraw-Hill Companies, Inc. All rights reserved. Mike Meyers CompTIA A+ Guide to Managing and Troubleshooting PCs BIOS Chapter 8 Overview In this chapter, you will learn how to Explain the function of BIOS Distinguish among various CMOS setup utility options Describe option ROM and device drivers Troubleshoot the

More information

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018

Systems software. Definition. Categories of software. Examples Of Systems Software 11/23/2018 Systems Computer Software Is an interface or buffer between application and hardware Controls the computer hardware and acts as an interface with applications programs Definition A series of detailed instructions

More information

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers

Definition. A series of detailed instructions that control the operation of a computer system. are developed by computer programmers Computer Software Definition A series of detailed instructions that control the operation of a computer system. Software exists as programs that are developed by computer programmers Categories of software

More information

This chapter tells how to configure the system by setting the BIOS parameters. 3.1 Entering the AMI BIOS Setup

This chapter tells how to configure the system by setting the BIOS parameters. 3.1 Entering the AMI BIOS Setup Chapter 3 AMI BIOS This chapter tells how to configure the system by setting the BIOS parameters. 3.1 Entering the AMI BIOS Setup To enter the AMI BIOS Setup, press appears as shown below.. The AMI BIOS

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware : Managing, Maintaining, and Troubleshooting, 5e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

Keep the work area free of clutter and clean. Food and drinks are not allowed in the work area.

Keep the work area free of clutter and clean. Food and drinks are not allowed in the work area. 29 Chapter 3 Computer Assembly Introduction This chapter addresses the process of the computer assembly process. The ability to successfully assemble a computer is a milestone for the PC Ttechnician. It

More information

Experiment #0. PC Hardware and Operating Systems

Experiment #0. PC Hardware and Operating Systems Experiment #0 PC Hardware and Operating Systems Objective: The objective of this experiment is to introduce the operating systems and different hardware components of a microcomputer. Equipment: Microcomputer

More information

Inside the Computer System

Inside the Computer System Inside the Computer System What s on the Motherboard? What s on the Motherboard? What s on the Motherboard? Parallel processing o Method where more than one processor performs at the same time faster processing

More information

System CMOS/BIOS Configuration PC Diagnostics

System CMOS/BIOS Configuration PC Diagnostics System CMOS/BIOS Configuration PC Diagnostics (POST; Error Messages and Error Codes) CMOS/BIOS Complementary Metal Oxide Substrate (CMOS) A part of the motherboard that maintains system variables in static

More information

How Hardware and Software Work Together

How Hardware and Software Work Together C3_CH0_39 CHAPTER How Hardware and Software Work Together C In this chapter, you will learn: omputer systems contain both hardware and How an operating system manages software, and computer technicians

More information

Introduction to the Personal Computer

Introduction to the Personal Computer Introduction to the Personal Computer 2.1 Describe a computer system A computer system consists of hardware and software components. Hardware is the physical equipment such as the case, storage drives,

More information

For the A+ Certification exams, you should be able to identify the names, functions, and characteristics of the major components and ports of a Pc.

For the A+ Certification exams, you should be able to identify the names, functions, and characteristics of the major components and ports of a Pc. Introduction For the A+ Certification exams, you should be able to identify the names, functions, and characteristics of the major components and ports of a Pc. Practice 1.1 Fill in the blanks for the

More information

Chapter 4 Using BIOS 1

Chapter 4 Using BIOS 1 Chapter 1 Using BIOS 4 4.1 About the Setup Utility The computer uses the latest American Megatrends Inc. BIOS with support for Windows Plug and Play. The CMOS chip on the motherboard contains the ROM setup

More information

User. Applications. Operating System. Hardware

User. Applications. Operating System. Hardware 2 User Applications Operating System Hardware 3 What is the Booting 1.When the user powers up the computer the CPU (Central Processing Unit) activates the BIOS (Basic Input Output System). 2. The first

More information

Identify Components of the. Motherboard

Identify Components of the. Motherboard Identify Components of the Chipset Motherboard Collection of chips that work together to provide the switching circuitry needed to move data throughout the computer 2013 Pearson Education, Inc. Publishing

More information

OPERATING SYSTEMS & UTILITY PROGRAMS

OPERATING SYSTEMS & UTILITY PROGRAMS OPERATING SYSTEMS & UTILITY PROGRAMS System Software System software consists of the programs that control the operations of the computer and its devices. Functions that system software performs include:

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

CompTIA A+ Accelerated course for & exams

CompTIA A+ Accelerated course for & exams CompTIA A+ Accelerated course for 220-901 & 220-902 exams Course overview Target Audience This course is for Participants wishing to take and pass both CompTIA A+ exams (220-901 and 220-902) exam. It is

More information

Using GIGABYTE Mini-PC for the First Time

Using GIGABYTE Mini-PC for the First Time Congratulations on your purchase of the GIGABYTE Mini-PC. This manual will help you to get started with setting up your Mini-PC. The final product configuration depends on the model at the point of your

More information

On the Motherboard. Chapter 3

On the Motherboard. Chapter 3 On the Motherboard Chapter 3 This presentation covers: > Benefits of Active Listening > Motherboard Parts > Processor Basics > Graphics Processing Unit (GPU) Qualities of a Good Technician Soft skills

More information

ROM (read-only memory) is a type of memory that stores data even when the main computer power is off.

ROM (read-only memory) is a type of memory that stores data even when the main computer power is off. ROM (read-only memory) is a type of memory that stores data even when the main computer power is off. This is necessary so that the system can access the data it needs to start up. When stored in ROM,

More information

Computers Are Your Future

Computers Are Your Future Computers Are Your Future Twelfth Edition Chapter 2: Inside the System Unit Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Inside the Computer System Copyright 2012 Pearson Education,

More information

Chapter 1 - First Look at Computer Parts and Tools. 1. A tower case conserves space since it can double as a monitor stand.

Chapter 1 - First Look at Computer Parts and Tools. 1. A tower case conserves space since it can double as a monitor stand. 1. A tower case conserves space since it can double as a monitor stand. ANSWER: False 2. A DVI port transmits a video signal and is also called a DB-15 port. ANSWER: False 3. An Ethernet port has a connector

More information

Motherboard Components of a Desktop Computer

Motherboard Components of a Desktop Computer Motherboard Components of a Desktop Computer The motherboard is the main component inside the case. It is a large rectangular board with integrated circuitry that connects the rest of the parts of the

More information

User s Manual. MMX Enhanced MediaGX System Board. MMX Enhanced MediaGX System Board

User s Manual. MMX Enhanced MediaGX System Board. MMX Enhanced MediaGX System Board MMX Enhanced MediaGX System Board MMX Enhanced MediaGX System Board Trademarks and / or Registered trademarks are the properties of their respective owners. User s Manual IBM, PC/AT and PC/XT are trademarks

More information

Using GIGABYTE Tablet PC for the First Time

Using GIGABYTE Tablet PC for the First Time Congratulations on your purchase of the GIGABYTE Tablet PC! This manual will help you to get started with setting up your Tablet PC. The final product configuration depends on the model at the point of

More information

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix (220-601) Mapping: Chapters to LabSims Chapter Page Number LabSim Chapter 1 Pages 2-3 Pages 2-3 Pages 4-6 Pages 4-6 Pages 3-6 Pages 7-25 1.3.1 Computing Basics 1.3.2 Computing Facts

More information

Dell PowerEdge T110 Systems. Hardware Owner s Manual

Dell PowerEdge T110 Systems. Hardware Owner s Manual Dell PowerEdge T110 Systems Hardware Owner s Manual Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A CAUTION indicates

More information

Motherboard Central Processing Unit (CPU) Random access memory (RAM)

Motherboard Central Processing Unit (CPU) Random access memory (RAM) Cool Careers in Cyber Security Missing Computer Parts Delivery: Can be used as a table demo (hands-on) activity or during a presentation session. Large display table recommended. Pre-cut and laminate the

More information

Using GIGABYTE Tablet PC for the First Time

Using GIGABYTE Tablet PC for the First Time Congratulations on your purchase of the GIGABYTE Tablet PC! This manual will help you to get started with setting up your Tablet PC. The final product configuration depends on the model at the point of

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 4 Part II All About Motherboards

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 4 Part II All About Motherboards Chapter 4 Part II All About Motherboards Part 2 Buses and Expansion Slots Bus System of pathways used for communication Carried by bus: Power, control signals, memory addresses, data Data and instructions

More information

1 Interference from generator and lighting that could result in unclean power is known as. 3 Form factor of motherboard define its

1 Interference from generator and lighting that could result in unclean power is known as. 3 Form factor of motherboard define its 1 IT ESS Class Test 1 1 Interference from generator and lighting that could result in unclean power is known as. Blackout Brownout Noise Spike 2 CPU speed is measure in. cycles per second click per second

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 6 Supporting Hard Drives

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 6 Supporting Hard Drives A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 6 Supporting Hard Drives Objectives Learn about the technologies used inside a hard drive and how data is organized on the drive

More information

After completing this chapter, you will meet these objectives:

After completing this chapter, you will meet these objectives: 3.0 Introduction Assembling computers is a large part of a technician's job. As a technician, you will need to work in a logical, methodical manner when working with computer components. As with any learned

More information

CMOS Passwords and Resources

CMOS Passwords and Resources LAB PROCEDURE 3 CMOS Passwords and Resources OBJECTIVES 1. Use BIOS Features extended setup. 2. Use CMOS passwords. 3. Learn about power management settings. 4. Learn about integrated peripherals. Hardware

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Congratulations on your purchase of the GIGABYTE Notebook. This manual will help you to get started with setting up your notebook. The final product configuration depends on the model at the point of your

More information

Section 3 MUST BE COMPLETED BY: 10/17

Section 3 MUST BE COMPLETED BY: 10/17 Test Out Online Lesson 3 Schedule Section 3 MUST BE COMPLETED BY: 10/17 Section 3.1: Cases and Form Factors In this section students will explore basics about computer cases and form factors. Details about

More information

Data rate - The data rate is the number of bytes per second that the drive can deliver to the CPU.

Data rate - The data rate is the number of bytes per second that the drive can deliver to the CPU. A+ Guide to Hardware, 4e Chapter 7 Hard Drives Learning from Floppy Drives Floppy drives are an obsolescent technology Replacements: CD drives and USB flash memory Good reasons for studying floppy drive

More information

Mother Board And Its Components By :- IMRAN QURESHI

Mother Board And Its Components By :- IMRAN QURESHI Mother Board And Its Components By :- IMRAN QURESHI ARYAN COLLEGE 1 Mother Board Conte nts:- Components of mother board. Central Processing Unit. Bios function Capacitors. External Device. Internal Device.

More information

Computer Setup (F10) Utility Guide HP Business Desktops dx5150 model

Computer Setup (F10) Utility Guide HP Business Desktops dx5150 model Guide HP Business Desktops dx5150 model Document Part Number: 374172-001 December 2004 This guide provides instructions on how to use Computer Setup. This tool is used to reconfigure and modify computer

More information

Introduction to a Typical PC. Freedom High School

Introduction to a Typical PC. Freedom High School Introduction to a Typical PC Freedom High School A Day in the Life of a Student A Day in the Life of a Student Wake up using a digital alarm clock Utilize handheld-vibrating electric toothbrush Check email,

More information

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix A+ Guide to Hardware Managing, Maintaining, and Troubleshooting Fourth Edition (220-601) Mapping: LabSim to Chapters LabSim Chapter Reference / 1.0 Computing Overview 1.1 Using the

More information

Motherboard Specifications, A8AE-LE (AmberineM)

Motherboard Specifications, A8AE-LE (AmberineM) 1 of 7 6/28/2009 11:14 PM» Return to original page Motherboard Specifications, A8AE-LE (AmberineM) Motherboard specifications table Motherboard layout and photos Clearing the CMOS settings Clearing the

More information

Troubleshooting the System Hardware

Troubleshooting the System Hardware CHAPTER 5 This chapter provides basic troubleshooting information to help you identify some common problems that might occur with your Wide Area Virtualization Engine (WAVE). This chapter contains the

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Congratulations on your purchase of the GIGABYTE Notebook! This Manual will help you to get started with setting up your notebook. For more detailed information, please visit our website at http://www.gigabyte.com.

More information

This is a learning module for a specific Learning Outcome as stipulated in the HSP that is :

This is a learning module for a specific Learning Outcome as stipulated in the HSP that is : 1. What is it? This is a learning module for a specific Learning Outcome as stipulated in the HSP that is : Ä Ä Ä 2.4.1 Personal Computer (PC) Assembling 2.4.2 Hard disk partitioning and formatting 2.4.3

More information

INFORMATION AND COMMUNICATION TECHNOLOGY

INFORMATION AND COMMUNICATION TECHNOLOGY INFORMATION AND COMMUNICATION TECHNOLOGY LEARNING MODULE COMPUTER SYSTEM MODULE 2.4 Pusat Perkembangan Kurikulum Kementerian Pelajaran Malaysia 2006 1. What is it? This is a learning module for a specific

More information

Computer Setup (F10) Utility Guide HP Compaq d220 and d230 Microtower

Computer Setup (F10) Utility Guide HP Compaq d220 and d230 Microtower Guide HP Compaq d220 and d230 Microtower Document Part Number: 331599-001 June 2003 This guide provides instructions on how to use Computer Setup. This tool is used to reconfigure and modify computer default

More information

IBM Netfinity Servers

IBM Netfinity Servers IBM Netfinity Servers S10L-9798-01 IBM Netfinity 3000 - Type 8476 Models 10U, 10X, 11U, 11X, 15U, 15X, 16U, 16X, 20U, 20X, 21U, 21X, 30U, 30X, 31U, 31X, 40U, 40X 41U, 41X Hardware Maintenance Manual September

More information

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix A+ Guide to Hardware Managing, Maintaining, and Troubleshooting Fourth Edition LabSim for A+ IT-Technician(220-602) Mapping: LabSim to Chapters 0.0 Introduction LabSim Chapter Reference

More information

Unit 1. Aries Technology Course

Unit 1. Aries Technology Course Unit 1 Aries Technology Course Unit 1.1 Computers are all around us... (since 1950s) Personal computers are called PCs Access to technology creates an unfair gap between haves and have nots in the world

More information

P4B533-X. Motherboard

P4B533-X. Motherboard P4B533-X Motherboard C1458 2003 2 3 4 5 6 7 1 2 2 3 Jumper Mode Jumper Free (Default) 8 9 10 1-1 1-2 1-3 1-4 SB_PWR1 P4B533-X P4B533-X Onboard LED ON Standby Power OFF Powered Off 1-5 CPU_FAN1 ATX12V1

More information

Computer Assembly Step by Step DRAFT

Computer Assembly Step by Step DRAFT 9781587132636_ch03.qxp 8/20/10 1:37 PM Page 79 CHAPTER 3 Computer Assembly Step by Step Objectives Upon completion of this chapter, you should be able to answer the following questions: How do I open the

More information

Using AORUS Notebook for the First Time

Using AORUS Notebook for the First Time Congratulations on your purchase of the AORUS Notebook! This Manual will help you to get started with setting up your notebook. For more detailed information, please visit our website at http://www.aorus.com.

More information

TABLE OF CONTENTS 1. INTRODUCTION 2. SPECIFICATION 3. HARDWARE INSTALLATION 6EX 1.1. PREFACE KEY FEATURES PERFORMANCE LIST...

TABLE OF CONTENTS 1. INTRODUCTION 2. SPECIFICATION 3. HARDWARE INSTALLATION 6EX 1.1. PREFACE KEY FEATURES PERFORMANCE LIST... 6EX TABLE OF CONTENTS 1. INTRODUCTION 1.1. PREFACE...1-1 1.2. KEY FEATURES...1-1 1.3. PERFORMANCE LIST...1-2 1.4. BLOCK DIAGRAM...1-3 1.5. INTRODUCE THE Pentium II Processor & AGP...1-4 1.6 What is AGP?...

More information

BIOS Update Release Notes

BIOS Update Release Notes PRODUCTS: DH77EB (Standard BIOS) BIOS Update Release Notes BIOS Version 0098 - EBH7710H.86A.0098.2012.1219.1026 Date: December 23, 2012 ME Firmware: 8.1.20.1336 Integrated Graphics Option ROM: Build 2143

More information

Network Application Platform. User s Manual

Network Application Platform. User s Manual 525 Network Application Platform User s Manual Rev:1.0 Date:2012.03 CONTENTS CHAPTER 1 PACKAGE CONTENTS... 3 CHAPTER 2 INTRODUCTION... 4 CHAPTER 3 LAYOUT... 5 CHAPTER 4 REAR PANEL SKETCH MAP... 5 CHAPTER

More information

NI PXI Installing the NI PXI-8104 INSTALLATION GUIDE

NI PXI Installing the NI PXI-8104 INSTALLATION GUIDE INSTALLATION GUIDE NI PXI-8104 Installing the NI PXI-8104 This document contains information about installing the NI PXI-8104 controller in a PXI chassis. For complete configuration and troubleshooting

More information

DELLEMC. TUESDAY September 19 th 4:00PM (GMT) & 10:00AM (CST) Webinar Series Episode Nine WELCOME TO OUR ONLINE EVENTS ONLINE EVENTS

DELLEMC. TUESDAY September 19 th 4:00PM (GMT) & 10:00AM (CST) Webinar Series Episode Nine WELCOME TO OUR ONLINE EVENTS ONLINE EVENTS WELCOME TO OUR DELLEMC Webinar Series Episode Nine OUR PRESENTATION IS DUE TO START TUESDAY September 19 th 4:00PM (GMT) & 10:00AM (CST) About us.. We re a global team of Dell technicians with highly varied

More information

PC BIOS Settings: (22 Jan 2004) These settings will be required for either O.S. Installation or to improve the PC performance.

PC BIOS Settings: (22 Jan 2004) These settings will be required for either O.S. Installation or to improve the PC performance. PC BIOS Settings: (22 Jan 2004) These settings will be required for either O.S. Installation or to improve the PC performance. S.No. Standard Hard Disks Operation Reason 1. CMOS SETUP Keep Type setting

More information

Alienware X51 Service Manual

Alienware X51 Service Manual Alienware X51 Service Manual Computer Model: Alienware X51 R3 Regulatory Model: D05S Regulatory Type: D05S003 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make

More information

A+ Guide to Hardware, 4e. Chapter 7 Hard Drives

A+ Guide to Hardware, 4e. Chapter 7 Hard Drives A+ Guide to Hardware, 4e Chapter 7 Hard Drives Objectives Learn how the organization of data on floppy drives and hard drives is similar Learn about hard drive technologies Learn how a computer communicates

More information

Chapter 14: Advanced Troubleshooting

Chapter 14: Advanced Troubleshooting Chapter 14: Advanced Troubleshooting IT Essentials v6.0 ITE v6.0 1 Chapter 14 - Sections & Objectives 14.0 Introduction Review Troubleshooting Steps 14.1 Computer Components and Peripherals Troubleshoot

More information

T Series BIOS BIOS SETUP UTILITY

T Series BIOS BIOS SETUP UTILITY BIOS SECTION T4010 LifeBook T Series Tablet PC T Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your tablet. Your BIOS is set at the factory

More information

IT Essentials (ITE v5.0 & v5.02) Chapter 3 Exam Answers 100% 2016

IT Essentials (ITE v5.0 & v5.02) Chapter 3 Exam Answers 100% 2016 IT Essentials (ITE v5.0 & v5.02) Chapter 3 Exam Answers 100% 2016 1.A technician is troubleshooting a PC that will not boot. When the PC is powered on, it emits a series of beeps and indicates that the

More information

MMX Enhanced. 586 GXM-AV Main Board. Trademarks and / or Registered trademarks are the properties of their respective owners.

MMX Enhanced. 586 GXM-AV Main Board. Trademarks and / or Registered trademarks are the properties of their respective owners. 586 GXM-AV Main Board Trademarks and / or Registered trademarks are the properties of their respective owners. User s Manual Version 1.1 The Information presented in this publication has been carefully

More information

BIOS User Guide RACING P1A

BIOS User Guide RACING P1A BIOS User Guide RACING P1A BIOS Update... 2 UEFI BIOS Setup... 6 1. Main Menu... 7 2. Advanced Menu... 8 3. Chipset Menu...14 4. Security Menu...20 5. Boot Menu...23 6. Exit Menu...25 BIOS Update The BIOS

More information

Magic Card User Manual

Magic Card User Manual Table of Contents Magic Card User Manual Magic Card Introduction 2 What is Magic card? 2 Magic Card Features 2 Working Modes 3 Magic card editions 3 Installation 4 System Requirements 4 Pre-installation

More information

Below is a reviewer on the skill assessment exam of those who wanted to get a certificate on Computer Hardware

Below is a reviewer on the skill assessment exam of those who wanted to get a certificate on Computer Hardware Computer Hardware Servicing NC II Assesment Below is a reviewer on the skill assessment exam of those who wanted to get a certificate on Computer Hardware Servicing NC II from Technical Education and Skills

More information

Troubleshooting. Resetting the System. Problems Following Initial System Installation. First Steps Checklist CHAPTER

Troubleshooting. Resetting the System. Problems Following Initial System Installation. First Steps Checklist CHAPTER CHAPTER 6 This chapter helps you identify and solve problems that might occur while you are using the Cisco CDE110. If you are unable to resolve your server problems on your own, contact Cisco Technical

More information

10. In the world of computers, the term refers to the computer s physical components, such as the monitor, keyboard, motherboard, and hard drive.

10. In the world of computers, the term refers to the computer s physical components, such as the monitor, keyboard, motherboard, and hard drive. Computer Maintenance 2016 Fall Final Review True/False Indicate whether the statement is true or false. 1. A motherboard can have more than one bus, each using a different protocol, speed, data path size,

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Aero 14 V1.1 Congratulations on your purchase of the GIGABYTE Notebook. This manual will help you to get started with setting up your notebook. The final product configuration depends on the model at the

More information

TABLE OF CONTENTS 1. INTRODUCTION 2. SPECIFICATION 3. HARDWARE INSTALLATION 6BA

TABLE OF CONTENTS 1. INTRODUCTION 2. SPECIFICATION 3. HARDWARE INSTALLATION 6BA 6BA TABLE OF CONTENTS 1. INTRODUCTION 1.1. PREFACE...1-1 1.2. KEY FEATURES...1-1 1.3. PERFORMANCE LIST...1-2 1.4. BLOCK DIAGRAM...1-3 1.5. INTRODUCE THE Pentium II / III Processor...1-4 1.6. What is AGP?...1-5

More information

Computer Maintenance. Unit Subtitle: Motherboards. Copyright Texas Education Agency, All rights reserved. 1

Computer Maintenance. Unit Subtitle: Motherboards. Copyright Texas Education Agency, All rights reserved. 1 Computer Maintenance Unit Subtitle: Motherboards 1 Lesson Objectives Describe the function of the motherboard. Identify the different types of motherboards and their characteristics. Identify the main

More information

Fujitsu Stylistic ST6000 Series

Fujitsu Stylistic ST6000 Series Fujitsu Stylistic ST6000 Series BIOS Guide Stylistic Series Model: ST6012 Document Date: 12/01/2008 Document Part Number: FPC65-4369-01 FUJITSU COMPUTER SYSTEMS CORPORATION 1 Stylistic ST Series BIOS ST

More information

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware)

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware) Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware) Personal computer hardware are component devices which are typically installed into or peripheral to

More information

Troubleshooting & Repair

Troubleshooting & Repair Chapter Troubleshooting & Repair 6.1 Introduction This chapter provides the most common problem encountered with the M785 notebook computer and some troubleshooting means. Some of the common problems are:

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Congratulations on your purchase of the GIGABYTE Notebook. This manual will help you to get started with setting up your notebook. The final product configuration depends on the model at the point of your

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time V. 0 Congratulations on your purchase of the GIGABYTE Notebook. This manual will help you to get started with setting up your notebook. The final product configuration depends on the model at the point

More information

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 8 Hard Drives

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 8 Hard Drives A+ Guide to Managing and Maintaining your PC, 6e Chapter 8 Hard Drives Introduction Hard drive: most important secondary storage device Hard drive technologies have evolved rapidly Hard drive capacities

More information

Computers: Tools for an Information Age. System Software

Computers: Tools for an Information Age. System Software Computers: Tools for an Information Age System Software Objectives System Software Operating system (OS) Popular Operating Systems System Utilities 2 System Software 3 System Software System software includes

More information

Veritas System Recovery Disk Help

Veritas System Recovery Disk Help Veritas System Recovery Disk Help About recovering a computer If Windows fails to start or does not run normally, you can still recover your computer. You can use the Veritas System Recovery Disk and an

More information

TABLE OF CONTENTS 1. INTRODUCTION 2. SPECIFICATION 3. HARDWARE INSTALLATION 6EM 1.1. PREFACE KEY FEATURES PERFORMANCE LIST...

TABLE OF CONTENTS 1. INTRODUCTION 2. SPECIFICATION 3. HARDWARE INSTALLATION 6EM 1.1. PREFACE KEY FEATURES PERFORMANCE LIST... 6EM TABLE OF CONTENTS 1. INTRODUCTION 1.1. PREFACE...1-1 1.2. KEY FEATURES...1-1 1.3. PERFORMANCE LIST...1-2 1.4. BLOCK DIAGRAM...1-3 1.5. INTRODUCE THE Pentium II Processor & AGP...1-4 1.6 What is AGP?...1-6

More information

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix A+ Guide to Hardware Managing, Maintaining, and Troubleshooting Fourth Edition (220-601) Mapping: Chapters to LabSims Chapter Page Number LabSim Chapter 1 Pages 2-3 Pages 3-6 Pages

More information

E Series BIOS BIOS SETUP UTILITY. Entering the BIOS Setup Utility. Entering the Setup Utility After a Configuration Change or System Failure

E Series BIOS BIOS SETUP UTILITY. Entering the BIOS Setup Utility. Entering the Setup Utility After a Configuration Change or System Failure BIOS SECTION E8020 LifeBook E Series BIOS E Series BIOS BIOS SETUP UTILITY The BIOS Setup Utility is a program that sets up the operating environment for your notebook. Your BIOS is set at the factory

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time P57 V.0 Congratulations on your purchase of the GIGABYTE Notebook. This manual will help you to get started with setting up your notebook. The final product configuration depends on the model at the point

More information

Using AORUS Notebook for the First Time

Using AORUS Notebook for the First Time Congratulations on your purchase of the AORUS Notebook! This Manual will help you to get started with setting up your notebook. For more detailed information, please visit our website at http://www.aorus.com.

More information

Revision: 0.30 June Intel Server Board S1200RP UEFI Development Kit Firmware Installation Guide

Revision: 0.30 June Intel Server Board S1200RP UEFI Development Kit Firmware Installation Guide Revision: 0.30 June 2016 Intel Server Board S1200RP UEFI Development Kit Firmware Installation Guide Intel Server Board S1200RP UEFI Development Kit Firmware Installation Guide INFORMATION IN THIS DOCUMENT

More information

Installation techniques and practices... Sudheesh.S

Installation techniques and practices... Sudheesh.S Installation techniques and practices... Sudheesh.S Pre installation Planning Placement and Site Selection Air conditioning AC Power Interference AC Stabilizer Power supply capability PC Model PC 8088

More information

Computers Are Your Future Chapter 4

Computers Are Your Future Chapter 4 INTRODUCTION TO IT WEEK4 CHAPTER4 LECTURE1 Faculty of Computing and Information Technology.Rabigh System Software Slide 2 What You Will Learn... The two major components of operating system software Why

More information

v02.54 (C) Copyright , American Megatrends, Inc.

v02.54 (C) Copyright , American Megatrends, Inc. 1 BIOS SETUP UTILITY Main OC Tweaker Advanced H/W Monitor Boot Security Exit System Overview System Time [ 17:00:09] System Date [Wed 11/14/2012] BIOS Version : 960GM-VGS3 FX P1.00 Processor Type : AMD

More information

How To Force Restore A Computer That Won Boot Up After System

How To Force Restore A Computer That Won Boot Up After System How To Force Restore A Computer That Won Boot Up After System If your computer won't start up normally, you may need to use a disk repair utility This can occur after an improper shutdown, forced restart,

More information

The Early System Start-Up Process. Group Presentation by: Tianyuan Liu, Caiwei He, Krishna Parasuram Srinivasan, Wenbin Xu

The Early System Start-Up Process. Group Presentation by: Tianyuan Liu, Caiwei He, Krishna Parasuram Srinivasan, Wenbin Xu The Early System Start-Up Process Group Presentation by: Tianyuan Liu, Caiwei He, Krishna Parasuram Srinivasan, Wenbin Xu 1 Boot Process Booting is the initialization of a computerized system In Linux,

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Congratulations on your purchase of the GIGABYTE Notebook P7! This Manual will help you to get started with setting up your notebook. For more detailed information, please visit our website at http://www.gigabyte.com.

More information

TABLE OF CONTENTS 1. INTRODUCTION 2. SPECIFICATION 3. HARDWARE INSTALLATION 6BXDS 1.1. PREFACE KEY FEATURES...1-1

TABLE OF CONTENTS 1. INTRODUCTION 2. SPECIFICATION 3. HARDWARE INSTALLATION 6BXDS 1.1. PREFACE KEY FEATURES...1-1 6BXDS 1. INTRODUCTION TABLE OF CONTENTS 1.1. PREFACE...1-1 1.2. KEY FEATURES...1-1 1.3. PERFORMANCE LIST...1-2 1.4. BLOCK DIAGRAM...1-3 1.5. INTRODUCE THE Pentium II Processor...1-4 1.6. What is AGP?...1-6

More information

BIOS Setup DESKPOWER 5000

BIOS Setup DESKPOWER 5000 BIOS Setup DESKPOWER 5000 1 Preface What is BIOS setup? BIOS setup is a program that helps the user set up a hardware environment, including memory, hard disks, and floppy disk drives. Minimum setup has

More information

ROBO-679 is a full-sized SBC, and therefore is able to run on any PICMG backplane, active or passive.

ROBO-679 is a full-sized SBC, and therefore is able to run on any PICMG backplane, active or passive. CHAPTER 5 Troubleshooting This chapter provides you a few useful tips to quickly get your ROBO-679 running with no failure. As basic hardware installation has been addressed in Chapter 3, this chapter

More information

Using GIGABYTE Notebook for the First Time

Using GIGABYTE Notebook for the First Time Congratulations on your purchase of the GIGABYTE Notebook. This manual will help you to get started with setting up your notebook. The final product configuration depends on the model at the point of your

More information