A+ CERTIFICATION CHEAT SHEET

Size: px
Start display at page:

Download "A+ CERTIFICATION CHEAT SHEET"

Transcription

1 A+ CERTIFICATION CHEAT SHEET From CompTIA A+ Certification All-in-One For Dummies, 4th Edition By Glen E. Clarke, Edward Tetz, Timothy Warner WINDOWS RECOVERY TOOLS FOR THE A+ CERTIFICATION EXAMS One of the hardest tasks to perform when troubleshooting a system is fixing a system that will not boot. The A+ Certification Exams expect you to be comfortable with the different recovery tools available in Windows. This table reviews popular recovery tools and specifies where you can find the recovery tool be sure to know these for the A+ Exam. Utility Description Access Recovery Console Repair Mode Restore points Command line interface for troubleshooting disk issues and boot problems Provides access to GUI and command line recovery tools A snap-shot of a system s configuration; used to revert to a system s state before a driver or software was installed Boot off the Windows installation CD or using the boot menu if preinstalled Boot off the Vista installation CD From the Start menu, select All Programs Accessories System Tools System Restore. Select Restore My Computer to an Earlier Time and click Next. Choose your desired restore point and click Next, and then click Next again. Windows will now boot to that restore point. Windows 7 and Vista allow you to boot your operating system to a restore point which allows you to revert back to that system configuration very useful if your system has been hit with a virus. In order to boot to a restore point, you boot off the Windows 7/Vista Installation CD/DVD and choose Repair Your Computer, then System Restore from the System Recovery dialog box. You can also get to restore points

2 Safe Mode Last Known Good Configuration Automatic System Recovery (ASR) Loads the operating system with minimal drivers Loads the configuration from the last time you successfully booted and logged on An automated installation and restore of Windows through Safe Mode, which could prove useful if you have been hit with a virus and are unable to launch System Restore normally. An advanced startup menu option (F8) An advanced startup menu option (F8) Press F2 during bootup RAID TYPES FOR THE A+ CERTIFICATION EXAMS You will need to know types of RAID for the A+ Certification Exam. RAID (Redundant Array of Inexpensive Disks) is a method of implementing redundancy (duplicated information) on your hard drives if one disk fails, the other disk(s) can provide the missing information. There are many different levels of RAID, but the following are the only RAID levels pertinent to the A+ Exam: RAID 0: Disk striping (striped volume). With RAID level 0, the data is split across drives with no data redundancy. RAID level 0 improves read and write performance by writing to multiple drives at the same time. You need a minimum of two drives. RAID 1: Disk mirroring/duplexing (mirrored volume). With disk mirroring, the data is written to both drives involved in the mirror in order to provide data redundancy. Windows 7 supports disk mirroring. RAID 5: Disk striping with parity (RAID 5 volume). With RAID 5 volumes, the data is written to multiple drives along with parity information that is used to help recover data if a single drive fails. RAID 5 volumes need a minimum of three disks. RAID 10: Mirrored disk striping. RAID level 10 is also known as RAID 1+0 because it is a disk striping while mirroring the data written in the stripe.

3 BUS ARCHITECTURES FOR THE A+ CERTIFICATION EXAMS You will see bus architectures on the A+ Certification Exam. Another term for the expansion slots on a computer s motherboard is bus slots. A number of different bus architectures have been developed over time. For the A+ Exam, you need to be able to identify the differences between each of these bus architectures and know which ones are more popular today. Architecture Bus Width (In Bits) Speed PCI 32/64 33 MHz AGP MHz (1x), 133 MHz (2x), 266 MHz (4x), 533 MHz (8x) PCMCIA (laptops) MHz PCI-X 32/64 66/133/266/533 MHz PCIe Serial Uses multiple lanes with each lane carrying 250 MBps. As an example, a PCIe x1 slot can carry data at 250 MBps, while a PCIe x4 slot can carry data at 1 GBps. PCIe version 2 doubles those transfer rates. minipci MHz

4 USB AND FIREWIRE STANDARDS FOR THE A+ CERTIFICATION EXAMS You will need to know USB and FireWire standards for the A+ Certification Exam. The most popular ports used today on the system are the USB and FireWire ports which allow you to connect devices such as flash drives, digital cameras, and digital video cameras. This table compares features of USB and FireWire, including the transfer rate and number of devices supported. Standard Transfer Rate Device Support USB Mbps 127 devices USB Mbps 127 devices USB Gbps 127 devices USB Gbps 127 devices IEEE Mbps; also known as FireWire 63 devices IEEE 1394b 800 Mbps; also known as FireWire devices FireWire S Gbps 63 devices FireWire S Gbps 63 devices COMPTIA TROUBLESHOOTING PROCESS FOR THE A+ CERTIFICATION EXAMS CompTIA publishes a six-step process related to the troubleshooting process. You will need to understand what they are on your A+ Exam. The six steps are: 1. Identify the problem. 2. Establish a theory of probable cause. 3. Test the theory to determine cause. 4. Establish a plan of action to resolve the problem and implement the solution. 5. Verify full system functionality and if applicable implement preventative measures. 6. Document findings, actions, and outcomes.

5 WINDOWS BOOT FILES FOR THE A+ CERTIFICATION EXAMS Windows utilizes four boot files, and you will need an understanding of all four of them for the A+ Exam. The four boot files for Windows are: bootmgr: Operating system loader code; similar to ntldr in previous versions of Windows. Boot Configuration Database (BCD): Builds the operating system selection menu and data resides in the BCD store. You can edit the boot configuration data with the bcdedit utility. winload.exe: Loads the Windows operating system if selected from the operating system selection menu provided by BCD. winresume.exe: Resumes the Windows operating system if the system is started from a hibernate state. POWER-ON SELF-TEST (POST) ERROR CODES CATEGORIES FOR THE A+ CERTIFICATION EXAMS Each hardware manufacturer has its own diagnostic codes that identify specific POST errors and you will need to know these for the A+ Certification Exam. You need to consult the manufacturer documentation for the diagnostic codes for your hardware, but the general breakdown of the code categories is as follows: : Motherboard error : Memory error : Keyboard error : Floppy drive error : Printer error : Hard drive error

