A technician removed several instances of malware from a customer’s Windows PC. Now when the user double-clicks .doc files to open them, an error message appears asking what program to use to open the files.
 
Which of the following is the most likely cause for this error?

A. The malware removal process changed the file association for the .doc file type.
B. The application used to open .doc files was corrupted during the malware removal process.
C. The malware removal process deleted the file the user was attempting to open.
D. The DLL file for the .doc file type was erased during the malware removal process.

Answer: A

Computer Science & Information Technology

You might also like to view...

A list that uses shapes and symbols is called a ________ list

A) bulleted B) numbered C) random D) styles

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. The call to the base class constructor (super) must always be the last action taken in a constructor definition. 2. You may substitute the keyword this for super() to call a constructor of the derived class.

Computer Science & Information Technology