____ involves sending an e-mail or displaying a Web announcement that falsely claims to be from a legitimate enterprise in an attempt to trick the user into surrendering information.

A. Wardriving
B. Dumpster diving
C. Warchalking
D. Phishing


Answer: D

Computer Science & Information Technology

You might also like to view...

Which case of the following would warrant using the boolean logical inclusive OR (|) rather than the conditional OR (||)?

a. Testing if two conditions are both true. b. Testing if at least one of two conditions is true. c. Testing if at least one of two conditions is true when the right operand has a required side effect. d. Testing if at least one of two conditions is true when the left operand has a required side effect.

Computer Science & Information Technology

In the following array:

```int table[4][3]={3,7,0,2,4,9,8,1,3,6,5,4};``` what is the value of table[2][1]? A. 4 B. 7 C. 6 D. 1

Computer Science & Information Technology

In a red-black tree, what is the color of the root node?

a. Black b. Red c. Can be either red or black d. It doesn't have a color

Computer Science & Information Technology

In HTML, the closing tag always starts with a ____.

A. forward slash (/) B. backward slash (\) C. single quotation mark (‘) D. double quotation mark (")

Computer Science & Information Technology