6 WINDOWS TROUBLESHOOTING UTILITIES FOR THE A+ CERTIFICATION EXAMS As an A+ Certified Professional you will troubleshoot a number of different problems on the system this information outlines some of the popular utilities you will use to support or troubleshoot a system. Be sure to know these before taking the A+ Exam! Filename Name Description chkdsk.exe Check Disk Check your hard drive for problems with the file system and for bad sectors. regedit.exe Registry Editor Make changes to Registry values; can be used to make selective backups. Prior to Windows XP, there were two editors: regedit.exe and regedt32.exe. defrag.exe sfc.exe Disk Defragmenter System File Checker Used from the command line, or graphically through the Microsoft Management Console (MMC) and dfrg.msc. Verifies that system files have not been modified; or, if they have, replaces them with the original. It works with the hidden C:\windows\system32\dllcache directory and the original operating system CD. taskmgr.exe Task Manager See running programs and services, terminate problems, and view rudimentary performance information about the system. perfmon.exe msconfig.exe msinfo32.exe Performance Console System Configuration Tool System Information View detailed performance information Reconfigure the boot process for troubleshooting and diagnosing the boot process. View hardware and configuration information for your computer. tasklist.exe Task List Display a list of running applications or services on a computer.

7 taskkill.exe Task Kill Terminate a running application or service on a computer. gpupdate.exe gpresult.exe Group Policy Update Group Policy Results Re-process Active Directory (AD) Group Policy Objects (GPO) on the computer. Evaluate the resultant policy results and list all GPOs which apply to the current computer or user. eventvwr.msc Event Viewer Logging component of the operating system; the central location for all logging activity. WINDOWS NETWORK TROUBLESHOOTING UTILITIES FOR THE A+ CERTIFICATION EXAMS You will need to know certain troubleshooting utilities for the A+ Certification Exam. When problems arise on a Windows network, you can use the following utilities to do your troubleshooting. Having a clear understanding of all of them will help you on the A+ Exam. ipconfig: Display basic TCP/IP configuration, such as IP address, subnet mask, and default gateway. ipconfig /all: Display TCP/IP settings, including your Media Access Control (MAC) address, domain name system (DNS) server, and lease information. ipconfig /release: Release your IP address. ipconfig /renew: Renew your IP address. ping <IP address> or ping <host name>: Send four test messages to the IP address or host name you specify; verify whether the other system is up and running. netstat: Display TCP/IP protocol statistics and connection information. Can be used to see who is connected to your system; what ports are open; and if you use an -o switch, what the process ID is of the program that opened the port. nbtstat: Troubleshoot NetBIOS over TCP/IP. For example, you can view a remote NetBIOS name table using nbtstat -a <IP address>. nslookup: Troubleshoot DNS problems. For example, you can get a listing of all the records in DNS using nslookup. arp: Troubleshoot ARP. For example, you can use arp -a to view your Address Resolution Protocol (ARP) cache. Tasklist: View a list of running processes.

8 Taskkill /PID <pid> /F: Terminates a process when you supply the process id. WINDOWS SECURITY BEST PRACTICES FOR THE A+ CERTIFICATION EXAMS One of the most important skills to have as an A+ Certified Professional is the capability of securing Windows systems and networks. And even if you are not working in a networked environment, you can apply these same skills to your customers with home Internet machines. Harden the operating system: Uninstall any software you are not using and stop any services not being used. The more software that is running, the more potential security holes in the system. Patch the systems: Keep the operating systems and devices up to date with Service Packs and security patches. Use a firewall: Ensure that there is a firewall between your system and the Internet. A firewall prevents hackers from connecting to your system Use strong passwords: Ensure that all user accounts use a strong password (at least eight characters, and uses a mix of uppercase and lowercase characters, numbers, and symbols). Enable auditing: Log any suspicious activity on the system so you are aware of it. Secure your wireless routers: If you have no need for wireless, disable this functionality on your wireless router. If you are using wireless, secure it by changing the SSID, disabling SSID broadcasting, and encrypting traffic with WEP, WPA, or WPA2 (best option). You should also secure the wireless router by setting a strong password for the admin account and disable DHCP on the router. You will then need to configure all your clients with static IP addresses. Use antivirus software: Install antivirus software on all servers and client machines to help protect your systems from a virus. Make sure that your virus definition database is frequently updated.

9 THINGS YOU MIGHT HAVE FORGOTTEN FOR THE A+ CERTIFICATION EXAMS With the massive amount of information you re required to know for the A+ Exam, there are bound to be a few things that might slip past you. Here s a quick list of some things you ll need to know for the A+ Exam that you might have easily forgotten or overlooked: Contrast ratio: A value measuring the brightness of different colors such as white versus black. The larger the ratio, the better the picture quality on the display. Component/RGB: Most analog video signals are composed of Red, Green, and Blue signals which are typically delivered over either VGA or S-Video connectors. However, some older high end monitors may include three separate RCA connectors to deliver each signal over a unique or separate wire. Native Resolution: The actual resolution of a monitor as opposed to the display resolution that may be set lower which scales the image to the display area of the monitor. Creation of files: You can create a file in any folder on your hard drive by right-clicking in an empty area and choosing a document type from the New menu. Files can also be created from applications by choosing the application s save feature. Dxdiag: A troubleshooting utility for Windows that allows you to troubleshoot DirectX components on the system, such as driver version and settings. Grayware: A term used to describe software that performs unwanted actions. Grayware encompasses malicious software such as adware and spyware. Be sure to have malware protection software loaded on your system to protect against forms of grayware. Spam: An unsolicited message. Today s servers are being hit with a wealth of unsolicited messages a day from companies that are trying to sell services or products. Be sure to configure spam filters on your servers and clients. Media readers: Popular add-on devices that allow you to read different types of memory cards and flash cards. Most systems today have media readers located on the front panel of the computer in place of a floppy drive. KVM switch: A device that allows you to share a keyboard, video device (monitor), and mouse between several computers while being able to quickly switch between them. Front panel connectors: The front of the PC has a number of connectors on the front panel. These connectors include USB connectors, microphone, headset, and possibly a FireWire connector. Reset page count: A troubleshooting tip for printers if you find the printer reports low toner and you know there is more than enough toner available then it could be that

