Which of the following is NOT a guideline you should follow to avoid damage to circuit boards during installation?
A. leave the card in its protective cover
B. be sure you are on a carpeted floor
C. disconnect all power to the computer
D. touch a grounded part to discharge static
Answer: B
You might also like to view...
Match the following table style options with their description:
I. Header Row II. Total Row III. First Column IV. Last Column V. Filter Button A. Displays a total row when selected B. Makes sure that the row headings stand out C. Displays on the right side of each heading in the header row D. Used to make aggregated data stand out E. Removes field names when not checked
The try block cannot:
a. Enclose the code that may throw the exception. b. Enclose its own catch blocks. c. Test enclosing try blocks for additional catch statements if this try block’s catch statements can’t match the exception being thrown. d. Have exceptions explicitly or implicitly thrown in the try block itself.