Osborne/McGraw-Hill Template - 3/25/94 - PBworks
Chapter 7 Textbook Solutions
Answers to Key Terms Quiz
1. hive
2. Device Stage
3. root key
4. key
5. code signing
6. plug and play
7. binary file
8. MSCONFIG
9. Safe Mode
10. registry
Answers to Multiple-Choice Quiz
1. Correct answer: C. User data files are not found in the registry.
A is not correct because device driver settings are found in the registry.
B is incorrect because services settings are found in the registry.
D is incorrect because user preferences are found in the registry.
E is incorrect because application program settings are found in the registry.
2. Correct answer: D. Registry is the name of the special database of settings that changes whenever changes are made to Windows or installed application.
A is not correct because Microsoft SQL Server is not the name of this special database.
B is incorrect because Microsoft Excel is not the name of this special database.
C is incorrect because NTUSER.DAT is not the name of this special database.
E is incorrect because DEFAULT is not the name of this special database.
3. Correct answer: A. systemroot\SYSTEM32\CONFIG is the location where Windows saves most of the registry files.
B is incorrect because D:\WINDOWS is not the location where Windows saves most of the registry files.
C is incorrect because systemroot\SYSTEM32\REGISTRY is not the location where Windows saves most of the registry files.
D is incorrect because systemroot\WINDOWS is not the location where Windows saves most of the registry files.
E is incorrect because systemroot\WINNT is not the location where Windows saves most of the registry files.
4. Correct answer: D. DEFAULT is the source of the user profile settings used until after a user logs on to Windows.
A is not correct because NTUSER.DAT is not the source of the user profile settings used until after a user logs on to Windows.
B is incorrect because USER.DAT is not the source of the user profile settings used until after a user logs on to Windows.
C is incorrect because SYSTEM.DAT is not the source of the user profile settings used until after a user logs on to Windows.
E is incorrect because SYSTEM is not the source of the user profile settings used until after a user logs on to Windows.
5. Correct answer: B. During the logon phase programs are started and plug and play devices are detected.
A is not correct because kernel loading is the phase during which the Windows kernel is loaded into memory.
C is incorrect because initial startup is a very early phase during which the BIOS startup program attempts to find executable code from a boot device in order to begin starting the OS.
D is incorrect because POST, or power-on self-test, is a phase during which the CPU loads the BIOS program from ROMBIOS, and runs the POST tests on the system hardware.
E is incorrect because the boot loader phase is when the OS seems to really take control, switching the processor to protected mode, starting the file system, and discovering the location of the Windows OS files that need to be loaded into memory to start up Windows.
6. Correct answer: D. Any member of the local Users group may disconnect or reconnect an installed device. This is possible because this action does not remove the device driver for the device; it just makes the device unavailable.
A is not correct because it is not true that only the Administrator may disconnect or reconnect a device after it was installed.
B is incorrect because it is not true that only members of the Administrators group may disconnect or reconnect a device after it was installed.
C is incorrect because it is not true that only members of the Guests group may disconnect or reconnect a device after it was installed.
E is incorrect because it is not true that no one may disconnect or reconnect an installed device.
7. Correct answer: A. Not all unsigned drivers are bad.
B, C, D and E are all incorrect because they are not true statements.
8. Correct answer: B. Rollback driver (also called driver rollback) was added to Device Manager in Windows XP.
A is not correct because uninstall driver is not a feature introduced to Device Manager in Windows XP.
C is incorrect because disable driver is not a feature introduced to Device Manager in Windows XP.
D is incorrect because update driver is not a feature introduced to Device Manager in Windows XP.
E is incorrect because remove driver is not a feature introduced to Device Manager in Windows XP.
9. Correct answer: B and C. WINLOAD.EXE and BOOTMGR together replace the functionality of the Windows XP NTLDR file.
A is not correct because BCD is the Boot Configuration Database file that is read by BOOTMGR and replaces the old BOOT.INI file.
D is incorrect because NTOSKRNL.EXE is the OS kernel for Windows.
E is incorrect because WINLOGON.EXE is the Windows logon service, which is started very late in the Windows startup process.
10. Correct answer: A. Startup and Recovery, a page in System Properties, is where you can modify the length of time the OS selection menu displays during Windows Startup.
B is incorrect because Device Manager, while a GUI tool, will not allow you to modify the length of time the OS selection menu displays during Windows startup.
C is incorrect because although BCDEDIT would allow you to modify the length of time the OS selection menu displays during Windows startup, it is a non-GUI tool and it is not available in Windows XP.
D is incorrect because Local Security Policy, while a GUI tool, is not how you would modify the startup setting mentioned in the question.
E is incorrect because Computer Management, while a GUI tool, is not how you would modify the startup setting mentioned in the question.
11. Correct answer: E. Repair Your Computer is the option from the Windows 7 Advanced Boot Options Menu that gives you a selection of tools that includes Startup Repair, System Restore, System Image Recovery, Windows Memory Diagnostic, and Command Prompt.
A, B, C, and D are all incorrect because, while all of these are choices on the Windows 7 Advanced Boot Options menu, none of them offers the selection of tools listed in the question.
12. Correct answer: E. Last Known Good Configuration is the startup option that will not do you any good if you have restarted and logged on after making a change that caused problems in Windows.
A is not correct because System Restore is not affected by restarting and logging on. Restore points will be saved in spite of these actions.
B is incorrect because restarting and logging on does not affect Repair Your Computer (Windows 7 only). You simply need to restart, press F8, and select this option from the startup options menu.
C is incorrect because restarting and logging on does not affect Enable Boot Logging. You simply access the startup options menu and select this option.
D is incorrect because restarting and logging on does not affect Safe Mode with Command Prompt. You simple restart, press F8, and access this from the startup options menu.
13. Correct answer: B. NTLDR is the first file to be loaded into memory during Windows XP bootup.
A is not correct because NTBOOTDD.SYS is not the first file to be loaded into memory during Windows XP bootup.
C is incorrect because BOOT.INI is not the first file to be loaded into memory during Windows XP bootup.
D is incorrect because is not the first file to be loaded into memory during Windows XP bootup
E is incorrect because NTBIO.SYS is not the first file to be loaded into memory during Windows XP bootup.
14. .Correct answer: D: Disable automatic restart on system failure may give you an opportunity to restart normally and attempt to troubleshoot the problem.
A is not correct because debugging mode will not allow you to restart without having the computer automatically restart again after a system failure.
B is incorrect because enable boot logging will only start Windows normally while creating a log of startup information.
C is incorrect because Safe Mode with command prompt will only start Windows in Safe Mode with just a command prompt window.
E is incorrect because Safe Mode with networking simply starts Windows in Safe Mode with the network components enabled.
15. Correct answer: B MSCONFIG is the executable name for the GUI utility that allows you to temporarily modify system startup.
A, C, D, and E are not correct because SYSCON, SYSEDIT, REGEDIT, and BCDEDIT are not the executable names for the GUI utility that allows you to temporarily modify system startup.
Answers to Essay Quiz
Answers will vary.
1. The actions that will create Windows registry changes are (only 5 are required by the question):
1) Windows starting up or shutting down
2) Running Windows Setup
3) Changing settings in a Control Panel applet
4) Installing a new device
5) Changing any Windows configuration settings
6) Changing user desktop preference
7) Installing or modifying an application
8) Making changes to user preferences in any application.
2. Start up Windows 7 using the Enable low-resolution video choice from the Advance Boot Options menu, which will use the installed video driver in a very basic video mode. Then, if this works, the new driver is not entirely bad, it just cannot handle the configuration and you should open Display Properties | Settings and reduce the screen resolution and/or color quality settings. If this option does not work, you should start Windows in Safe Mode, which does not use the installed video driver—it uses a very basic video driver. If Windows starts in Safe Mode, run Device Manager in Safe Mode, open the properties dialog box for the Display adapter, select the Driver tab and use the Rollback button to remove the updated driver you installed that caused the problem.
3. You access the Advanced Boot Options menu by pressing F8 during a startup. Once the menu appears, you have several startup options. These include Repair Your Computer(in Windows 7), three variations of Windows Safe Mode, several options for modifying a normal startup (enable boot Logging, enable low-resolution video (640x480), Last Known Good configuration, debugging mode, disable automatic driver signature enforcement (Windows Vista and Windows 7 only), start Windows normally (Windows Vista and Windows 7), and Reboot (Windows XP). In contrast, System Configuration (MSCONFIG) is a single utility that allows you to test many “what if” scenarios, by temporarily disabling programs or services to identify the source of a problem. Further, if you are not able to access the startup options menu with F8, but you are able to start Windows, use this utility to restart Windows in Safe Mode.
4. He can use Device Manager to view the status of devices, even though Windows XP will not allow him to actually make any changes unless he logs on as an administrator. If he starts Device Manager he will see a warning message that he does not have sufficient privileges to install or modify device drivers. However, if he clicks the OK button on this warning box, Device Manager will open, allowing a non-administrative user to look but not touch!
5. Boot logging occurs in all Safe Modes, but you can also select it from the Advanced Boot Options menu, which turns on boot logging, but starts the computer normally. In all cases, boot logging creates a log of the Windows startup in a file named NTBTLOG.TXT and saves it in the systemroot folder. This log file contains an entry for each component in the order in which it loaded into memory. It also lists drivers that were not loaded. You expect some drivers not to be loaded in Safe More, but when this occurs in a normal startup, it alerts an administrator to a possible source of a problem.
Solution to Lab Project 7.1
1. To isolate the problem to the network card, I would restart, press F8, and select Safe Mode from the Advanced Boot Options menu. Being able to start in Safe Mode does not isolate the problem to the network card, because that is one of several device drivers that aren’t loaded. It does indicate, that one of the components that was not started is possibly the cause of the problem. To isolate the problem to the network card, I would again restart, press F8 and select Safe Mode with Networking. This loads the networking components, including the network adapter driver. If it fails to start in this mode, the problem has been isolated to the network components. The most likely component is the network adapter. So, restart again, press F8 and select Safe Mode from the Advanced Options menu. Once in Safe Mode, run Device Manager, select the network adapter, and disable it. Restart once again, and allow it to start up normally. If the start up succeeds this time, the problem is isolated to the network adapter itself. Use Device Manager to perform whatever maintenance is appropriate. If the driver was recently updated, use Driver Rollback. If it needs an update use the Update option. If all else fails, uninstall the device driver and acquire a new driver or an entirely new adapter.
2. Demonstrate this by first restarting the computer in Safe Mode, describing the reason for doing so, and then restart in Safe Mode with Networking, explaining that if this failed, it would prove that the problem was with network components. Then, restart in Safe Mode, open Device Manager, and open the Properties of the network adapter and discuss the Driver Rollback and Update options.
Solution to Lab Project 7.2
Research will show that if, during bootup, Windows XP displays the error message NTLDR is missing, it indicates that the file NTLDR in the root of C: may be missing or corrupt. To solve this problem, the Windows XP computer must be able to boot from a floppy disk because you will need a Windows XP boot disk—a floppy configured to boot into Windows XP.
If there is another Windows XP computer with a floppy disk drive, format a floppy disk on that computer and then copy the NTLDR, , and BOOT.INI files to the floppy disk. Then, take the floppy disk back to the laptop and reboot the computer. If the BOOT.INI file is configured correctly you will be able to boot the computer, because NTLDR will load Windows from the location indicated in the BOOT.INI file.
Solution to Lab Project 7.3
1. You can back up the registry using System Restore, which will back up the entire system and settings, but the more targeted approach is to simply back up the key hierarchy that you are about to modify. The steps to do this are:
a. Open the Registry Editor and browse to the key in its location under the HKEY_LOCAL_MACHINE\SOFTWARE and right-click on it.
b. From the context menu select Export.
c. In the Export registry file dialog box, provide a name and location for the exported portion of the file and select Save.
2. Demonstrate the above steps.
................
................
In order to avoid copyright disputes, this page is only a partial summary.
To fulfill the demand for quickly locating and searching documents.
It is intelligent file search solution for home and business.
Related download
- evans 2e home kean university
- การติดตั้งไดร์ฟเวอร์การ์ดเน็ตเวิอร์ก
- installing the oki mb4x1mfp usb attached in windows 8
- updating video drivers fujitsu
- introduction to the user mode driver framework
- osborne mcgraw hill template 3 25 94 pbworks
- usb driver installation procedure kyocera mobile
- set up of cisco aironet 350 wireless adapter
Related searches
- mcgraw hill instructor log in
- mcgraw hill online for students
- mcgraw hill lausd
- studysync connected mcgraw hill lausd
- mcgraw hill student resources website
- lausd mcgraw hill connected ed
- connected ed mcgraw hill school
- connected mcgraw hill com lausd
- mcgraw hill instructor resources
- mcgraw hill textbook website
- mcgraw hill education connected ed
- mcgraw hill connected ed math