A client, Ann, is having issues with a PC shutting down. There are no error messages displayed before the system powers off. Ann reports that this started after she installed and began using CAD software. The hard drive, video card, and RAM all meet the software requirements and have passed diagnostics. Which of the following is MOST likely the issue?

A. The video card has 3D acceleration disabled.
B. The hard drive is IDE instead of SATA.
C. The hard drive needs to be repartitioned.
D. The PSU is underpowered for the system.


Answer: D. The PSU is underpowered for the system.

Computer Science & Information Technology

You might also like to view...

To open the Sort dialog box, click the _____ tab, then click the Sort button.

A. HOME B. VIEW C. DATA D. REVIEW

Computer Science & Information Technology

At the _________ layer, symbolic file names are converted to identifiers that either reference the file directly or indirectly through a file descriptor or index table.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

What file system provides the best Windows security?

A) FAT16 B) FAT32 C) NTFS D) OS2

Computer Science & Information Technology

Case-Based Critical Thinking QuestionsCase 1: Human Resources ApplicationAn application used by the human resources (HR) department needs to be improved. You need to use various string manipulation properties and methods to ensure all data entered by a user are accurate and stored correctly. The application needs to process benefits for full-time employees only. Which of the following statements determines whether the strEmpCode variable contains an employee code for a full-time employee?

A. If strEmpCode Like "[A-Z]#####" B. If strEmpCode.ToUpper Like "F####" C. If strEmpCode Like "F*" D. If strEmpCode Like "!F*"

Computer Science & Information Technology