Ann, an employee, is cleaning out her desk and disposes of paperwork containing confidential customer information in a recycle bin without shredding it first. This is MOST likely to increase the risk of loss from which of the following attacks?

A. Shoulder surfing
B. Dumpster diving
C. Tailgating
D. Spoofing


Answer: B. Dumpster diving

Computer Science & Information Technology

You might also like to view...

A __________ is a file that consists of a series of commands.

a. pipe b. shell script c. filter d. utility

Computer Science & Information Technology

What are three things you must do while installing the RD session host?

What will be an ideal response?

Computer Science & Information Technology

Which of the following statements is false?

a. A Directory Stream enables a program to iterate through the contents of a directory. b. Character-based input and output can be performed with classes Scanner and For matter. c. A relative path contains all the directories, starting with the root directory, that lead to a specific file or directory. d. Every file or directory on a disk drive has the same root directory in its path.

Computer Science & Information Technology

How can the program in problem be modified to output the subtotal after each value is added instead of just the final result? Include messages in the OUTPUT statements to distinguish between the subtotal and the grand total. Check the program to insure that it works correctly.

Two changes (shown in bold below) are needed: • Add a subtotal OUTPUT statement immediately below the accumulation statement • Modify the final OUTPUT statement to include a "grand total" message.

Computer Science & Information Technology