Which type of program can mitigate some risks associated with malware?

A. shells
B. bots
C. antivirus
D. rootkits


Answer: C

Computer Science & Information Technology

You might also like to view...

What is the default initial value of a String instance variable?

a. "" b. "default" c. default d. null

Computer Science & Information Technology

A client using a PPTP VPN to connect to a private LAN will have an IP address of that network, just as if it were directly connected to the LAN, right down to this IP configuration setting, which will control where that client's packets with destination addresses beyond the LAN will be sent.

A. DNS B. default gateway C. WINS D. PPP

Computer Science & Information Technology

Juan is working with a large database and trying to locate information in it. Juan wants to locate all records that contain a certain postal code, and then display them all at once. He creates a ____.

A. table B. report C. form D. query

Computer Science & Information Technology

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

1. A function’s return type may not be an array. 2. typedef is a reserved word. 3. An array can use an enumerated type for a subscript.

Computer Science & Information Technology