Chapter 12 Reviewing the Basics – Flashcards
Unlock all answers in this set
Unlock answersquestion
What are the six steps that you can use to solve any computer problem?
answer
1) Interview the user and back up data, 2) Examine the system and form a theory of probable cause or your best guess, 3) Test your theory, 4) Plan a solution and implement it, 5) Verify all works and take appropriate preventive measures, and 6) Document what happened and the outcome.
question
Blue screen errors happen when which type of processes encounter an error?
answer
Processes running in kernel mode
question
In what folder are driver files stored?
answer
C:WindowsSystem32drivers
question
What is the command to use the Memory Diagnostics tool?
answer
mdsched.exe
question
What method can you use to test memory on a Windows XP system by using the Memory Diagnostics tool without having to install Windows 7 or Vista on the system?
answer
Boot the system from the Windows 7/Vista DVD and click Windows Memory Diagnostics Tool under the System Recovery Options
question
What is the command to use the System File Checker to immediately verify system files? To verify system fi les on the next restart?
answer
sfc /scannow, sfc /scanonce
question
How many bits does an x86-based operating system process at one time?
answer
32 bits
question
What GUI tool can you use to stop a program that is hung?
answer
Task Manager
question
What command-line tool can you use to stop a program that is hung?
answer
Taskkill or tskkill
question
How can you eliminate the possibility that an application error is caused by another application or service running in the background?
answer
Run the application after starting the system in Safe Mode.
question
How does Windows know which application to use to open a file when you double-click the file in Windows Explorer?
answer
Windows uses the file extension and associates a file extension to an application.
question
Which Windows tool can you use to install the drivers needed so that a user can open a data file using an application that is normally not used with the file?
answer
Data Sources (ODBC)
question
Which two tools might a software developer or system administrator use to register a component of an application in the Windows registry?
answer
Component Services (COM+) and Regsvr32
question
If an application works when the system is loaded in Safe Mode, but does not work when Windows is loaded normally, what can you assume?
answer
The problem is not with the application but with the OS, device drivers, or other programs loaded at startup.
question
When an application written for Windows XP does not work in Windows 7, which tool should you attempt to use first to solve the problem, Compatibility Mode or XP Mode? Why?
answer
Compatibility Mode because it uses less system resources than XP Mode.