What is a type of malware that is so difficult to detect and remove that most experts agree that it is better to backup your critical data and reinstall the OS?
A. rootkit
B. Trojan
C. hoax virus
D. spyware
Answer: A
Computer Science & Information Technology
You might also like to view...
To locate specific text in a document quickly, use the:
a. Find command b. Replace command c. Locate command
Computer Science & Information Technology
What is assigned to lblMessage.Text when the following code segment executes?
Dim strName1 As String = ”Jim” Dim strName2 As String = “John” If strName1 > strName2 Then lblMessage.Text = “Jim is greater” Else lblMessage.Text = “John is greater” End If a. True b. False c. Jim is greater d. John is greater
Computer Science & Information Technology