1. You are installing a generic SATA interface card into your computer. You are prompted saying the driver is not digitally signed, but you choose to use it anyway. When the computer restarts you are presented with a Stop Screen. Additionally the computer restarts before you have a chance to see any useful information. The computer successfully boots into the operating system correctly. You would like to research the error that was presented in the Stop Screen. Where can you go to locate this error message?If you are unable to note the details of the Stop message when it displays because the computer restarted itself immediately, you can check Event Viewer. Event Viewer will log the error within the System Log. Event Viewer provides technicians with a wealth of knowledge that allows them to diagnose and troubleshoot various parts of the operating system.
Device Manager is a utility found in the Microsoft Windows operating system that allows you to control and configure various hardware devices. It will not provide you with system error information.
System Information provides a user with information about a computer system, including hardware and Internet settings. It will not provide you with system error information.
Recovery Console is designed to help you recover when your Windows based computer does not start properly or does not start at all. It will not provide you with system error information.
2. A user has just installed an unsigned video card driver on a Windows XP Professional computer. They do not log in, but instead call you and tell you that the Windows Welcome screen is somewhat distorted. They ask you what they can do to correct this problem. What do you tell the user?The user has not logged onto the computer since you installed the driver, so they could boot using the Last Known Good Configuration. The Last Known Good Configuration is a group of settings that are stored every time a user successfully logs on to his computer and as long as the user does not log in with corrupted operating system settings, they will be able to use this. Driver Roll-Back is a new option that can be performed from Device Manager. It allows you to revert to a previously used driver. When an unsigned driver is installed System Restore automatically creates a restore point that you can revert to in case of problems.
3. What is the purpose of the DEFRAG utility?The DEFRAG utility moves files on a hard drive to contiguous clusters so that access time is improved. This will improve hard drive performance by decreasing access times.
4. What type of memory is being used when the system uses space from the hard drive as RAM and what file is it using on a computer running Windows XP Professional?When the system uses part of the hard drive as RAM is called Virtual Memory. The file used by Windows XP Professional for Virtual Memory is the PAGEFILE.SYS file. The default setting is 1.5 times the amount of RAM installed on the system. You can change this using the Settings button under Performance of the Advanced tab of the System Properties if you want to.
Level One cache is located inside the processor and is used by the processor before other types of cache for quick calculations and storage.
WIN386.SWP is the name of the swap file used in Windows 9x operating systems.
5. On a computer running Windows XP Professional, what tools are available on the Tools tab of the Properties dialog of a hard drive?In the Properties of a hard drive you will find buttons for Check Now, Defragment Now, and Backup Now. The Check Now button will run the Check Disk utility. The Defragment Now will run the Disk Defragmenter utility. The Backup Now will run the Backup utility.
6. You receive a service call from a very important customer. He tells you that he needs you to install a new database application on his computer. However, it snowed the night before and the roads are not safe to drive on. You decide to remotely access your client's computer to install the application. What utilities found in the Windows XP operating system allow for remote administration?There are two utilities installed in Windows XP by default that makes remote connections possible. Remote Desktop Connection allows a user to connect remotely from one computer to another computer. It is a great utility to use for remote management and to access personal information on a home computer from work. Remote Assistance allows a user to ask a friend or colleague for help. For example if a user needed help installing an application, Remote Assistance can be used to ask others for help.
VNC Viewer and Symantec pcAnywhere are third party applications that allow a user to connect to another computer remotely. They are not part of the Windows XP operating system by default.
7. What precautions could you take when using REGEDIT.EXE to modify the registry?You should make a System Restore point if you are using Windows XP or back up the registry before making any changes to the registry. This will allow you to restore a working copy of the registry should you make changes to a setting that causes your computer not to boot into the operating system.
8. What command line utility can you use to temporarily disable the programs or services that start when your computer boots for diagnostic purposes?You would use the MSCONFIG.EXE command from the command line to disable programs and services. Programs and services may be disabled individually, or several at a time.
SYSTEMINFO.EXE command will show you your computer's configuration information at the command prompt.
MSINFO32.EXE command will show you your computer's configuration information in a window in which you cannot make any changes.
EVENTVWR.MSC command will open the Event Viewer console where you can view the Application, Security, and System logs.
9. What would be the default cluster size for a 20 GB NTFS volume?The default cluster size for a 20 GB NTFS volume is 4 KB. One of the advantages of NTFS is smaller cluster sizes which results in less wasted space on a volume.
64 KB is the default cluster size for a 2 GB to 4 GB FAT16 file system.
32 Kb is the default cluster size for a 1025 MB to 2 GB FAT16 file system.
16 KB is the default cluster size for a 513 MB to 1024 MB FAT16 file system or a 16 GB to 32 GB FAT32 file system.
10. Which log in the Event Viewer snap-in for a computer running Windows XP Professional would contain events related to device drivers that failed to load?The System Log contains events that relate to the Windows system components, such as the operating system itself or from installed components. These events could be from a driver not loading, or from other system components that fail during startup or shutdown.
The
Application Log contains events that relate to the applications installed on the computer.
The
Security Log contains events that relate to security such as events that are audited. These may include logon attempts, changing permissions, or many other areas that can be set up for auditing.
The
Directory Services log is only available on a server functioning as a domain controller.
11. You need to use the System Restore utility to restore your computer to the way it was before you installed an update. How can you access the System Restore utility?One of the ways you can access the System Restore utility to restore your system to an earlier point is by clicking the Start button, selecting All Programs, then Accessories, then System Tools, and then selecting System Restore.
Another way is to open Help and Support and selecting Undo changes to your computer with System Restore under the Pick Task heading.
12. You need to configure automatic updates on a client's Windows XP computer. Where do you go to configure automatic updates?Automatic Updates ensure that the most recent updates and security patches are applied to the Windows operating system. There are numerous ways to configure Automatic Updates including these paths:
Control Panel Automatic Updates Applet Automatic Update Tab
Control Panel Security Center Applet Choose Automatic Updates
Control Panel System Applet Automatic Updates Tab
Start Programs Accessories System Tools Security Center Choose Automatic Updates
13. You are asked to diagnose a computer that is having connectivity issues. You need to check all of the configuration information assigned to this computer including MAC address, DNS server address, and whether DHCP is in use. Which command should you use to view this information?
The IPCONFIG /ALL command will display all of the current configuration details. This information includes details such as whether DHCP is being used, MAC address, IP address, subnet mask, and other details.
IPCONFIG command will only display only IP address, subnet mask, and default gateway. It will not display the MAC address, DNS server address, or if DHCP is being used.
IPCONFIG /RENEW command is used to renew your IP address.
IPCONFIG /RELEASE command is used to release your current IP address.
14. You are explaining the use of the PING command to a trainee. The trainee wants to know what switch you would use to send the echo request repeatedly until you decide to stop it, and how you would stop it. What would your response be?You would use the PING -t command to send the packets automatically until you are ready to stop them. To stop the packets from being sent you would need to press CTRL+C.
The
-a switch is used to resolve addresses to a hostname.
The
-f switch is used to set the Don't Fragment flag in the packets.
15. What is the purpose of the System Restore utility?
The System Restore utility is used to create a copy of the system settings for your computer. This utility will restore all the system settings to what they were when the point was set.
16. You installed a plug-in for your Internet Messaging Software from an un-trusted web site. Now when the computer restarts you are prompted with many popup messages. You are aware of a utility that will allow you to disable applications from running at startup. What utility is this?
MSCONFIG is a utility that allows the user to modify what applications run at startup. MSCONFIG also allows the user to have simple control over services. If a spyware program ran itself every time the computer was restarted, you could disable it using the Startup tab in MSCONFIG.
17. Your brother in-law is excited because he has just bought a brand new pre-built computer system. He calls you and tells you that he is receiving an "Invalid Boot Disk" error message whenever his computer restarts. He tells you that this just started happening after he made some configuration changes in the BIOS. What has most likely occurred?If a user changes the first boot device, to a device that is not bootable, the computer will alert the user with an "Invalid Boot Disk" error. Also, if your brother in-law changed the boot order to have the FDD boot before the HDD then it would display this error if the drive contained a floppy disk that was not bootable.
18. You are deciding whether to use the NTFS or FAT32 file system when you format your hard drive. What would be the advantages of using the NTFS file system over the FAT32?The NTFS file system can be used to encrypt files and folders using the Encrypting File System. NTFS allows you to compress individual files and folders. It also allows you to set permissions to decide who can access files or folders, and what actions they are allowed to perform on them.
19. You are installing a second hand motherboard into your friend's computer. However your friend does not have the manual for the motherboard. You finish installing the motherboard and are unable to power up the computer. You believe that a jumper is causing this problem. What should be your next course of action?When working with any device it is best to consult with the product's documentation. The product documentation contains information about the specific settings and features of the device. If this documentation is not immediately available, it could be accessed on the manufacturer's web site.