10 the printer is gauging the toner level by the number of pages printed. Find out how to reset the page count on your printer to get rid of the low toner error. Administrative shares versus Local shares: Administrative shares are default shares on a Windows machine that allow an administrator to remotely connect to the machine while a local share is any shared resource that the administrator has created. Examples of administrative shares are the root of each hard drive being shared as C$ or D$ and the Windows directory being shared as Admin$. Permission propagation: Permission propagation is when you set permissions on a parent folder and you want those settings to apply to all sub folders as well. To propagate the permissions to sub folders you will choose the Advanced button when setting NTFS permissions and choose to replace permission entries for all child objects. Avoid trip hazards: You may create trip hazards when doing things like testing a replacement network cable by using a network jack which is further away or laying out tools and computer components in a walkway by a desk. Always ensure that you are not needlessly risking the safety of yourself or others. Heavy devices: Most computer equipment is light enough for a single person to handle while many servers and UPSs will require two people to move or place in a server rack. Always ensure that you have help for these and other heavy items and bend with your knees to prevent injury. Hot components: As equipment is used, many components will build up heat, which can injure you. This is especially true of both computer and printer components. When servicing equipment, ensure that you exercise proper care when hot components are present. Odors: When troubleshooting system components be aware of unexpected odors or smells that may lead you to the source of the problem or signal an immediate danger. For example, burned smells could identify overheating components or melted connectors. Alerts: A function found within Performance Monitor (perfmon.msc) which allows you to monitor performance counters and perform an action when the counters are beyond a desired threshold. The action could be logging in the Event Log, generating a network message, starting a performance data log, or running a custom command. Taskbar: The bar at bottom of the Windows desktop which displays the Start menu, all open applications and documents, and contains the system tray (systray). Systray: The systray (or system tray) is on the right side of the taskbar and displays many running processes, known as background processes, that run in the background but do not have a visual interface until you click on the icon in the system tray. Most of these processes are accessed by clicking or right-clicking on the icon in the system tray so that you can change the settings of the running program or terminate the process by

11 choosing quit or exit from the menu that appears. If there are too many items to display, they can be shown by clicking on an arrow on the left of the systray. Removal of peripherals: One of the processes in the systray is the Safely Remove Hardware tool. When you insert devices such as a USB flash drive an icon appears in the systray for the removable hardware. By clicking on this icon you will see a list of devices that can be stopped and safely removed when you are ready to unplug the drive. WIRELESS NETWORKING FOR THE A+ CERTIFICATION EXAMS Wireless networking is a topic you are sure to be tested on when taking the A+ Exam. You are responsible for knowing the wireless standards and the common security steps you should take to help secure a wireless network. WIRELESS STANDARDS Standard Description a Runs at the 5 GHz frequency range and has a speed of 54 Mbps b Runs at the 2.4 GHz frequency range and has a speed of 11 Mbps g Runs at the 2.4 GHz frequency range and has a speed of 54 Mbps n Runs at the 2.4 GHz or 5 GHz frequency range and has a practical speed of approximately 150 Mbps ac Runs at the 2.4 GHz or 5 GHz frequency range and has a speed of potentially 866 Mbps or more.

12 WIRELESS SECURITY Feature Description MAC Filtering Change SSID Disable SSID Broadcasting Enable WPA2 Set Admin Password You can control which clients can connect to the wireless network by their MAC address. To do this, simply enable MAC address filtering and then add the MAC address of any authorized devices. Change the SSID of your wireless network so that it is not so obvious. Clients will need to know the SSID in order to connect. After changing the SSID, disable SSID broadcasting, which allows you to hide your wireless network from clients. Enable WPA2 as the encryption protocol as it is the more secure protocol of WPA2, WPA, and finally WEP. Ensure that you use a complex key (mix of letters, numbers, and case) when setting the key. Be sure to set an administrator password for your device so others cannot connect to it and change the settings.

A+ Certification All-In-One For Dummies From CompTIA A+ Certification All-in-One For Dummies, 3rd Edition by Glen E. Clarke, Edward Tetz

A+ Certification All-In-One For Dummies From CompTIA A+ Certification All-in-One For Dummies, 3rd Edition by Glen E. Clarke, Edward Tetz Cheat Sheet A+ Certification All-In-One For Dummies From CompTIA A+ Certification All-in-One For Dummies, 3rd Edition by Glen E. Clarke, Edward Tetz Windows Recovery Tools for the A+ Certification Exams

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

COURSE OUTLINE: A+ COMPREHENSIVE

COURSE OUTLINE: A+ COMPREHENSIVE COURSE OUTLINE: A+ COMPREHENSIVE Course Outline CompTIA A+ Comprehensive Chapter Outline 1. The Path of the PC Tech What is the CompTIA A+? How to Pass the A+ Exams 2. Operational Procedures Professionalism

More information

COURSE OUTLINE AND SCHEDULE: ASSIGNMENTS ARE DUE EACH MONDAY WEDNESDAY JANUARY Computing Overview

