3.8.12 Practice Questions TestOut PC Pro

अब Quizwiz के साथ अपने होमवर्क और परीक्षाओं को एस करें!

Correct answer: Verify that no keys are being pressed down during POST. Explanation You should have the user verify that no keyboard keys are being pressed during POST. With any error, you should always check the obvious first. This error is almost always caused by a stuck key on the keyboard or something resting on a keyboard key. Firmware updates rarely cause issues that would display a keyboard error during startup. The same is true of a keyboard driver. Updating the driver would rarely cause a keyboard error during startup. On rare occasions, you may need to install a new keyboard. However, you should look for the obvious problems first.

A user has called to complain that her computer won't boot. It stops on the system startup screen right after the memory has been tested and displays a 301 keyboard error. Which of the following troubleshooting steps is the BEST to try first? Answer Verify that no keys are being pressed down during POST. Install a new keyboard on the computer. Download and install the latest keyboard driver from the manufacturer's website. Verify that the latest UEFI firmware updates have been applied.

Correct answer: The CMOS battery has failed. Explanation The CMOS (a physical part of the motherboard) is a memory chip that houses setting configurations. The CMOS is able to maintain its setting when the computer is powered off by using a CMOS battery. If the CMOS battery is failing, you may see the effects (such as the time and day being slightly off). If the CMOS battery has failed, it will typically reset the date and time back to the date the CMOS was created. The CMOS is reset and loses all custom settings if the CMOS battery fails. Additionally, the system clock resets when the CMOS loses power. Unless the battery fails, CMOS settings are rarely lost (not saved) before the computer powers off. The CMOS chip rarely fails or comes loose on the motherboard. These would rarely be the cause of the CMOS chip losing its settings.

An employee complains that every time they turn their computer off, the computer's time is set to 12:00 p.m., and the date is set back to January 1, 1990. Which of the following is the MOST likely cause of this anomaly? Answer The CMOS chip is failing. The CMOS chip on the motherboard is loose. The CMOS battery has failed. The CMOS settings are not being saved before the computer powers off.

Correct answer: Properly identify the motherboard. Correct answer: Download the flash utility or tool from the manufacturer's website. Explanation To successfully flash your BIOS, it is critical that you research and know the exact make, model, and revision of your motherboard to ensure that the correct flash file is used. Using the wrong flash file will probably cause errors. Although your computer may have shipped with a tool to perform a BIOS flash, it is best to download the latest tool to ensure that the flash is performed correctly. Testing the memory and creating a hard backup will not aid you while flashing a PC's BIOS.

To fix a problem you are having with your PC, you have determined that you must flash the computer's BIOS. Which of the following would MOST likely need to be completed prior to flashing the BIOS? (Select two.) Answer Locate the flash utility or tool that was shipped with your computer. Create a backup of the hard disk in the event of a failure. Properly identify the motherboard. Download the flash utility or tool from the manufacturer's website. Test the memory to ensure that it is functioning properly.

Correct answer: Saves information about system devices. Explanation The CMOS saves information about system devices. The BIOS tests hardware during system startup, coordinates the use of system hardware with the operating system, and loads the operating system into memory.

What is the role of the CMOS in a modern computer? Answer Coordinates the use of system hardware with the operating system. Saves information about system devices. Tests hardware during system startup. Loads the operating system into memory.

Correct answer: Whenever a BIOS update provides functionality that is not currently supported, but is required by the operating system or hardware. Explanation In general, you need to upgrade the system BIOS whenever the current BIOS does not support a function required by the operating system or by the hardware. Use the CMOS program to change system configuration settings used by the BIOS. Installing a new hard drive, modifying the BIOS settings, or adding a new peripheral device do not normally require a BIOS update.

When do you need to upgrade the system BIOS? Answer Whenever the BIOS settings need to be modified. Whenever you add a new peripheral device, such as a keyboard, mouse, or printer. Whenever you install a new hard disk drive. Whenever a BIOS update provides functionality that is not currently supported, but is required by the operating system or hardware.

Correct answer: The CMOS battery has failed. Explanation The system time and date are managed by the BIOS's real-time clock (RTC). If the CMOS memory battery goes dead, the RTC reverts back to a default date and time. The BIOS being outdated, daylight savings time beginning or ending, or a need for more RAM would not cause the computer to ask for the current date and time.

