A hacker who goes through the garbage looking for information is engaging in _______________.

A. dumpster diving
B. infiltration
C. garbage scanning
D. data destruction


Answer: A

Computer Science & Information Technology

You might also like to view...

What would be the result after the following code is executed? VVVVVVVVVVVV

``` final int SIZE = 25; int[] array1 = new int[SIZE]; ... // Code that will put values in array1 int value = 0; for (int a = 0; a < array1.length; a++) { value += array1[a]; } ``` a. value contains the highest value in array1. b. value contains the lowest value in array1. c. value contains the sum of all the values in array1. d. This code would cause the program to crash.

Computer Science & Information Technology

A blinking vertical line that indicates where text or graphics will be placed is called the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

____________________ is a markup language that describes the structure of the data it contains.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Graphics and images included with Microsoft Office are examples of ________

A) styles. B) themes. C) formatting marks. D) clip art.

Computer Science & Information Technology