COURSE OUTLINE AND SCHEDULE: ASSIGNMENTS ARE DUE EACH MONDAY WEDNESDAY JANUARY Computing Overview COURSE OUTLINE AND SCHEDULE: ASSIGNMENTS ARE DUE EACH MONDAY WEDNESDAY JANUARY 22 1.0 Computing Overview 1.1 Course Introduction 1.1.1 PC Pro and A+ Certification (9:03) 1.2 Using the Simulator 1.2.1 Using

More information

CompTIA A Practical Application Exam, 2009 Edition

CompTIA A Practical Application Exam, 2009 Edition CompTIA A+ 220 702. Practical Application Exam, 2009 Edition Examination Objectives Mapped to Chapters Chapters Domain Hardware 1.0 1.1 Given a scenario, install, configure and maintain personal computer

More information

TestOut PC Pro - English 6.0.x COURSE OUTLINE. Modified

TestOut PC Pro - English 6.0.x COURSE OUTLINE. Modified TestOut PC Pro - English 6.0.x COURSE OUTLINE Modified 2019-01-02 TestOut PC Pro Outline - English 6.0.x Videos: 142 (17:10:32) Demonstrations: 144 (17:38:44) Simulations: 117 Fact Sheets: 189 Exams: 132

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 17 Windows Resources on a Network

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 17 Windows Resources on a Network Chapter 17 Windows Resources on a Network Objectives Learn how to support some client/server applications Learn how to share and secure files and folders on the network Learn how to troubleshoot network

More information

IT Essentials: PC Hardware and Software v4.1 Mapping to CompTIA A Objectives

IT Essentials: PC Hardware and Software v4.1 Mapping to CompTIA A Objectives IT Essentials: PC Hardware and Software v4.1 Mapping to CompTIA A+ 220-702 Objectives 1.0 Hardware 1.1 Given a scenario, install, configure and maintain personal computer components Storage devices o HDD

More information

JK0-702 CompTIA E2C A+ Practical Application (2009 Edition) Exam

JK0-702 CompTIA E2C A+ Practical Application (2009 Edition) Exam CompTIA E2C A+ Practical Application (2009 Edition) Exam Version 4.1 Topic 1, Volume A QUESTION NO: 1 A user reports that their computer is running considerably slower after visiting a website. The user's

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

IT SYSTEMS ADMINISTRATOR PROGRAM

IT SYSTEMS ADMINISTRATOR PROGRAM NH5000 A+ Comprehensive 120 Total Hours COURSE TITLE: A+ Comprehensive COURSE OVERVIEW: After completing this course, students will be able to perform tasks such as: Installation Configuration Diagnosing

More information

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix A+ Guide to Software Managing, Maintaining, and Troubleshooting, Fourth Edition LabSim for A+ IT-Technician(220-602) Mapping: Chapters to LabSim Chapter Pages LabSim Chapter 1 Pages

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 220-701 Title : CompTIA A+ Essentials (2009) Version : Demo 1 / 5 1.A user is having problems printing. The technician believes the printer may be out of ink. Which of the following

More information

CompTIA A+ Practical Application Edition

CompTIA A+ Practical Application Edition CompTIA A+ Practical Application Edition Course Number: 220-702 Length: 5 Day(s) Certification Exam This course is preparation for the CompTIA A+ Practical Application Certification exam Course Overview

More information

COPYRIGHTED MATERIAL. Contents. Assessment Test

COPYRIGHTED MATERIAL. Contents. Assessment Test Contents Introduction Assessment Test xxvii xxxvii Chapter 1 Installing Windows 7 1 Introducing Windows 7 2 Windows 7 Architecture 5 Preparing to Install Windows 7 6 Windows 7 Starter 7 Windows 7 Home

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

CompTIA A+ Practical Application 2009 (with Windows 7 Updates)

CompTIA A+ Practical Application 2009 (with Windows 7 Updates) CompTIA A+ Practical Application 2009 (with Windows 7 Updates) Course Introduction Course Introduction Module 01 - Power Systems Power Systems Characteristics Characteristics, continued Alternating and

More information

CompTIA A+s. Guide to 802: Managing. and Troubleshooting PCs. Mike Meyers' (Exam ) Fourth Edition. Mike Meyers.

CompTIA A+s. Guide to 802: Managing. and Troubleshooting PCs. Mike Meyers' (Exam ) Fourth Edition. Mike Meyers. Mike Meyers' CompTIA A+s Guide to 802: Managing and Troubleshooting PCs Fourth Edition (Exam 220-802) Mike Meyers New York Chicago San Francisco Lisbon London Madrid Mexico City Milan New Delhi San Juan

More information

A+ Certification Guide. Chapter 16 (Part B) Networking

A+ Certification Guide. Chapter 16 (Part B) Networking A+ Certification Guide Chapter 16 (Part B) Networking Chapter 16 (Part B) Objectives Installing and Configuring Network Interface Cards Networking Configuration for Small Network Switches and Routers Setting

More information

1 Marks: 1 Which of the following connectors is used with fiber cables? Choose one answer. BNC IEEE-1394 RJ-45

1 Marks: 1 Which of the following connectors is used with fiber cables? Choose one answer. BNC IEEE-1394 RJ-45 1 Marks: 1 Which of the following connectors is used with fiber cables? BNC IEEE-1394 RJ-45 SC A networked PC will be using a static IP address. In addition to the IP address, what information is needed

More information

The following documents are included with your Sony VAIO computer.

The following documents are included with your Sony VAIO computer. Documentation The following documents are included with your Sony VAIO computer. Printed Documentation Quick Start Guide Describes the process from unpacking to starting up your VAIO. Troubleshooting and

More information

CompTIA A+ Complete Lab Manual