When you boot your computer, it hangs after asking you for the current time and date. What is the MOST likely problem? Answer The CMOS battery has failed. The BIOS is outdated. The computer needs more RAM. Daylight savings time has started or ended.

Correct answer: Creates a hash based on installed system components. Explanation A Trusted Platform Module (TPM) is a hardware cryptoprocessor that resides on the motherboard that stores and generates cryptographic keys. Using these keys, the TPM can generate a hash value based on the components installed in the system. The hash value can be used to verify that system components have not been modified when the system boots. Because each system will have a unique hash value, the hash can also be used as a form of system identification. Keys generated by the TPM can be used for encryption and authentication, but the TPM does not perform the actual encryption. The TPM is not designed to perform bulk encryption, directly encrypt data on the hard disk drive, or generate authentication credentials.

Which of the following functions are performed by the Trusted Platform Module (TPM)? Answer Creates a hash based on installed system components. Encrypts data on the hard disk drive. Performs bulk encryption. Generates authentication credentials.

Correct answer: The update file has been tampered with. Explanation UEFI requires firmware updates to be digitally signed by the hardware vendor. Using digital signatures, unauthorized changes to firmware updates (such as the insertion of malware) can be detected. The SecureBoot feature requires that operating systems be digitally signed before they can be booted. The latest UEFI update most likely includes all of the changes that were implemented in earlier updates. There is no indication that the system has been infected with rootkit malware in this scenario.

You have just purchased a new computer. This system uses UEFI firmware and comes with Windows 11 preinstalled. You recently accessed the manufacturer's support website and saw that a UEFI firmware update has been released. You download the update. However, when you try to install it, an error message is displayed that indicates the digital signature on the update file is invalid. Which of the following MOST likely caused this to happen? Answer Interim UEFI updates that have been released since the system was manufactured need to be installed before you can install the latest update. The system has a rootkit malware infection. The update file has been tampered with. SecureBoot has been enabled in the UEFI firmware configuration.

Correct answer: Disable SecureBoot in the UEFI configuration. Explanation In this scenario, you should disable the SecureBoot option in the UEFI configuration. SecureBoot requires the operating system installed on the hard drive to be digitally signed. If it isn't digitally signed, the UEFI firmware will not boot it by default. Reinstalling Windows 11 does not meet the requirements of this scenario. If SecureBoot is already enabled, the TPM chip on the motherboard must already be enabled as well. The boot order configuration is not preventing the system from booting in this scenario.

You have purchased a new notebook. This notebook system uses UEFI firmware and comes with Windows 11 preinstalled. However, you want to use Linux on this system. You download your favorite distribution and install it on the system, removing all Windows partitions on the hard disk in the process. When the installation is complete, you find that the operating system won't load when the system is rebooted. Which of the following would allow your computer to boot to Linux? Answer Enable the TPM chip on the motherboard. Reinstall Windows 11 on the system. Enable SecureBoot in the UEFI configuration. Set the boot order to boot from the hard disk first in the UEFI configuration. Disable SecureBoot in the UEFI configuration.

Correct answer: Configure a user password in the BIOS/UEFI. Explanation Configuring a user password in the BIOS/UEFI requires that a valid password is entered before the operating system will load. When an administrative password is set, it must be entered in order to access the firmware setup program. Chassis intrusion detection helps you identify when a system case has been opened. Password settings in the Local Security Policy control passwords associated with user accounts that are configured within the operating system. These passwords are used after the system loads the operating system, not before.

You want to configure your computer so that a password is required before the operating system will load. What should you do? Answer Configure a user password in the BIOS/UEFI. Require complex passwords in the Local Security Policy. Configure an administrator password in the BIOS/UEFI. Configure chassis instruction detection.


संबंधित स्टडी सेट्स

Database Systems - Check My Understanding Chapter 2

View Set

Operating Systems Chapter 1 and 2

View Set

Fathers of physics and equations

View Set

Abnormal Psychology - Anxiety Disorders

View Set

Ch. 18 - Community as Client: Assessment and Analysis

View Set

Basic Livestock Surgical Procedures

View Set

Ch 22: Endocrine Clinical Assessment and Diagnostic Procedures jk

View Set