A technician receives a computer that has a virus. Which of the following should the technician perform FIRST?
A. Identify the malware.
B. Research the malware types.
C. Run the System Recovery Utility.
D. Rollback to the System Restore Point.
Answer: A. Identify the malware.
Computer Science & Information Technology
You might also like to view...
Which of the following virtual components maintains a MAC-to-port forwarding table?
A. Virtual PBX B. Virtual desktop C. Virtual switch D. Virtual server
Computer Science & Information Technology
public class First { public static void main(String[] args) { System.out.println("First Java application"); } } ? Given the above code, which item identifies the method's return type?
A. public B. static C. void D. println
Computer Science & Information Technology