CompTIA A+ Complete Lab Manual CompTIA A+ Complete Lab Manual Pyles, J ISBN-13: 9781118324073 Table of Contents Introduction xxxi Phase 1 Installing Hardware and Software 1 Task 1.1: Preventing ESD Damage 2 Objective 3 Scenario 3 Scope

More information

Master List of Key Topics

Master List of Key Topics Master List of Key Topics Table 1-3 Key Topics for Chapter 1 List The components and subsystems real computers contain Table 1-2 The six-step CompTIA A+ troubleshooting theory 14 Figure 1-8 An antistatic

More information

Windows 2000 System Administration Handbook, 1/e

Windows 2000 System Administration Handbook, 1/e Windows 2000 System Administration Handbook, 1/e Will Willis, Lewisville, Texas David Watts, Sugarland, Texas Tillman Strahan, Lewisville, Texas Copyright 2000, 721 pp. Paper format ISBN 0-13-027010-5

More information

Vendor: CompTIA Exam: Version: Demo

Vendor: CompTIA Exam: Version: Demo Vendor: CompTIA Exam: 220-601 Version: Demo Now preparing for your exam is not that stressful. Welcome to ChinaCertify - the place for through exam preparation All ChinaCertify test questions have comprehensive

More information

Table of Contents. Course Introduction. Table of Contents Getting Started About This Course About CompTIA Certifications. Module 1 / Server Setup

Table of Contents. Course Introduction. Table of Contents Getting Started About This Course About CompTIA Certifications. Module 1 / Server Setup Table of Contents Course Introduction Table of Contents Getting Started About This Course About CompTIA Certifications Module 1 / Server Setup Module 1 / Unit 1 Servers and Racks Server Hardware and Software

More information

Standards and Competencies ITS 1.0 Perform maintenance on systems and components

Standards and Competencies ITS 1.0 Perform maintenance on systems and components Skill Performance This portion of the contest will be a series of modules through which each contestant will rotate on a fixed time schedule to troubleshoot or complete tasks with client, server, or end

More information

CompTIA A+ Complete Study Guide (Exams / ). Text with CD- ROM for Windows and Macintosh

CompTIA A+ Complete Study Guide (Exams / ). Text with CD- ROM for Windows and Macintosh CompTIA A+ Complete Study Guide (Exams 220-801/220-802). Text with CD- ROM for Windows and Macintosh Docter, Q ISBN-13: 9781118324059 Table of Contents Introduction xxxi Assessment Test liv Part I 220-801

More information

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems

IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems IT ESSENTIALS V. 4.1 Module 5 Fundamental Operating Systems 5.0 Introduction 1. What controls almost all functions on a computer? The operating system 5.1 Explain the purpose of an operating system 2.

More information

Windows 7, Enterprise Desktop Support Technician

Windows 7, Enterprise Desktop Support Technician Windows 7, Enterprise Desktop Support Technician Course 50331D; 5 days, Instructor-led Course Description This five-day instructor-led course provides students with the knowledge and skills needed to isolate,

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 3 Introducing Windows Operating Systems

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 3 Introducing Windows Operating Systems Chapter 3 Introducing Windows Operating Systems Objectives Learn how to use Windows to interface with users, files and folders, applications, and hardware Learn about some Windows tools that you can use

More information

Q&As. Windows Operating System Fundamentals. Pass Microsoft Exam with 100% Guarantee

Q&As. Windows Operating System Fundamentals. Pass Microsoft Exam with 100% Guarantee 98-349 Q&As Windows Operating System Fundamentals Pass Microsoft 98-349 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance

More information

Course overview CompTIA A Official Study Guide

Course overview CompTIA A Official Study Guide Course overview CompTIA A+ 220-801 Official Study Guide (G183eng ver092) Overview CompTIA A+ courses are intended for students wishing to qualify with CompTIA A+ Certification. A+ certification is designed

More information

EXAM CRAM MCTS Microsoft Windows 7, Configuring. Patrick Regan

EXAM CRAM MCTS Microsoft Windows 7, Configuring. Patrick Regan EXAM CRAM MCTS 70-680 Microsoft Windows 7, Configuring Patrick Regan Table of Contents Introduction ' The Value of Certification 1 The Microsoft Certification Program 3 Microsoft Certified Technology Specialist

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

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS)

Identify the features of network and client operating systems (Windows, NetWare, Linux, Mac OS) Course Outline Network+ Duration: 5 days (30 hours) Learning Objectives: Install and configure a network card Define the concepts of network layers Understand and implement the TCP/IP protocol Install

More information

Computer to Network Connection

Computer to Network Connection Computer to Network Connection Network Installation Steps Having a clear understanding of all the steps required to physically building a network improves the success of a project. You may need to install

More information

Finding information on your computer

Finding information on your computer Important Be sure to create recovery discs immediately after your computer is ready for use because there are no recovery discs provided with the computer. For instructions on how to create the recovery

More information

AirCruiser G Wireless Router GN-BR01G

AirCruiser G Wireless Router GN-BR01G AirCruiser G Wireless Router GN-BR01G User s Guide i Contents Chapter 1 Introduction... 1 Overview...1 Features...1 Package Contents...2 AirCruiser G Wireless Router Rear Panel...2 AirCruiser G Wireless

More information

Supporting Networked Computers

Supporting Networked Computers CHAPTER 7 Supporting Networked Computers After completing this chapter, you will be able to: Define the main concepts of networking, including the roles of TCP/IP, IP addresses, and subnet masks. Set up

More information

Computer Visions Course Outline

Computer Visions Course Outline www.compvisions.com 16 Corporate Woods Blvd. Albany, NY 12211 Computer Visions Course Outline Get What You Want We offer highly customizable group training courses: desktop applications, web development,

More information

Vendor: CompTIA. Exam Code: Exam Name: CompTIA A+ Certification Exam (902) Version: Demo

