What activity involves simply observing someone?s screen or keyboard to get information, often passwords?

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


Answer: A

Computer Science & Information Technology

You might also like to view...

Which statement below initializes array items to contain 3 rows and 2 columns?

a. int[][] items = {{2, 4}, {6, 8}, {10, 12}}; b. int[][] items = {{2, 6, 10}, {4, 8, 12}}; c. int[][] items = {2, 4}, {6, 8}, {10, 12}; d. int[][] items = {2, 6, 10}, {4, 8, 12};

Computer Science & Information Technology

Define the method getPositionfor the class SortedListHasA.

What will be an ideal response?

Computer Science & Information Technology

Design input and output screens for FOLKLORE that facilitate easy entry, and provide prompting so that recall of FOLKLORE elements is immediate.

What will be an ideal response?

Computer Science & Information Technology

In a linked list, the elements are called headers.

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

Computer Science & Information Technology