Wen booting to Windows, a user receives several messages referring to a .dll file that cannot be found. Which of the following would be the BEST course of action for the technician?

a. Copy the .dll file from another PC.
b. Run Windows Update utiity to replace the DLL file.
c. Run defrag utility to correct any file damage.
d. Research the file to identify the application which uses the .dll.


Answer: d. Research the file to identify the application which uses the .dll.

Computer Science & Information Technology

You might also like to view...

Each event has an associated event ____ that specifies how an object responds when the event occurs.

A. queue B. focus C. property D. statement

Computer Science & Information Technology

Which of the following will sum up all the integers between 1 and 10, inclusive?

a. ``` var sum = 0; for (var i = 1; i < 11; i ++) sum = sum + i; ``` b. ``` var sum = 1; var i = 1; while(i < 11) sum = sum + i; ``` c. ``` var sum = 1; var i = 1; while(i != 10) { i++; sum = sum + i; } ``` d. ``` var sum = 0; for (var i = 1; i < 10; i++) sum = sum + i; ```

Computer Science & Information Technology

The following text wrapping style does not allow a picture to be moved freely on the page:

A. Square B. In line with text C. In front of text D. Tight

Computer Science & Information Technology

All of the following are 802.11 standards EXCEPT_____.

A. ?802.11a B. ?802.11b C. ?802.11g D. ?802.11ad

Computer Science & Information Technology