Vendor: CompTIA. Exam Code: Exam Name: CompTIA A+ Certification Exam (902) Version: Demo Vendor: CompTIA Exam Code: 220-902 Exam Name: CompTIA A+ Certification Exam (902) Version: Demo DEMO QUESTION 1 Which of the following best practices is used to fix a zero-day vulnerability on Linux? A.

More information

Networking the printer

Networking the printer Networking the printer General networking Networking overview A network is a collection of devices such as computers, printers, Ethernet hubs, wireless access points, and routers connected together for

More information

CompTIA A Examination Objectives

CompTIA A Examination Objectives CompTIA A+ 220-602 2006 Examination Objectives Introduction In order to receive CompTIA A+ certification a candidate must pass two exams. The first exam is CompTIA A+ Essentials. Objectives for the CompTIA

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 9 Networking Practices

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 9 Networking Practices : Managing, Maintaining, and Troubleshooting, 5e Chapter 9 Networking Practices Objectives Learn how to connect a computer or small network to the Internet using a broadband, satellite, or dialup connection

More information

Quarter 1 Junior Networking. Testout PCPro / CompTIA A+

Quarter 1 Junior Networking. Testout PCPro / CompTIA A+ Quarter 1 Junior Networking Testout PCPro / CompTIA A+ # Exam Objective Module. Section 1.0 Audio 3.9 Identify audio connectors and cables by sight or name Given an existing system with or without documentation,

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Fixing Windows Problems

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 7 Fixing Windows Problems : Managing, Maintaining, and Troubleshooting, 5e Chapter 7 Fixing Windows Problems Objectives Learn what to do when a hardware device, application, or Windows component gives a problem Learn what to do

More information

Aplus Pop Quiz Which device is not an example of a hot swap device? A. PS2 keyboard. B. USB Flash Drive. C. Flash memory card. D.

Aplus Pop Quiz Which device is not an example of a hot swap device? A. PS2 keyboard. B. USB Flash Drive. C. Flash memory card. D. Aplus Pop Quiz 2 1. Which path is correct to access the Add Printer Wizard when using Windows XP? A. Start All Programs Accessories Add Printer. B. Start Control Panel Printers and Faxes Add Printer. C.

More information

ITIS 104: INFORMATION TECHNOLOGY

ITIS 104: INFORMATION TECHNOLOGY ITIS 104: Information Technology 1 ITIS 104: INFORMATION TECHNOLOGY Discipline ITIS - Info Tech & Info Systems Course Number 104 Course Title Information Technology Catalog Course Description This course

More information

Chapter 15: Advanced Networks

Chapter 15: Advanced Networks Chapter 15: Advanced Networks IT Essentials: PC Hardware and Software v4.1 1 Chapter 15 Objectives 15.1 Identify potential safety hazards and implement proper safety procedures related to networks 15.2

More information

Getting Started. HP Business PCs

Getting Started. HP Business PCs Getting Started HP Business PCs Copyright 2013 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Windows is a U.S. registered trademark of

More information

Congratulations on purchasing Hawking s HWPS12UG 1-Port Parallel + 2 USB Ports Wireless G Print Server. The Hawking HWPS12UG is a powerful and

Congratulations on purchasing Hawking s HWPS12UG 1-Port Parallel + 2 USB Ports Wireless G Print Server. The Hawking HWPS12UG is a powerful and Congratulations on purchasing Hawking s HWPS12UG 1-Port Parallel + 2 USB Ports Wireless G Print Server. The Hawking HWPS12UG is a powerful and convenient network printing solution that will connect your

More information

50331 Windows Client, Enterprise Desktop Support Technician

50331 Windows Client, Enterprise Desktop Support Technician Course This course provides students with the knowledge and skills needed to isolate, document and resolve problems on Windows Desktops in a corporate domain. The material is geared towards corporate IT

More information

Chapter 12: Advanced Operating Systems

Chapter 12: Advanced Operating Systems : Advanced Operating Systems IT Essentials: PC Hardware and Software v4.0 1 Purpose of this Presentation To provide to instructors an overview of : List of chapter objectives Overview of the chapter contents,

More information

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials

A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e. Chapter 8 Networking Essentials A+ Guide to Software: Managing, Maintaining, and Troubleshooting, 5e Chapter 8 Networking Essentials Objectives Learn about the protocols and standards Windows uses for networking Learn how to connect

More information

DCP585CW Windows Network Connection Repair Instructions

DCP585CW Windows Network Connection Repair Instructions Difficulty printing from your PC can occur for various reasons. The most common reason a networked Brother machine may stop printing, is because the connection between the computer and the Brother machine

More information

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 12 Troubleshooting Windows and Applications

A+ Guide to Managing & Maintaining Your PC, 8th Edition. Chapter 12 Troubleshooting Windows and Applications Chapter 12 Troubleshooting Windows and Applications Objectives Learn about Windows tools to help you when troubleshooting Windows and application problems Learn about general strategies and steps you can

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

Wireless Network Video Recorder

Wireless Network Video Recorder LD2R/LD2R500 Wireless Network Video Recorder User Guide Version 1.0 PREFACE Thank you for purchasing the Wireless Network Video Recorder, an IP based device that installed on your network, which can be

More information

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 16 Fixing Windows Problems

A+ Guide to Managing and Maintaining Your PC, 7e. Chapter 16 Fixing Windows Problems A+ Guide to Managing and Maintaining Your PC, 7e Chapter 16 Fixing Windows Problems Objectives Learn what to do when a hardware device, application, or Windows component gives a problem Learn what to do

More information

Getting Started. HP Business PCs

Getting Started. HP Business PCs Getting Started HP Business PCs Copyright 2010, 2012-2014, 2016 HP Development Company, L.P. Windows is a registered trademark or trademark of Microsoft Corporation in the United States and/or other countries.

