Which is NOT a tool hackers use to gain access to and take control of your computer?
a. Trojan horse
b. backdoor programs
c. rootkits
d. phishing software
D
Computer Science & Information Technology
You might also like to view...
A _________ involves setting up two firewalls: an outer and an inner firewall
a. DMZ (demilitarized zone) b. proxy server c. DNS server d. None of the above
Computer Science & Information Technology
What will the following code segment display?
``` enum Season {Spring, Summer, Fall, Winter} favoriteSeason; favoriteSeason = Summer; cout << favoriteSeason; ```
Computer Science & Information Technology