Chapter 19 / Troubleshooting Theory, OSs, and Security. Flashcards
problems in computers occur in 4 areas what are they/
932
Computers hardware
OS
application or software program
computer user
what can we use if an integrated component fails?
935
Expansion device ( USB, PC network adapter)
some of the problem can be solved by opening the case and pressing down on each socketed ship this is known as ____
938
Reseating
what is BSOD?
942
BSOD is short for Blue Screen of Death and is a full blue screen error message, it occurs when Windows fails to boot properly. this problem is because of a device drivers.
to solve the BSOD problem we need to try to boot windows in _____mode.
942
Safe
because in the safe mode windows loads only basic drivers ( VGA video driver, keyboard and mouse) and when we are in the safe mode we can uninstall the driver we think is the problem.
Real Mode vs. Protected Mode( not in the book)
942
If your computer is in real mode, software communicates directly with the computer’s ports and devices. For example, when you print a document, the software sends the data stream directly to the port that holds the printer. However, this paradigm doesn’t work in a multitasking OS. Imagine what would happen if multiple programs sent data streams to the ports simultaneously. Ports are dumb, and they have no ability to filter or arrange data streams to match the sending programs.
If your computer is in protected mode, the system’s ports and devices are protected from the applications that use them. The software thinks it’s sending data to a port, but it’s a virtual port. The OS is grabbing the data stream and managing it, to ensure that all applications have equal access and to ensure that data from each application is appropriately preserved.
how to properly shutdown computer.
944
windows XP: start-turn off
windows 7/ vista: start-shut down
what is the first thing to check if you have a spontaneous shutdown/restart in your computer?
944
check the sleep setting for hibernation and disable them to see if it make any deferens
if a device fails to start what would be the problem?
945
it can be the device driver or the device it self.
- for the device we check and see if it is installed and functioning properly.
- for the driver we can roll back the driver and to do that we right click on the device manager-choose properties-on the driver tab click Roll back button.
Dynamic Link Library DLL
Most common types of errors you encounter with DLL files is that they mysteriously go missing, and you get a ‘so and so’ dll file not found error. There is however, no real mystery in this, the causes can range from removing an installed software to a bad sectors or corrupt disk to installation of a new software, so on and so forth. what to do to solve this problem?
945
find a copy of the DLL on line or on a backup and replace it
So what exactly does a DLL file do?
the files are important for your Windows! There are lots of DLL files on a typical Windows Installation. Although you don’t directly deal with them, these files are important for all the other applications that you run on your system.
when there is a software problem always reboot the computer before trying to troubleshoot, True or false?
946
True
what is a software conflict?
945
installing a wrong ( old version) can cause conflicts with other already installed programs
GPF general protection fault can result in ____
946
other programs to crash
when you perform a troubleshooting it will look for problems like___?
947
virus, memory hogs, multiple users logged into the same machine……..
if no problem was detected and your system is slow, what should you do?
947
delete programs that are never used
remove items from the startup
defragmenting the hard drive
disk cleanup to free some space
what do you need to do when the file fails to open?
948
Recover the file from a backup.
What is the first thing to check when it is reporting that an OS is missing?
948
check to see if there is no media in the machine ( DVD, CD)
What to do when the graphical interface is missing ( GUI)
949
in Windows 7/vista go to System recovery option and choose start repair that you find on the windows repair CD or installation DVD.
Recovery Console
949
One of the most useful tools for fixing problems in Windows 7 and Windows Vista is the Recovery Console
the Recovery Console is installed on a system by default. true/ false?
949
false.
with Dell computer what can you do to bring your computer back to when it was when it was new?
952
Repair Disk is what we need to do.
we can use the recovery CD set or DVD
what is Defrag
953
Defrag places each part of a program together instead of scattered throughout the hard drive, allowing the read-write head to access the data faster on the hard drive.
how can we get to the disk defragmenter?
953
in windows 7/vista go to start-All program-accessories-System tools-Disk Defragmenter. or go to Start and type in Defrag.
in windows XP open computer management and select Disk defragmentation or start-All program-accessories-System tools-Disk Defragmenter.
REGEDIT
956
Registry editor