More information

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix A+ Guide to Software 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

Lesson 3: Identifying Key Characteristics of Workgroups and Domains

Lesson 3: Identifying Key Characteristics of Workgroups and Domains 1-16 Chapter 1 Introduction to Windows XP Professional Lesson 3: Identifying Key Characteristics of Workgroups and Domains Windows XP Professional supports two types of network environments in which users

More information

Supporting Windows Vista and Applications in the Enterprise COURSE OVERVIEW PREREQUISITES AUDIENCE OBJECTIVES COURSE OUTLINE. Course No.

Supporting Windows Vista and Applications in the Enterprise COURSE OVERVIEW PREREQUISITES AUDIENCE OBJECTIVES COURSE OUTLINE. Course No. COURSE OVERVIEW This course provides IT Professionals with the knowledge and skills to support the Windows Vista operating system and applications in the Enterprise. You will learn how to configure and

More information

Computer Repair Technology

Computer Repair Technology Teacher Assessment Blueprint Computer Repair Technology Test Code: 5182 / Version: 01 Copyright 2011 NOCTI. All Rights Reserved. General Assessment Information Blueprint Contents General Assessment Information

More information

CompTIA A+ Certification Support Skills (2012 Objectives)

CompTIA A+ Certification Support Skills (2012 Objectives) CompTIA A+ Certification 220-802 Support Skills (2012 Objectives) Course Details Duration: Course code: 5 Days COMAP12 Overview: CompTIA A+ Support Skills courses are intended for delegates wishing to

More information

CompTIA IT Fundamentals V5 (Course & Lab) Course Outline. CompTIA IT Fundamentals V5 (Course & Lab) 24 Jan

CompTIA IT Fundamentals V5 (Course & Lab) Course Outline. CompTIA IT Fundamentals V5 (Course & Lab) 24 Jan Course Outline CompTIA IT Fundamentals V5 (Course & Lab) 24 Jan 2019 Contents 1. Course Objective 2. Pre-Assessment 3. Exercises, Quizzes, Flashcards & Glossary Number of Questions 4. Expert Instructor-Led

More information

Chapter 1: Windows Platform and Architecture. You will learn:

Chapter 1: Windows Platform and Architecture. You will learn: Chapter 1: Windows Platform and Architecture Windows 2000 product family. New features/facilities of. Windows architecture. Changes to the kernel and kernel architecture. New features/facilities. Kernel

More information

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 10 Networking Essentials A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e Chapter 10 Networking Essentials Objectives Learn about hardware devices used for networking Learn about the different types of networks

More information

Troubleshooting End User Wireless Networks

Troubleshooting End User Wireless Networks CHAPTER 5 This chapter provides troubleshooting suggestions for typical user problems and contains these sections: Using the Cisco SSC Simplified User Interface, page 5-1 Association Failure, page 5-2

More information

PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server

PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server PEAP under Unified Wireless Networks with ACS 5.1 and Windows 2003 Server Document ID: 112175 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Windows

More information

Windows Client, Enterprise Desktop Support Technician

Windows Client, Enterprise Desktop Support Technician Course 50331D: Windows Client, Enterprise Desktop Support Technician Page 1 of 11 Windows Client, Enterprise Desktop Support Technician Course 50331D: 3 days; Instructor-Led Introduction (Updated for Windows

More information

Common Preventive Maintenance Techniques for Operating Systems

Common Preventive Maintenance Techniques for Operating Systems Common Preventive Maintenance Techniques for Operating Systems OS Preventive Maintenance Plan To ensure that an OS remains fully functional, you must implement a preventive maintenance plan. A preventive

More information

MOC 6420A: Fundamentals of Windows Server 2008 Network and Applications Infrastructure

MOC 6420A: Fundamentals of Windows Server 2008 Network and Applications Infrastructure MOC 6420A: Fundamentals of Windows Server 2008 Network and Applications Infrastructure Course Number: 6420A Length: 5 Day(s) Certification Exam This course is associated with Exam 70-642 TS: Windows Server

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

IT Essentials 5.0 Scope and Sequence

IT Essentials 5.0 Scope and Sequence IT Essentials 5.0 Scope and Sequence Last Updated 03 January 2013 Target Audience The Cisco IT Essentials curriculum is designed for Cisco Networking Academy students in upper secondary schools, technical

More information

Chapter 11: Basic Operating Systems

Chapter 11: Basic Operating Systems Chapter 11: Basic Operating Systems Complete CompTIA A+ Guide to PCs, 6e To identify and use common desktop and home screen icons To manipulate files and folders in Windows and mobile devices How to modify

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

Chapter. Configuring the Windows 2000 Environment MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER

Chapter. Configuring the Windows 2000 Environment MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Chapter 4 Configuring the Windows 2000 Environment MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER Implement, manage, and troubleshoot disk devices. Install, configure, and manage DVD and CD-ROM devices.

More information

Start Here. Important setup information. Remove all tape and lift display. Locate components

Start Here. Important setup information. Remove all tape and lift display. Locate components Start Here 1 Important setup information Wireless or wired network users: you must follow the instructions in this setup guide to be successful adding the HP All-in-One to your network. USB cable users:

More information

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window.

Click on Close button to close Network Connection Details. You are back to the Local Area Connection Status window. How to configure EW-7228APn/EW-7416APn as a Repeater to extend wireless range This article can apply on EW-7228APn and EW-7416APn. We used screen shots of EW-7416APn in this instruction. We recommend you

More information

Table of Contents. Keyspan:USB Server - User Manual

Table of Contents. Keyspan:USB Server - User Manual Table of Contents 1 Introduction Compatible USB Devices Connectivity to USB Devices Connectivity to Network Requirements What's Inside The Package 2 Installation Instructions Installing the USB Server

More information

Quick Setup & Getting Started

Quick Setup & Getting Started Quick Setup & Getting Started HP Compaq Business PC Copyright 2007 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Microsoft, Windows, and

More information

Full System Restore Manually Run Cmd Prompt

Full System Restore Manually Run Cmd Prompt Full System Restore Manually Run Cmd Prompt Xp To start System Restore from Command Prompt or Run dialog, type rstrui.exe and press Enter. Windows XP, System Restore, Restoration Complete. Click OK. This

More information

Brief Table of Contents

Brief Table of Contents Brief Table of Contents Introduction... xiii Chapter 1 What s New in Windows 2000 Professional... 1 Chapter 2 Installing and Deploying Windows 2000 Professional... 27 Chapter 3 Microsoft Management Console

More information

A+ Certification Guide. Chapter 15 Troubleshooting and Maintaining Windows

A+ Certification Guide. Chapter 15 Troubleshooting and Maintaining Windows A+ Certification Guide Chapter 15 Troubleshooting and Maintaining Windows Chapter 15 Objectives STOP (Blue Screen of Death) Errors: Discover what a BSOD is, typical causes, how to diagnose Boot Failures:

More information

CompTIA CompTIA A+ Certification. Download Full version :

CompTIA CompTIA A+ Certification. Download Full version : CompTIA 220-802 CompTIA A+ Certification Download Full version : http://killexams.com/pass4sure/exam-detail/220-802 Answer: D QUESTION: 336 The IT security group has configured a new server to be the secure

More information

CompTIA A+ 901 & 902 Labs. Course Outline. CompTIA A+ 901 & 902 Labs. 11 Mar

CompTIA A+ 901 & 902 Labs. Course Outline. CompTIA A+ 901 & 902 Labs. 11 Mar Course Outline 11 Mar 2019 Contents 1. Course Objective 2. Expert Instructor-Led Training 3. ADA Compliant & JAWS Compatible Platform 4. State of the Art Educator Tools 5. Award Winning Learning Platform

More information

HP Deskjet 6800 series

HP Deskjet 6800 series HP Deskjet 6800 series Network Guide 網路指南 English English Edition 1 May 2004 Copyright 2004 Hewlett-Packard Development Company, L.P. Notice Reproduction, adaptation, or translation without prior written

More information

6293A Troubleshooting and Supporting Windows 7 in the Enterprise

6293A Troubleshooting and Supporting Windows 7 in the Enterprise 6293A Troubleshooting and Supporting Windows 7 in the Enterprise Course Number: 6293A Course Length: 3 Days Course Overview This course is designed for Information Technology (IT) professionals who have

More information

IT Foundations Networking Specialist Certification with Exam

IT Foundations Networking Specialist Certification with Exam IT Foundations Networking Specialist Certification with Exam MSIT113 / 200 Hours / 12 Months / Self-Paced / Materials Included Course Overview: Gain hands-on expertise in CompTIA A+ certification exam

More information

Full file at Chapter 2: Securing and Troubleshooting Windows Vista

Full file at   Chapter 2: Securing and Troubleshooting Windows Vista Chapter 2: Securing and Troubleshooting Windows Vista TRUE/FALSE 1. An elevated command prompt can only be attained by an administrator after he or she has responded to a UAC box. T PTS: 1 REF: 70 2. There

More information

Chapter 10: Security. 2. What are the two types of general threats to computer security? Give examples of each.

Chapter 10: Security. 2. What are the two types of general threats to computer security? Give examples of each. Name Date Chapter 10: Security After completion of this chapter, students should be able to: Explain why security is important and describe security threats. Explain social engineering, data wiping, hard

More information

CompTIA A+ Certification

CompTIA A+ Certification Lincoln Land Community College Capital City Training Center 130 West Mason Springfield, IL 62702 217-782-7436 www.llcc.edu/cctc CompTIA A+ Certification 5 days, Instructor-led Course Description This course

More information

CONTENTS IN DETAIL INTRODUCTION

CONTENTS IN DETAIL INTRODUCTION CONTENTS IN DETAIL ACKNOWLEDGMENTS xiii INTRODUCTION xv 1 HOW A NETWORK WILL IMPROVE YOUR LIFE 1 What s a Network?... 2 Sneakernet... 3 Data Networks and What You Can Do with Them... 4 File Sharing...

More information

Perform Manual System Restore Xp Safe Mode Not Working

Perform Manual System Restore Xp Safe Mode Not Working Perform Manual System Restore Xp Safe Mode Not Working If you computer has system problem, you first priority should be to make sure you Windows Advanced Options Menu Please select an option: Safe Mode

More information

Full System Restore Manually Running Command Prompt Windows Xp

Full System Restore Manually Running Command Prompt Windows Xp Full System Restore Manually Running Command Prompt Windows Xp If you can't boot into Windows XP to run chkdsk, download Easy Recovery To run CHKDSK from within Windows XP, but without Command Prompt,

More information

Host. Computer system #1. Host Hardening

Host. Computer system #1. Host Hardening Host Hardening Series of actions to be taken in order to make it hard for an attacker to successfully attack computers in a network environment (March 28, 2016) Abdou Illia Spring 2016 Host In network

More information

NEC PowerMate VT 300 Series Release Notes

NEC PowerMate VT 300 Series Release Notes NEC PowerMate VT 300 Series Release Notes The PowerMate VT 300 Series Release Notes provide up-to-date information on installing the applications that come with your computer. These notes also provide

More information

CompTIA A+ 702 Practice Questions

CompTIA A+ 702 Practice Questions CompTIA A+ 702 Practice Questions Question 1. Which of the following statements BEST explains the function of the BIOS and CMOS? a) The BIOS chip contains the real-time clock (RTC) b) The BIOS gets its

More information